Searched defs:MTX43Mult (Results 1 – 1 of 1) sorted by relevance
| /CTR-SDK-0.14.4/include/nn/math/ |
| D | math_Matrix43.h | 294 MTX43Mult(MTX43* pOut, const MTX43* p1, const MTX43* p2) in MTX43Mult() function 319 MTX43Mult(MTX43* pOut, const MTX43* p, f32 f) in MTX43Mult() function 342 inline MTX43* MTX43Mult(MTX43* pOut, const MTX43& m1, const MTX43& m2) { return MTX43Mult( pOut, &m… in MTX43Mult() function 343 inline MTX43* MTX43Mult(MTX43* pOut, const MTX43& m, f32 f) { return MTX43Mult( pOut, &m, f); } in MTX43Mult() function
|