nn::math::QUATMakeClosest Function
NN_MATH_INLINE QUAT * QUATMakeClosest(
QUAT * pOut,
const QUAT * q,
const QUAT * qto
);
| Name | Description | |
|---|---|---|
| out | pOut | Resultant modified quaternion. |
| in | q | Quaternion. |
| in | qto | Quaternion to be close to. |
Modifies q so it is on the same side of the hypersphere as qto.
CONFIDENTIAL