Impact Interaction System API
Impact.Utility.PhysicsUtilities Class Reference

Static Public Member Functions

static Vector3 CalculateTangentialVelocity (Vector3 point, Vector3 angularVelocity, Vector3 centerOfRotation)
 Calculates the tangential velocity of a world space point. More...
 

Member Function Documentation

◆ CalculateTangentialVelocity()

static Vector3 Impact.Utility.PhysicsUtilities.CalculateTangentialVelocity ( Vector3  point,
Vector3  angularVelocity,
Vector3  centerOfRotation 
)
static

Calculates the tangential velocity of a world space point.

Parameters
pointThe point to get the velocity of.
angularVelocityThe angular velocity of the object the point belongs to.
centerOfRotationThe center of rotation of the object.
Returns
The tangential velocity of the point.