Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/include/nn/math/
Dmath_Matrix23.h90 NN_MATH_INLINE MTX23* MTX23MAdd(MTX23* pOut, f32 t, const MTX23* p1, const MTX23* p2);
473 inline MTX23* MTX23MAdd(MTX23* pOut, f32 t, const MTX23& m1, const MTX23& m2) { return MTX23MAdd( p… in MTX23MAdd() function
/CTR-SDK-4.2.5/include/nn/math/inline/
Dmath_Matrix23.ipp74 MTX23MAdd(MTX23* pOut, f32 t, const MTX23* p1, const MTX23* p2)