Co-authored-by: Sebastien Loriot <sloriot.ml@gmail.com>
This commit is contained in:
Jane Tournois 2025-06-10 09:58:34 +02:00 committed by GitHub
parent 7600e30fd4
commit a27694ad44
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ Right: the same CCDT seen with cutplane.
There is no universal or canonical way to represent all possible PLCs in \cgal.
Any polyhedral surface is a PLC, so any model of `FaceListGraph`, such as `CGAL::Surface_mesh`, can be
used to represent a PLC.
used to represent such a PLC.
In this representation, the faces of the PLC correspond to the faces of the
surface mesh—a collection of vertices (points), edges, and faces that cover the surface of a
geometric object.