Searched refs:distance2 (Results 1 – 2 of 2) sorted by relevance
300 inline float distance2(float x, float y, float z) { in distance2() function305 return sqrtf(distance2(x, y, z)); in distance()
434 friend inline constexpr T PURE distance2(const VECTOR<T>& lv, const VECTOR<RT>& rv) { in distance2() function