RigidBodyController::GetExternalForce
Defined in:
Returns the external force acting on a rigid body.
C4Physics.h
Prototype
const Vector3D& GetExternalForce(void) const;
Description
The GetExternalForce
function returns the external force, in world-space coordinates, acting on a rigid body's center of mass. The force is measured in kilonewtons (kN).
See Also
RigidBodyController::SetExternalForce
RigidBodyController::GetExternalTorque