Home
last modified time | relevance | path

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

/CTR-SDK-4.2.8-20130828/include/nn/math/
Dmath_Matrix44.h850 MTX44Inverse(MTX44* pOut, const MTX44* p) in MTX44Inverse() function
1159 inline u32 MTX44Inverse(MTX44* pOut, const MTX44& m) { return MTX44Inverse( pOut, &m ); } in MTX44Inverse() function