Searched refs:VEC2Normalize (Results 1 – 2 of 2) sorted by relevance
146 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
47 VEC2Normalize(VEC2* pOut, const VEC2* p)