Processing math: 50%
 
CGAL 6.0.1 - 2D Arrangements
All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Modules Pages
Loading...
Searching...
No Matches
ArrTraits::Approximate_2 Concept Reference

Definition

Operations

A model of this concept must provide:

CGAL::Approximate_number_type operator() (ArrTraits::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).