|
CGAL 6.1.3 - 2D and 3D Linear Geometry Kernel
|
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. | |