Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/include/nn/math/
Dmath_Types.h78 NN_MATH_INLINE MTX23* MTX22ToMTX23(MTX23* pOut, const MTX22* pM);
300 inline MTX23* MTX22ToMTX23(MTX23* pOut, const MTX22& m) { return MTX22ToMTX23( pOut, &m ); } in MTX22ToMTX23() function
Dmath_Matrix23.h202 NN_MATH_INLINE MTX23* MTX22ToMTX23(MTX23* pOut, const MTX22* pM);
274 explicit MTX23(const MTX22& rhs) { MTX22ToMTX23(this, &rhs); } in MTX23()
/CTR-SDK-4.2.5/include/nn/math/inline/
Dmath_Types.ipp20 MTX22ToMTX23(MTX23* pOut, const MTX22* pM)