Update Polygon/doc/Polygon/Polygon.txt

Co-authored-by: Sebastien Loriot <sloriot.ml@gmail.com>
This commit is contained in:
Andreas Fabri 2022-03-04 10:02:36 +01:00 committed by GitHub
parent 1cf6e0bcbe
commit 1f78c6a811
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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
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}