Home
last modified time | relevance | path

Searched refs:QUATInverse (Results 1 – 2 of 2) sorted by relevance

/CTR-SDK-4.2.5/include/nn/math/
Dmath_Quaternion.h88 NN_FORCE_INLINE QUAT* QUATInverse(QUAT* pOut, const QUAT* __restrict q);
337 QUATInverse(QUAT* pOut, const QUAT* __restrict q) in QUATInverse() function
403 inline QUAT* QUATInverse(QUAT* pOut, const QUAT& q) { return QUATInverse( pOut, &q ); } in QUATInverse() function
/CTR-SDK-4.2.5/include/nn/math/inline/
Dmath_Quaternion.ipp47 QUATInverse(&qtmp, q2);