Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/include/nn/math/
Dmath_Quaternion.h78 NN_MATH_INLINE QUAT* QUATExp(QUAT* pOut, const QUAT* q);
406 inline QUAT* QUATExp(QUAT* pOut, const QUAT& q) { return QUATExp( pOut, &q ); } in QUATExp() function
/CTR-SDK-4.2.5/include/nn/math/inline/
Dmath_Quaternion.ipp63 QUATExp(QUAT* pOut, const QUAT* __restrict q)