Home
last modified time | relevance | path

Searched defs:QUATNormalize (Results 1 – 1 of 1) sorted by relevance

/CTR-SDK-2.4.0/include/nn/math/
Dmath_Quaternion.h178 QUATNormalize(QUAT* pOut, const QUAT* __restrict q) in QUATNormalize() function
217 inline QUAT* QUATNormalize(QUAT* pOut, const QUAT& q) { return QUATNormalize( pOut, &q ); } in QUATNormalize() function