Searched refs:MTX43Mult (Results 1 – 1 of 1) sorted by relevance
| /CTR-SDK-4.2.5/include/nn/math/ |
| D | math_Matrix43.h | 86 NN_FORCE_INLINE MTX43* MTX43Mult(MTX43* pOut, const MTX43* p1, const MTX43* p2); 97 NN_FORCE_INLINE MTX43* MTX43Mult(MTX43* pOut, const MTX43* p, f32 f); 276 self_type& operator *= (const self_type& rhs) { return *MTX43Mult(this, this, &rhs); } 279 self_type& operator *= (f32 f) { return *MTX43Mult(this, this, f); } 303 self_type operator * (f32 f) const { MTX43 tmp; return *MTX43Mult(&tmp, this, f); } 379 MTX43Mult(MTX43* pOut, const MTX43* p1, const MTX43* p2) in MTX43Mult() function 395 MTX43Mult(MTX43* pOut, const MTX43* p, f32 f) in MTX43Mult() function 423 inline MTX43* MTX43Mult(MTX43* pOut, const MTX43& m1, const MTX43& m2) { return MTX43Mult( pOut, &m… in MTX43Mult() function 424 inline MTX43* MTX43Mult(MTX43* pOut, const MTX43& m, f32 f) { return MTX43Mult( pOut, &m, f); } in MTX43Mult() function
|