Searched refs:VEC2Normalize (Results 1 – 2 of 2) sorted by relevance
37 NN_MATH_INLINE VEC2* VEC2Normalize(VEC2* pOut, const VEC2* p);145 return *VEC2Normalize(this, this); in Normalize()403 inline VEC2* VEC2Normalize(VEC2* pOut, const VEC2& v) { return VEC2Normalize( pOut, &v ); } in VEC2Normalize() function
88 VEC2Normalize(VEC2* pOut, const VEC2* p)