Home
last modified time | relevance | path

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

/CTR-SDK-0.14.4/include/nn/math/
Dmath_Matrix23.h34 NN_MATH_INLINE MTX23* MTX23Copy(MTX23* pOut, const MTX23* p);
104 MTX23(const f32* p) { (void)MTX23Copy(this, reinterpret_cast<const MTX23*>(p)); } in MTX23()
268 inline MTX23* MTX23Copy(MTX23* pOut, const MTX23& m) { return MTX23Copy( pOut, &m ); } in MTX23Copy() function
/CTR-SDK-0.14.4/include/nn/math/inline/
Dmath_Matrix23.ipp37 MTX23Copy(MTX23* pOut, const MTX23* p)
80 MTX23Copy(pOut, MTX23::Identity());
219 MTX23Copy(pOut, &tmp);
270 (void)MTX23Copy(pOut, pM);