Home
last modified time | relevance | path

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

/CTR-SDK-0.14.4/include/nn/math/
Dmath_Matrix34.h40 NN_MATH_INLINE MTX34* MTX34Sub(MTX34* pOut, const MTX34* p1, const MTX34* p2);
299 self_type& operator -= (const self_type& rhs) { return *MTX34Sub(this, this, &rhs); }
314 …self_type operator - (const self_type& rhs) const { MTX34 tmp; return *MTX34Sub(&tmp, this, &rhs);…
1058 inline MTX34* MTX34Sub(MTX34* pOut, const MTX34& m1, const MTX34& m2) { return MTX34Sub( pOut, &m1,… in MTX34Sub() function
/CTR-SDK-0.14.4/include/nn/math/inline/
Dmath_Matrix34.ipp91 MTX34Sub(MTX34* pOut, const MTX34* p1, const MTX34* p2)