RigidBodyController::GetBodyCenterOfMass
Defined in:
Returns the body-space center of mass of a rigid body.
C4Physics.h
Prototype
const Point3D& GetBodyCenterOfMass(void) const;
Description
The GetBodyCenterOfMass
function returns the center of mass of a rigid body in the local coordinate space for the node to which the rigid body controller is assigned. The body-space center of mass is a constant.
See Also
RigidBodyController::GetWorldCenterOfMass