Home
last modified time | relevance | path

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

/CTR-SDK-0.14.4/include/nn/math/
Dmath_Matrix34.h503 MTX34Copy(MTX34* pOut, const MTX34* p) in MTX34Copy() function
1063 inline MTX34* MTX34Copy(MTX34* pOut, const MTX34& m) { return MTX34Copy( pOut, &m ); } in MTX34Copy() function