Home
last modified time | relevance | path

Searched refs:VEC2Normalize (Results 1 – 2 of 2) sorted by relevance

/CTR-SDK-4.2.5/include/nn/math/
Dmath_Vector2.h146 NN_MATH_INLINE VEC2* VEC2Normalize(VEC2* pOut, const VEC2* p);
325 return *VEC2Normalize(this, this); in Normalize()
508 inline VEC2* VEC2Normalize(VEC2* pOut, const VEC2& v) { return VEC2Normalize( pOut, &v ); } in VEC2Normalize() function
/CTR-SDK-4.2.5/include/nn/math/inline/
Dmath_Vector2.ipp47 VEC2Normalize(VEC2* pOut, const VEC2* p)