CGAL 6.3 - 2D and 3D Linear Geometry Kernel
Loading...
Searching...
No Matches
CGAL::compare_squared_distance()

Functions

template<typename Kernel>
Comparison_result CGAL::compare_squared_distance (const CGAL::Point_2< Kernel > &p, const CGAL::Point_2< Kernel > &q, const typename Kernel::FT &d2)
 compares the squared distance of points p and q to d2.
template<typename Kernel>
Comparison_result CGAL::compare_squared_distance (const CGAL::Point_3< Kernel > &p, const CGAL::Point_3< Kernel > &q, const typename Kernel::FT &d2)
 compares the squared distance of points p and q to d2.