Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/include/nn/math/
Dmath_Matrix23.h60 NN_MATH_INLINE MTX23* MTX23Copy(MTX23* pOut, const MTX23* p);
272 explicit MTX23(const f32* p) { (void)MTX23Copy(this, reinterpret_cast<const MTX23*>(p)); } in MTX23()
462 inline MTX23* MTX23Copy(MTX23* pOut, const MTX23& m) { return MTX23Copy( pOut, &m ); } in MTX23Copy() function
/CTR-SDK-4.2.5/include/nn/math/inline/
Dmath_Matrix23.ipp41 MTX23Copy(MTX23* pOut, const MTX23* p)
59 MTX23Copy(pOut, MTX23::Identity());
137 MTX23Copy(pOut, &tmp);
148 (void)MTX23Copy(pOut, pM);