|
| 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.
|
| |