Searched refs:MTX22Copy (Results 1 – 2 of 2) sorted by relevance
47 NN_MATH_INLINE MTX22* MTX22Copy(MTX22* pOut, const MTX22* p);266 MTX22::MTX22(const f32* p) { MTX22Copy(this, reinterpret_cast<const MTX22*>(p)); } in MTX22()273 inline MTX22* MTX22Copy(MTX22* pOut, const MTX22& m) { return MTX22Copy(pOut, &m); } in MTX22Copy() function
22 MTX22Copy(MTX22* pOut, const MTX22* p)40 MTX22Copy(pOut, MTX22::Identity());