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

Functions

template<typename Kernel>
bool CGAL::has_smaller_distance_to_point (const CGAL::Point_2< Kernel > &p, const CGAL::Point_2< Kernel > &q, const CGAL::Point_2< Kernel > &r)
 returns true iff the distance between q and p is smaller than the distance between r and p.
template<typename Kernel>
bool CGAL::has_smaller_distance_to_point (const CGAL::Point_3< Kernel > &p, const CGAL::Point_3< Kernel > &q, const CGAL::Point_3< Kernel > &r)
 returns true iff the distance between q and p is smaller than the distance between r and p.