Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/include/nn/math/
Dmath_Vector4.h158 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
/CTR-SDK-4.2.5/include/nn/math/inline/
Dmath_Vector4.ipp106 VEC4Normalize(VEC4* pOut, const VEC4* p)