Home
last modified time | relevance | path

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

/CTR-SDK-0.14.4/include/nn/math/
Dmath_Vector2.h38 NN_MATH_INLINE VEC2* VEC2SafeNormalize(VEC2* pOut, const VEC2* p, const VEC2& alt);
154 return *VEC2SafeNormalize(this, this, alt); in SafeNormalize()
404 inline VEC2* VEC2SafeNormalize(VEC2* pOut, const VEC2& v, const VEC2& alt) { return VEC2SafeNormali… in VEC2SafeNormalize() function
/CTR-SDK-0.14.4/include/nn/math/inline/
Dmath_Vector2.ipp106 VEC2SafeNormalize(VEC2* pOut, const VEC2* p, const VEC2& alt)