|
CGAL 6.2 - 2D Arrangements
|
Functor Operations | |
A model of this concept must provide: | |
| Approximate_number_type | operator() (AosTraits::Point_2 p, int i) |
obtains an approximation of p's \(x\)-coordinate (if i == 0), or of p's \(y\)-coordinate (if i == 1). | |
| Approximate_number_type AosTraits::ApproximatePoint_2::operator() | ( | AosTraits::Point_2 | p, |
| int | i | ||
| ) |
obtains an approximation of p's \(x\)-coordinate (if i == 0), or of p's \(y\)-coordinate (if i == 1).
i is either 0 or 1.