Home
last modified time | relevance | path

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

/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/math/
Dmath_Vector3.h39 NN_MATH_INLINE VEC3* VEC3SafeNormalize(VEC3* pOut, const VEC3* p, const VEC3& alt);
169 return *VEC3SafeNormalize(this, this, alt); in SafeNormalize()
467 inline VEC3* VEC3SafeNormalize(VEC3* pOut, const VEC3& v, const VEC3& alt) { return VEC3SafeNormali… in VEC3SafeNormalize() function
/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/math/inline/
Dmath_Vector3.ipp126 VEC3SafeNormalize(VEC3* pOut, const VEC3* p, const VEC3& alt)