Searched refs:MTX34Mult (Results 1 – 2 of 2) sorted by relevance
| /CTR-SDK-4.2.5/include/nn/math/ |
| D | math_Matrix34.h | 170 NN_FORCE_INLINE MTX34* MTX34Mult(MTX34* pOut, const MTX34* p1, const MTX34* p2); 181 NN_FORCE_INLINE MTX34* MTX34Mult(MTX34* pOut, const MTX34* p, f32 f); 692 self_type& operator *= (f32 f) { return *MTX34Mult(this, this, f); } 715 self_type operator * (f32 f) const { MTX34 tmp; return *MTX34Mult(&tmp, this, f); } 897 (void)MTX34Mult(&tmp, &rhs, f); 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
|
| /CTR-SDK-4.2.5/include/nn/math/inline/ |
| D | math_Matrix34.ipp | 65 MTX34Mult(pOut, p1, pSrc);
|