Searched refs:MTX22Copy (Results 1 – 2 of 2) sorted by relevance
36 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
49 MTX22Copy(MTX22* pOut, const MTX22* p)91 MTX22Copy(pOut, MTX22::Identity());