Searched refs:VEC3SquareDist (Results 1 – 2 of 2) sorted by relevance
185 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
106 VEC3SquareDist(const VEC3* p1, const VEC3* p2)