#include <surface.h>
Inherited by _classes_ [private]
.
Inheritance diagram for Surface:
Public Methods | |
void | draw () |
This draws EVERY Collidable in the Surface .. More... | |
Vector | toWorld (const Vector &localSpace) |
This function converts a coordinate on the current Surface into World coordinates. More... | |
Vector | toSurface (const Vector &worldSpace) |
This function converts a coordinate on the World into local ( Surface ) coordinates. More... | |
Public Attributes | |
IdTable< Bolt > | boltField |
The Bolts on this Surface. More... | |
ObstacleGrid | obstacleGrid |
The Bolts on this Surface. More... | |
Private Attributes | |
Matrix | pos |
The current position (in world coordinates) of the Surface 's center. More... |
|
This draws EVERY Collidable in the Surface ..
|
|
This function converts a coordinate on the World into local ( Surface ) coordinates.
|
|
This function converts a coordinate on the current Surface into World coordinates.
|
|
The Bolts on this Surface.
|
|
The Bolts on this Surface.
|
|
The current position (in world coordinates) of the Surface 's center.
|