|
HoverRace
2.0
|
#include <PhysicalCollision.h>
Inheritance diagram for HoverRace::Model::InertialMoment:Public Types | |
| enum | { eInfiniteWeight = 1000000 } |
Public Member Functions | |
| void | ComputeCollision (const InertialMoment *pObstacle, MR_Angle pHorizontalDirection) |
Public Attributes | |
| double | mWeight |
| Weight in Kg. More... | |
| MR_Int32 | mXSpeed |
| MR_Int32 | mYSpeed |
| MR_Int32 | mZSpeed |
| void HoverRace::Model::InertialMoment::ComputeCollision | ( | const InertialMoment * | pObstacle, |
| MR_Angle | pHorizontalDirection | ||
| ) |
| double HoverRace::Model::InertialMoment::mWeight |
Weight in Kg.
| MR_Int32 HoverRace::Model::InertialMoment::mXSpeed |
| MR_Int32 HoverRace::Model::InertialMoment::mYSpeed |
| MR_Int32 HoverRace::Model::InertialMoment::mZSpeed |
1.8.11