Home
last modified time | relevance | path

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

/CTR-SDK-2.4.0/include/nn/math/
Dmath_Vector2.h37 NN_MATH_INLINE VEC2* VEC2Normalize(VEC2* pOut, const VEC2* p);
153 return *VEC2Normalize(this, this); in Normalize()
411 inline VEC2* VEC2Normalize(VEC2* pOut, const VEC2& v) { return VEC2Normalize( pOut, &v ); } in VEC2Normalize() function
/CTR-SDK-2.4.0/include/nn/math/inline/
Dmath_Vector2.ipp88 VEC2Normalize(VEC2* pOut, const VEC2* p)