Home
last modified time | relevance | path

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

/CTR-SDK-0.14.4/include/nn/math/
Dmath_Matrix23.h39 NN_MATH_INLINE MTX23* MTX23Sub(MTX23* pOut, const MTX23* p1, const MTX23* p2);
174 self_type& operator -= (const self_type& rhs) { return *MTX23Sub(this, this, &rhs); }
187 …self_type operator - (const self_type& rhs) const { MTX23 tmp; return *MTX23Sub(&tmp, this, &rhs);…
271 inline MTX23* MTX23Sub(MTX23* pOut, const MTX23& m1, const MTX23& m2) { return MTX23Sub( pOut, &m1,… in MTX23Sub() function
/CTR-SDK-0.14.4/include/nn/math/inline/
Dmath_Matrix23.ipp138 MTX23Sub(MTX23* pOut, const MTX23* p1, const MTX23* p2)