CGAL 6.1 - 2D Arrangements
|
#include <Concepts/AosTraits--ConstructMaxVertex_2.h>
AdaptableUnaryFunction
AosBasicTraits_2::Construct_max_vertex_2
Operations | |
A model of this concept must provide: | |
AosTraits::Point_2 | operator() (AosTraits::X_monotone_curve_2 xc) |
returns the lexicographically larger (right) endpoint of xc . | |
AosTraits::Point_2 AosTraits::ConstructMaxVertex_2::operator() | ( | AosTraits::X_monotone_curve_2 | xc | ) |
returns the lexicographically larger (right) endpoint of xc
.