From 2ebf429d747c33ea890620b4d3b6cbecbe56029a Mon Sep 17 00:00:00 2001 From: Brendan Vessels Date: Wed, 1 Mar 2023 20:05:36 -0500 Subject: [PATCH] Corrected intellisense describing clockwiseness of holes in >> operator --- Polygon/include/CGAL/Polygon_with_holes_2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Polygon/include/CGAL/Polygon_with_holes_2.h b/Polygon/include/CGAL/Polygon_with_holes_2.h index b5a842710e9..e45210eb92f 100644 --- a/Polygon/include/CGAL/Polygon_with_holes_2.h +++ b/Polygon/include/CGAL/Polygon_with_holes_2.h @@ -166,7 +166,7 @@ Both \ascii and binary formats are supported, and the format is automatically de The format consists of the number of points of the outer boundary followed by the points themselves in counterclockwise order, followed by the number of holes, and for each hole, the number of points of the outer boundary is followed -by the points themselves in clockwise order. +by the points themselves, also in counterclockwise order. \relates Polygon_with_holes_2 */