RigidBodyController::GetBodyVolume
Defined in:
Returns the volume of a rigid body.
C4Physics.h
Prototype
float GetBodyVolume(void) const;
Description
The GetBodyVolume
function returns the total volume occupied by all of the shapes composing a rigid body in cubic meters (m3). If any shapes overlap, then the full volume of each shape is included in the total volume for the rigid body.
See Also