Home
last modified time | relevance | path

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

/CTR-SDK-0.14.4/include/nn/math/
Dmath_Matrix23.h38 NN_MATH_INLINE MTX23* MTX23Add(MTX23* pOut, const MTX23* p1, const MTX23* p2);
173 self_type& operator += (const self_type& rhs) { return *MTX23Add(this, this, &rhs); }
186 …self_type operator + (const self_type& rhs) const { MTX23 tmp; return *MTX23Add(&tmp, this, &rhs);…
270 inline MTX23* MTX23Add(MTX23* pOut, const MTX23& m1, const MTX23& m2) { return MTX23Add( pOut, &m1,… in MTX23Add() function
/CTR-SDK-0.14.4/include/nn/math/inline/
Dmath_Matrix23.ipp111 MTX23Add(MTX23* pOut, const MTX23* p1, const MTX23* p2)