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