Home
last modified time | relevance | path

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

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