Home
last modified time | relevance | path

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

/CTR-SDK-0.14.4/include/nn/math/
Dmath_Vector4.h44 NN_MATH_INLINE VEC4* VEC4SafeNormalize(VEC4* pOut, const VEC4* p, const VEC4& alt);
178 return *VEC4SafeNormalize(this, this, alt); in SafeNormalize()
268 inline VEC4* VEC4SafeNormalize(VEC4* pOut, const VEC4& v, const VEC4& alt) { return VEC4SafeNormali… in VEC4SafeNormalize() function
/CTR-SDK-0.14.4/include/nn/math/inline/
Dmath_Vector4.ipp223 VEC4SafeNormalize(VEC4* pOut, const VEC4* p, const VEC4& alt)