Searched refs:MTX44Sub (Results 1 – 2 of 2) sorted by relevance
| /CTR-SDK-0.14.4/include/nn/math/ |
| D | math_Matrix44.h | 62 NN_MATH_INLINE MTX44* MTX44Sub(MTX44* pOut, const MTX44* p1, const MTX44* p2); 367 self_type& operator -= (const self_type& rhs) { return *MTX44Sub(this, this, &rhs); } 382 …self_type operator - (const self_type& rhs) const { MTX44 tmp; return *MTX44Sub(&tmp, this, &rhs);… 1029 inline MTX44* MTX44Sub(MTX44* pOut, const MTX44& m1, const MTX44& m2) { return MTX44Sub( pOut, &m1,… in MTX44Sub() function
|
| /CTR-SDK-0.14.4/include/nn/math/inline/ |
| D | math_Matrix44.ipp | 77 MTX44Sub(MTX44* pOut, const MTX44* p1, const MTX44* p2)
|