Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/include/nn/math/
Dmath_Vector3.h185 NN_MATH_INLINE f32 VEC3SquareDist(const VEC3* p1, const VEC3* p2);
367 return VEC3SquareDist(this, &vec); in DistanceSquare()
516 return ::std::sqrtf( VEC3SquareDist( p1, p2 ) ); in VEC3Dist()
567 inline f32 VEC3SquareDist(const VEC3& v1, const VEC3& v2) { return VEC3SquareDist( &v1, &v2 ); } in VEC3SquareDist() function
/CTR-SDK-4.2.5/include/nn/math/inline/
Dmath_Vector3.ipp106 VEC3SquareDist(const VEC3* p1, const VEC3* p2)