nn::math::QUATDot Function
NN_MATH_INLINE f32 QUATDot(
const QUAT * q1,
const QUAT * q2
);
| Name | Description | |
|---|---|---|
| in | q1 | Pointer to the left-hand value. |
| in | q2 | Pointer to the right-hand value. |
Calculates the dot product of two quaternions.
CONFIDENTIAL