Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/include/nn/math/
Dmath_Types.h206 MTX34ToQUAT(QUAT* pOut, const MTX34* pMtx) in MTX34ToQUAT() function
303 inline QUAT* MTX34ToQUAT(QUAT* pOut, const MTX34& mtx) { return MTX34ToQUAT( pOut, &mtx ); } in MTX34ToQUAT() function