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