Searched refs:MTX23Scale (Results 1 – 2 of 2) sorted by relevance
166 NN_MATH_INLINE MTX23* MTX23Scale(MTX23* pOut, const MTX23* pM, const VEC2* pS);388 return *MTX23Scale(this, &matrix, &scale); in SetupScale()468 inline MTX23* MTX23Scale(MTX23* pOut, const MTX23& m, const VEC2& vS) { return MTX23Scale( pOut, &m… in MTX23Scale() function
227 MTX23Scale(MTX23* pOut, const MTX23* __restrict pM, const VEC2* __restrict pS)