Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/include/nn/math/
Dmath_Vector3.h164 NN_MATH_INLINE VEC3* VEC3SafeNormalize(VEC3* pOut, const VEC3* p, const VEC3& alt);
359 return *VEC3SafeNormalize(this, this, alt); in SafeNormalize()
566 inline VEC3* VEC3SafeNormalize(VEC3* pOut, const VEC3& v, const VEC3& alt) { return VEC3SafeNormali… in VEC3SafeNormalize() function
/CTR-SDK-4.2.5/include/nn/math/inline/
Dmath_Vector3.ipp72 VEC3SafeNormalize(VEC3* pOut, const VEC3* p, const VEC3& alt)