Searched refs:VEC2Transform (Results 1 – 4 of 4) sorted by relevance
| /CTR-SDK-4.2.5/include/nn/math/ |
| D | math_Transform.h | 133 NN_MATH_INLINE VEC2* VEC2Transform(VEC2* pOut, const MTX23* pM, const VEC2* pV); 267 inline VEC2* VEC2Transform(VEC2* pOut, const MTX23& m, const VEC2& v) { return VEC2Transform( pOut,… in VEC2Transform() function
|
| D | math_Vector2.h | 186 NN_MATH_INLINE VEC2* VEC2Transform(VEC2* pOut, const MTX23* pM, const VEC2* pV);
|
| /CTR-SDK-4.2.5/include/nn/math/inline/ |
| D | math_Matrix23.ipp | 152 VEC2Transform(&tmp, pM, pT);
|
| D | math_Types.ipp | 47 VEC2Transform(VEC2* pOut, const MTX23* pM, const VEC2* pV)
|