C4 Engine
C4 Engine API Documentation

RigidBodyController::GetExternalLinearResistance

Defined in:  C4Physics.h
Returns the external resistive force acting on the linear velocity of a rigid body.
Prototype

const Vector3D& GetExternalLinearResistance(voidconst;

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

RigidBodyController::GetExternalForce

RigidBodyController::SetExternalForce