mirror of https://github.com/CGAL/cgal
Update Polygon/doc/Polygon/Polygon.txt
Co-authored-by: Sebastien Loriot <sloriot.ml@gmail.com>
This commit is contained in:
parent
1cf6e0bcbe
commit
1f78c6a811
|
|
@ -75,7 +75,7 @@ and 3D Linear Geometric %Kernel.
|
||||||
|
|
||||||
The polygon class provides member functions such as `Polygon_2::vertices_begin()` and `Polygon_2::vertices_end()` to iterate over the
|
The polygon class provides member functions such as `Polygon_2::vertices_begin()` and `Polygon_2::vertices_end()` to iterate over the
|
||||||
vertices. It additionally provides a member function `Polygon_2::vertices()` that returns a range, mainly to be used with modern
|
vertices. It additionally provides a member function `Polygon_2::vertices()` that returns a range, mainly to be used with modern
|
||||||
`for`loops. The same holds for edges and for the holes of the class `Polygon_with_holes_2`.
|
`for` loops. The same holds for edges and for the holes of the class `Polygon_with_holes_2`.
|
||||||
|
|
||||||
\cgalExample{Polygon/ranges.cpp}
|
\cgalExample{Polygon/ranges.cpp}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue