CGAL 6.2 - 2D Intersection of Curves
Loading...
Searching...
No Matches
CGAL::Surface_sweep_2 Namespace Reference

Functions

template<typename InputIterator >
bool do_intersect (InputIterator curves_begin, InputIterator curves_end, bool consider_common_endpoints=true)
 Given a range of curves, check whether there is at least one pair of curves that intersect.
 
template<typename InputIterator , typename Traits >
bool do_intersect (InputIterator curves_begin, InputIterator curves_end, bool consider_common_endpoints=true, Traits traits=Default_traits())
 Given a range of curves, check whether there is at least one pair of curves that intersect.