Impact CFX API 1.5.0
Comprehensive API documentation for Impact CFX - Collision Effects System
|
Utility class for AlignmentAxis. More...
Static Public Member Functions | |
static Quaternion | GetRotationForAlignment (AlignmentAxis alignment, Vector3 normal) |
Gets a rotation using the given alignment and surface normal. | |
static Quaternion | GetVelocityRotation (AlignmentAxis alignment, Vector3 normal, Vector3 velocity) |
Gets a rotation using the given alignment, surface normal, and velocity. | |
Utility class for AlignmentAxis.
|
static |
Gets a rotation using the given alignment and surface normal.
alignment | The axis alignment to use. |
normal | The surface normal. |
|
static |
Gets a rotation using the given alignment, surface normal, and velocity.
alignment | The axis alignment to use. |
normal | The surface normal. |
velocity | The velocity of the interaction. |