Searched refs:MTX34Mult (Results 1 – 2 of 2) sorted by relevance
| /CTR-SDK-0.14.4/include/nn/math/ |
| D | math_Matrix34.h | 41 NN_MATH_INLINE MTX34* MTX34Mult(MTX34* pOut, const MTX34* p, f32 f); 42 NN_MATH_INLINE MTX34* MTX34Mult(MTX34* pOut, const MTX34* p1, const MTX34* p2); 75 NN_FORCE_INLINE MTX34* MTX34Mult(MTX34* pOut, const MTX34* p1, const MTX34* p2); 83 NN_FORCE_INLINE MTX34* MTX34Mult(MTX34* pOut, const MTX34* p, f32 f); 302 self_type& operator *= (f32 f) { return *MTX34Mult(this, this, f); } 316 self_type operator * (f32 f) const { MTX34 tmp; return *MTX34Mult(&tmp, this, f); } 485 (void)MTX34Mult(&tmp, &rhs, f); 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 [all …]
|
| /CTR-SDK-0.14.4/include/nn/math/inline/ |
| D | math_Matrix34.ipp | 192 MTX34Mult(pOut, p1, pSrc);
|