Home
last modified time | relevance | path

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

/CTR-SDK-0.13.2/include/nn/math/
Dmath_Matrix33.h284 MTX33Copy(MTX33* pOut, const MTX33* p) in MTX33Copy() function
340 inline MTX33* MTX33Copy(MTX33* pOut, const MTX33& m) { return MTX33Copy( pOut, &m ); } in MTX33Copy() function