Home
last modified time | relevance | path

Searched refs:MTX34ToMTX33 (Results 1 – 3 of 3) sorted by relevance

/CTR-SDK-4.2.5/include/nn/math/
Dmath_Types.h98 NN_FORCE_INLINE MTX33* MTX34ToMTX33(MTX33* pOut, const MTX34* pM);
190 MTX34ToMTX33(MTX33* pOut, const MTX34* pM) in MTX34ToMTX33() function
301 inline MTX33* MTX34ToMTX33(MTX33* pOut, const MTX34& m) { return MTX34ToMTX33( pOut, &m ); } in MTX34ToMTX33() function
Dmath_Matrix33.h106 NN_MATH_INLINE MTX33* MTX34ToMTX33(MTX33* pOut, const MTX34* pM);
190 explicit MTX33(const MTX34& rhs) { MTX34ToMTX33(this, &rhs); } in MTX33()
/CTR-SDK-4.2.5/include/nn/math/inline/
Dmath_Matrix34.ipp41 (void)MTX34ToMTX33(pOut, &tmp);