Searched refs:MTX44Add (Results 1 – 1 of 1) sorted by relevance
| /CTR-SDK-4.2.8-20130828/include/nn/math/ |
| D | math_Matrix44.h | 61 NN_FORCE_INLINE MTX44* MTX44Add(MTX44* pOut, const MTX44* p1, const MTX44* p2); 625 self_type& operator += (const self_type& rhs) { return *MTX44Add(this, this, &rhs); } 649 …self_type operator + (const self_type& rhs) const { MTX44 tmp; return *MTX44Add(&tmp, this, &rhs);… 799 MTX44Add(MTX44* pOut, const MTX44* p1, const MTX44* p2) in MTX44Add() function 1152 inline MTX44* MTX44Add(MTX44* pOut, const MTX44& m1, const MTX44& m2) { return MTX44Add( pOut, &m1,… in MTX44Add() function
|