Home
last modified time | relevance | path

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

/CTR-SDK-4.2.8-20130828/include/nn/math/
Dmath_Matrix34.h993 MTX34Copy(MTX34* pOut, const MTX34* p) in MTX34Copy() function
1335 inline MTX34* MTX34Copy(MTX34* pOut, const MTX34& m) { return MTX34Copy( pOut, &m ); } in MTX34Copy() function