Home
last modified time | relevance | path

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

/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/math/
Dmath_Quaternion.h128 QUATInverse(QUAT* pOut, const QUAT* __restrict q) in QUATInverse() function
215 inline QUAT* QUATInverse(QUAT* pOut, const QUAT& q) { return QUATInverse( pOut, &q ); } in QUATInverse() function