Home
last modified time | relevance | path

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

/CTR-SDK-4.2.8-20130828/include/nn/math/
Dmath_Quaternion.h337 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