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