|
CGAL 6.3 - 2D Arrangements
|
AdaptableFunctor Operations | |
A model of this concept must provide: | |
| Comparison_result | operator() (const AosTraits::Point_2 &p1, const AosTraits::Point_2 &p2) |
| Given two points p1 and p2, such that either p1 or p2 (or both) lie on the bottom or top boundary of the parameter space, compares the \(x\)-coordinate of p1 and the \(x\)-coordinate of p2. | |
| Comparison_result AosTraits::CompareXOnBoundary_2::operator() | ( | const AosTraits::Point_2 & | p1, |
| const AosTraits::Point_2 & | p2 ) |
Given two points p1 and p2, such that either p1 or p2 (or both) lie on the bottom or top boundary of the parameter space, compares the \(x\)-coordinate of p1 and the \(x\)-coordinate of p2.
Returns CGAL::SMALLER, CGAL::EQUAL, or CGAL::LARGER accordingly.