Home
last modified time | relevance | path

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

/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/math/
Dmath_Vector2.h40 NN_MATH_INLINE VEC2* VEC2Transform(VEC2* pOut, const MTX23* pM, const VEC2* pV);
405 inline VEC2* VEC2Transform(VEC2* pOut, const MTX23& m, const VEC2& v) { return VEC2Transform( pOut,… in VEC2Transform() function
/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/math/inline/
Dmath_Types.ipp57 VEC2Transform(VEC2* pOut, const MTX23* pM, const VEC2* pV)
Dmath_Matrix23.ipp274 VEC2Transform(&tmp, pM, pT);