Home
last modified time | relevance | path

Searched refs:MTX44Sub (Results 1 – 2 of 2) sorted by relevance

/CTR-SDK-1.0.0/CTR_SDK/include/nn/math/
Dmath_Matrix44.h62 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-1.0.0/CTR_SDK/include/nn/math/inline/
Dmath_Matrix44.ipp77 MTX44Sub(MTX44* pOut, const MTX44* p1, const MTX44* p2)