Lines Matching refs:VEC2
42 NN_MATH_INLINE MTX23* MTX23Scale(MTX23* pOut, const MTX23* pM, const VEC2* pS);
43 NN_MATH_INLINE MTX23* MTX23Translate(MTX23* pOut, const MTX23* pM, const VEC2* pT);
45 NN_MATH_INLINE MTX23* MTX23RotCenterFIdx(MTX23* pOut, const VEC2* pCenter, f32 fIdx);
142 VEC2 GetColumn(int index) const in GetColumn()
145 VEC2 column; in GetColumn()
152 void SetColumn(int index, const VEC2& column) in SetColumn()
203 self_type& SetupScale(const MTX23& matrix, const VEC2& scale) in SetupScale()
213 self_type& SetupTranslate(const MTX23& matrix, const VEC2& translate) in SetupTranslate()
233 self_type& SetupRotate(const VEC2& center, f32 rotate) in SetupRotate()
274 inline MTX23* MTX23Scale(MTX23* pOut, const MTX23& m, const VEC2& vS) { return MTX23Scale( pOut, &m… in MTX23Scale()
275 inline MTX23* MTX23Translate(MTX23* pOut, const MTX23& m, const VEC2& vT) { return MTX23Translate( … in MTX23Translate()
276 inline MTX23* MTX23RotCenterFIdx(MTX23* pOut, const VEC2& vCenter, f32 fIdx) { return MTX23RotCente… in MTX23RotCenterFIdx()