Expand description
Functionsยง
- XMQuaternion
Bary Centric - Returns a point in barycentric coordinates, using the specified quaternions.
- XMQuaternion
Bary CentricV - Returns a point in barycentric coordinates, using the specified quaternions.
- XMQuaternion
Conjugate - Computes the conjugate of a quaternion.
- XMQuaternion
Dot - Computes the dot product of two quaternions.
- XMQuaternion
Equal - Tests whether two quaternions are equal.
- XMQuaternion
Exp - Computes the exponential of a given pure quaternion.
- XMQuaternion
Identity - Returns the identity quaternion.
- XMQuaternion
Inverse - Computes the inverse of a quaternion.
- XMQuaternion
IsIdentity - Tests whether a specific quaternion is the identity quaternion.
- XMQuaternion
IsInfinite - Test whether any component of a quaternion is either positive or negative infinity.
- XMQuaternion
IsNaN - Test whether any component of a quaternion is a NaN.
- XMQuaternion
Length - Computes the magnitude of a quaternion.
- XMQuaternion
Length Sq - Computes the square of the magnitude of a quaternion.
- XMQuaternion
Ln - Computes the natural logarithm of a given unit quaternion.
- XMQuaternion
Multiply - Computes the product of two quaternions.
- XMQuaternion
Normalize - Computes the normalized version of a quaternion.
- XMQuaternion
Normalize Est - Estimates the normalized version of a quaternion.
- XMQuaternion
NotEqual - Tests whether two quaternions are not equal.
- XMQuaternion
Reciprocal Length - Computes the reciprocal of the magnitude of a quaternion.
- XMQuaternion
Rotation Axis - Computes a rotation quaternion about an axis.
- XMQuaternion
Rotation Matrix - Computes a rotation quaternion from a rotation matrix.
- XMQuaternion
Rotation Normal - Computes the rotation quaternion about a normal vector.
- XMQuaternion
Rotation Roll Pitch Yaw - Computes a rotation quaternion based on the
pitch
,yaw
, androll
(Euler angles). - XMQuaternion
Rotation Roll Pitch YawFrom Vector - Computes a rotation quaternion based on a vector containing the Euler angles (
pitch
,yaw
, androll
). - XMQuaternion
Slerp - Interpolates between two unit quaternions, using spherical linear interpolation.
- XMQuaternion
SlerpV - Interpolates between two unit quaternions, using spherical linear interpolation.
- XMQuaternion
Squad - Interpolates between four unit quaternions, using spherical quadrangle interpolation.
- XMQuaternion
Squad Setup - Provides addresses of setup control points for spherical quadrangle interpolation.
- XMQuaternion
SquadV - Interpolates between four unit quaternions, using spherical quadrangle interpolation.
- XMQuaternion
ToAxis Angle - Computes an axis and angle of rotation about that axis for a given quaternion.