Searched defs:MTX34Mult (Results 1 – 1 of 1) sorted by relevance
| /CTR-SDK-4.2.5/include/nn/math/ |
| D | math_Matrix34.h | 1010 MTX34Mult(MTX34* pOut, const MTX34* p1, const MTX34* p2) in MTX34Mult() function 1026 MTX34Mult(MTX34* pOut, const MTX34* p, f32 f) in MTX34Mult() function 1331 inline MTX34* MTX34Mult(MTX34* pOut, const MTX34& m, f32 f) { return MTX34Mult( pOut, &m, f ); } in MTX34Mult() function 1332 inline MTX34* MTX34Mult(MTX34* pOut, const MTX34& m1, const MTX34& m2) { return MTX34Mult( pOut, &m… in MTX34Mult() function
|