Home
last modified time | relevance | path

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

/CTR-SDK-1.3.0/CTR_SDK/include/nn/math/
Dmath_Vector4.h43 NN_MATH_INLINE VEC4* VEC4Normalize(VEC4* pOut, const VEC4* p);
169 return *VEC4Normalize(this, this); in Normalize()
267 inline VEC4* VEC4Normalize(VEC4* pOut, const VEC4& v) { return VEC4Normalize( pOut, &v ); } in VEC4Normalize() function
/CTR-SDK-1.3.0/CTR_SDK/include/nn/math/inline/
Dmath_Vector4.ipp205 VEC4Normalize(VEC4* pOut, const VEC4* p)