Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/include/nn/math/
Dmath_Matrix33.h48 NN_FORCE_INLINE MTX33* MTX33Copy(MTX33* pOut, const MTX33* p);
188 explicit MTX33(const f32* p) { MTX33Copy(this, reinterpret_cast<const MTX33*>(p)); } in MTX33()
329 MTX33Copy(MTX33* pOut, const MTX33* p) in MTX33Copy() function
364 inline MTX33* MTX33Copy(MTX33* pOut, const MTX33& m) { return MTX33Copy( pOut, &m ); } in MTX33Copy() function
/CTR-SDK-4.2.5/include/nn/math/inline/
Dmath_Matrix33.ipp25 MTX33Copy(pOut, MTX33::Identity());