Impact CFX API 1.5.0
Comprehensive API documentation for Impact CFX - Collision Effects System
|
Utility methods for physics calculations. More...
Static Public Member Functions | |
static float3 | CalculateTangentialVelocity (float3 point, float3 angularVelocity, float3 centerOfRotation) |
Calculates the velocity of a point on a rigidbody. | |
Utility methods for physics calculations.
|
static |
Calculates the velocity of a point on a rigidbody.
point | The point in world space. |
angularVelocity | the angular velocity of the rigidbody. |
centerOfRotation | The center of rotation of the rigidbody in world space. |