- dmBodyGetActive
int dmBodyGetActive(void* pBody)
Undocumented in source. Be warned that the author may not have intended to support it.
- dmBodyGetAngularVelocity
void dmBodyGetAngularVelocity(void* pBody, float* ax, float* ay, float* az)
Undocumented in source. Be warned that the author may not have intended to support it.
- dmBodyGetBounce
float dmBodyGetBounce(void* pBody)
Undocumented in source. Be warned that the author may not have intended to support it.
- dmBodyGetCollisionShape
void* dmBodyGetCollisionShape(void* pBody, uint index)
Undocumented in source. Be warned that the author may not have intended to support it.
- dmBodyGetFriction
float dmBodyGetFriction(void* pBody)
Undocumented in source. Be warned that the author may not have intended to support it.
- dmBodyGetInertiaTensor
void dmBodyGetInertiaTensor(void* pBody, float* inertia)
Undocumented in source. Be warned that the author may not have intended to support it.
- dmBodyGetInvInertiaTensor
void dmBodyGetInvInertiaTensor(void* pBody, float* inertia)
Undocumented in source. Be warned that the author may not have intended to support it.
- dmBodyGetMass
float dmBodyGetMass(void* pBody)
Undocumented in source. Be warned that the author may not have intended to support it.
- dmBodyGetMatrix
void dmBodyGetMatrix(void* pBody, float* m4x4)
Undocumented in source. Be warned that the author may not have intended to support it.
- dmBodyGetNumCollisionShapes
int dmBodyGetNumCollisionShapes(void* pBody)
Undocumented in source. Be warned that the author may not have intended to support it.
- dmBodyGetOrientation
void dmBodyGetOrientation(void* pBody, float* x, float* y, float* z, float* w)
Undocumented in source. Be warned that the author may not have intended to support it.
- dmBodyGetPosition
void dmBodyGetPosition(void* pBody, float* px, float* py, float* pz)
Undocumented in source. Be warned that the author may not have intended to support it.
- dmBodyGetVelocity
void dmBodyGetVelocity(void* pBody, float* vx, float* vy, float* vz)
Undocumented in source. Be warned that the author may not have intended to support it.
- dmBodySetActive
void dmBodySetActive(void* pBody, int active)
Undocumented in source. Be warned that the author may not have intended to support it.
- dmBodySetBounce
void dmBodySetBounce(void* pBody, float bounce)
Undocumented in source. Be warned that the author may not have intended to support it.
- dmBodySetFriction
void dmBodySetFriction(void* pBody, float friction)
Undocumented in source. Be warned that the author may not have intended to support it.