Home
last modified time | relevance | path

Searched refs:VEC2Transform (Results 1 – 4 of 4) sorted by relevance

/CTR-SDK-4.2.5/include/nn/math/
Dmath_Transform.h133 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
Dmath_Vector2.h186 NN_MATH_INLINE VEC2* VEC2Transform(VEC2* pOut, const MTX23* pM, const VEC2* pV);
/CTR-SDK-4.2.5/include/nn/math/inline/
Dmath_Matrix23.ipp152 VEC2Transform(&tmp, pM, pT);
Dmath_Types.ipp47 VEC2Transform(VEC2* pOut, const MTX23* pM, const VEC2* pV)