CGAL 5.4.5 - 2D Arrangements
|
ArrangementClosedLeftTraits_2::Compare_y_on_boundary_2
ArrangementClosedRightTraits_2::Compare_y_on_boundary_2
ArrangementIdentifiedVerticalTraits_2::Compare_y_on_boundary_2
Operations | |
Comparison_result | operator() (const ArrTraits::Point_2 &p1, const ArrTraits::Point_2 &p2) |
Given two points p1 and p2 returns CGAL::SMALLER , CGAL::EQUAL , or CGAL::LARGER according to the lexicographic \(xy\)-order of the points p1 and p2 . More... | |
Comparison_result ArrTraits::CompareYOnBoundary_2::operator() | ( | const ArrTraits::Point_2 & | p1, |
const ArrTraits::Point_2 & | p2 | ||
) |
Given two points p1
and p2
returns CGAL::SMALLER
, CGAL::EQUAL
, or CGAL::LARGER
according to the lexicographic \(xy\)-order of the points p1
and p2
.
Parameter_space_in_x_2
(p1
) \(\neq\) CGAL::ARR_INTERIOR
or Parameter_space_in_x_2
(p2
) \(\neq\) CGAL::ARR_INTERIOR
.