TDME2 1.9.121
|
This is the complete list of members for Body, including all inherited members.
addBoundingVolume(BoundingVolume *boundingVolume) | Body | |
addCollisionListener(CollisionListener *listener) | Body | |
addForce(const Vector3 &forceOrigin, const Vector3 &force) | Body | |
addForce(const Vector3 &forceOrigin) | Body | |
addTorque(const Vector3 &torque) | Body | |
Body(World *world, const string &id, int type, bool enabled, uint16_t collisionTypeId, const Transformations &transformations, float restitution, float friction, float mass, const Vector3 &inertiaTensor, const vector< BoundingVolume * > boundingVolumes) | Body | private |
boundingVolumes | Body | private |
cloned | Body | private |
collideTypeIds | Body | private |
collisionBody | Body | private |
collisionListener | Body | private |
collisionTypeId | Body | private |
computeBoundingBoxTransformed() | Body | |
computeInverseInertiaMatrix(BoundingBox *boundingBox, float mass, float scaleXAxis, float scaleYAxis, float scaleZAxis) | Body | privatestatic |
fireOnCollision(Body *other, CollisionResponse &collisionResponse) | Body | private |
fireOnCollisionBegin(Body *other, CollisionResponse &collisionResponse) | Body | private |
fireOnCollisionEnd(Body *other) | Body | private |
fromTransformations(const Transformations &transformations) | Body | |
getAngularDamping() | Body | |
getAngularVelocity() | Body | |
getBoundingVolumes() | Body | |
getCollisionTypeId() | Body | |
getCollisionTypeIds() | Body | |
getFriction() | Body | |
getId() | Body | |
getLinearDamping() | Body | |
getLinearVelocity() | Body | |
getMass() | Body | |
getNoRotationInertiaTensor() | Body | static |
getRestitution() | Body | |
getRootId() | Body | |
getTransformations() | Body | |
getType() | Body | |
id | Body | private |
inertiaTensor | Body | private |
isCloned() | Body | |
isEnabled() | Body | |
isSleeping() | Body | |
isStatic() | Body | |
mass | Body | private |
proxyShapes | Body | private |
removeCollisionListener(CollisionListener *listener) | Body | |
resetProxyShapes() | Body | private |
rigidBody | Body | private |
rootId | Body | private |
setAngularDamping(float angularDamping) | Body | |
setAngularVelocity(const Vector3 &angularVelocity) | Body | |
setCloned(bool cloned) | Body | |
setCollisionTypeId(uint16_t typeId) | Body | |
setCollisionTypeIds(uint16_t collisionTypeIds) | Body | |
setEnabled(bool enabled) | Body | |
setFriction(float friction) | Body | |
setLinearDamping(float linearDamping) | Body | |
setLinearVelocity(const Vector3 &linearVelocity) | Body | |
setMass(float mass) | Body | |
setRestitution(float restitution) | Body | |
setRootId(const string &rootId) | Body | |
setSleeping(bool sleeping) | Body | |
transformations | Body | private |
transformationsScale | Body | private |
type | Body | private |
TYPE_COLLISION | Body | static |
TYPE_DYNAMIC | Body | static |
TYPE_KINEMATIC | Body | static |
TYPE_STATIC | Body | static |
TYPEID_DYNAMIC | Body | static |
TYPEID_STATIC | Body | static |
TYPEIDS_ALL | Body | static |
world | Body | private |
World | Body | friend |
~Body() | Body | private |