Update Mesh_3/include/CGAL/Mesh_polyhedron_3.h

Co-authored-by: Jane Tournois <janetournois@users.noreply.github.com>
This commit is contained in:
Andreas Fabri 2023-07-28 11:50:57 +02:00 committed by GitHub
parent 913e8848c6
commit 2ef1bb4e48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -213,7 +213,7 @@ public:
\ingroup PkgMesh3Domains \ingroup PkgMesh3Domains
The class `Mesh_polyhedron_3` provides a customized `Polyhedron_3` type. This type uses The class `Mesh_polyhedron_3` provides a customized `Polyhedron_3` type. This type uses
as `PolyhedronItems_3` a customized type which adds data to the Vertex, Face and as `PolyhedronItems_3` a customized type which adds data to the `Vertex`, `Face` and
Halfedge classes. Those data are required to use the detection of sharp features. Halfedge classes. Those data are required to use the detection of sharp features.
\tparam IGT stands for the geometric traits associated \tparam IGT stands for the geometric traits associated