Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/include/nn/math/
Dmath_Vector4.h170 NN_MATH_INLINE VEC4* VEC4SafeNormalize(VEC4* pOut, const VEC4* p, const VEC4& alt);
360 return *VEC4SafeNormalize(this, this, alt); in SafeNormalize()
461 inline VEC4* VEC4SafeNormalize(VEC4* pOut, const VEC4& v, const VEC4& alt) { return VEC4SafeNormali… in VEC4SafeNormalize() function
/CTR-SDK-4.2.5/include/nn/math/inline/
Dmath_Vector4.ipp114 VEC4SafeNormalize(VEC4* pOut, const VEC4* p, const VEC4& alt)