RigidBodyController::GetExternalTorque
Defined in:
Returns the external torque acting on a rigid body.
C4Physics.h
Prototype
const Bivector3D& GetExternalTorque(void) const;
Description
The GetExternalTorque
function returns the external torque, in world-space coordinates, acting on a rigid body about its center of mass. The torque is measured in kilonewtons times meters (kN⋅m).
See Also
RigidBodyController::SetExternalTorque
RigidBodyController::GetExternalForce