Searched refs:VEC4Normalize (Results 1 – 2 of 2) sorted by relevance
158 NN_MATH_INLINE VEC4* VEC4Normalize(VEC4* pOut, const VEC4* p);351 return *VEC4Normalize(this, this); in Normalize()460 inline VEC4* VEC4Normalize(VEC4* pOut, const VEC4& v) { return VEC4Normalize( pOut, &v ); } in VEC4Normalize() function
106 VEC4Normalize(VEC4* pOut, const VEC4* p)