|
CGAL 6.3 - 2D Arrangements
|
Functor Operations | |
A model of this concept must provide: | |
| template<typename OutputIterator> | |
| OutputIterator | operator() (AosTraits::X_monotone_curve_2 xc1, AosTraits::X_monotone_curve_2 xc2, bool consider_common_endpoints=true) |
| determines whether two \(x\)-monotone curves intersect. | |
| OutputIterator AosTraits::DoIntersect_2::operator() | ( | AosTraits::X_monotone_curve_2 | xc1, |
| AosTraits::X_monotone_curve_2 | xc2, | ||
| bool | consider_common_endpoints = true ) |
determines whether two \(x\)-monotone curves intersect.
| xc1 | The first \(x\)-monotone curve. |
| xc2 | The second \(x\)-monotone curve. |
| consider_common_endpoints | indicates whether common endpoints should be counted as intersections. |