Home
last modified time | relevance | path

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

/CTR-SDK-0.14.21/include/nn/math/
Dmath_Matrix23.h42 NN_MATH_INLINE MTX23* MTX23Scale(MTX23* pOut, const MTX23* pM, const VEC2* pS);
205 return *MTX23Scale(this, &matrix, &scale); in SetupScale()
274 inline MTX23* MTX23Scale(MTX23* pOut, const MTX23& m, const VEC2& vS) { return MTX23Scale( pOut, &m… in MTX23Scale() function
/CTR-SDK-0.14.21/include/nn/math/inline/
Dmath_Matrix23.ipp236 MTX23Scale(MTX23* pOut, const MTX23* __restrict pM, const VEC2* __restrict pS)