Impact CFX API 1.5.0
Comprehensive API documentation for Impact CFX - Collision Effects System
Loading...
Searching...
No Matches
ImpactCFX.PhysicsUtility Class Reference

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.
 

Detailed Description

Utility methods for physics calculations.

Member Function Documentation

◆ CalculateTangentialVelocity()

static float3 ImpactCFX.PhysicsUtility.CalculateTangentialVelocity ( float3  point,
float3  angularVelocity,
float3  centerOfRotation 
)
static

Calculates the velocity of a point on a rigidbody.

Parameters
pointThe point in world space.
angularVelocitythe angular velocity of the rigidbody.
centerOfRotationThe center of rotation of the rigidbody in world space.