Home
last modified time | relevance | path

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

/CTR-SDK-1.1.0/CTR_SDK-1_1-20110215-en/CTR_SDK/include/nn/math/
Dmath_Matrix34.h630 MTX34Inverse(MTX34* pOut, const MTX34* p) in MTX34Inverse() function
1065 inline u32 MTX34Inverse(MTX34* pOut, const MTX34& m) { return MTX34Inverse( pOut, &m ); } in MTX34Inverse() function