Home
last modified time | relevance | path

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

/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/math/
Dmath_Matrix22.h36 NN_MATH_INLINE MTX22* MTX22Copy(MTX22* pOut, const MTX22* p);
190 MTX22::MTX22(const f32* p) { MTX22Copy(this, reinterpret_cast<const MTX22*>(p)); } in MTX22()
197 inline MTX22* MTX22Copy(MTX22* pOut, const MTX22& m) { return MTX22Copy(pOut, &m); } in MTX22Copy() function
/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/math/inline/
Dmath_Matrix22.ipp49 MTX22Copy(MTX22* pOut, const MTX22* p)
91 MTX22Copy(pOut, MTX22::Identity());