Home
last modified time | relevance | path

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

/CTR-SDK-0.14.4/include/nn/math/
Dmath_Matrix23.h48 NN_MATH_INLINE MTX23* MTX22ToMTX23(MTX23* pOut, const MTX22* pM);
106 MTX23(const MTX22& rhs) { MTX22ToMTX23(this, &rhs); } in MTX23()
279 inline MTX23* MTX22ToMTX23(MTX23* pOut, const MTX22& m) { return MTX22ToMTX23( pOut, &m ); } in MTX22ToMTX23() function
/CTR-SDK-0.14.4/include/nn/math/inline/
Dmath_Matrix23.ipp382 MTX22ToMTX23(MTX23* pOut, const MTX22* pM)