RigidBodyController::GetExternalLinearResistance
Defined in:
Returns the external resistive force acting on the linear velocity of a rigid body.
C4Physics.h
Prototype
const Vector3D& GetExternalLinearResistance(void) const;
Description
The GetExternalLinearResistance
function returns the external resistive force, in world-space coordinates, acting on the linear velocity of a rigid body. The resistive force is measured in kilonewtons per meter-per-second (kN⋅s⋅m−1).
See Also
RigidBodyController::SetExternalLinearResistance