|
Particle Universe
1.2
|
#include <ParticleUniversePhysicsShape.h>

Public Member Functions | |
| PhysicsBoxDesc (void) | |
| PhysicsBoxDesc (const Vector3 dimensions) | |
| PhysicsBoxDesc (const PhysicsBoxDesc &physicsBoxDesc) | |
Public Member Functions inherited from ParticleUniverse::PhysicsShapeDesc | |
| PhysicsShapeDesc (void) | |
| PhysicsShapeDesc (const PhysicsShapeDesc &physicsShapeDesc) | |
| virtual | ~PhysicsShapeDesc (void) |
Public Attributes | |
| Vector3 | mDimensions |
Public Attributes inherited from ParticleUniverse::PhysicsShapeDesc | |
| PhysicsShapeType | mPhysicsShapeType |
| uint16 | mCollisionGroup |
| GroupsMask | mGroupMask |
| Vector3 | mAngularVelocity |
| Real | mAngularDamping |
| uint16 | mMaterialIndex |
|
inline |
|
inline |
|
inline |
| Vector3 ParticleUniverse::PhysicsBoxDesc::mDimensions |