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