From 83c55db7f90508a1e44b0f870a4a6941528f0d90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Tue, 10 Jun 2025 20:39:18 +0200 Subject: [PATCH] doc --- .../Constrained_triangulation_3.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Constrained_triangulation_3/doc/Constrained_triangulation_3/Constrained_triangulation_3.txt b/Constrained_triangulation_3/doc/Constrained_triangulation_3/Constrained_triangulation_3.txt index 8b242d6cc41..3f482a5fda0 100644 --- a/Constrained_triangulation_3/doc/Constrained_triangulation_3/Constrained_triangulation_3.txt +++ b/Constrained_triangulation_3/doc/Constrained_triangulation_3/Constrained_triangulation_3.txt @@ -157,11 +157,10 @@ enable users to extend or adapt the triangulation data structure to their specif \subsection CT_3_api_functions Functions -Several helper constructor functions are provided, such as \link +Two overloads of the constructor function \link PkgConstrainedTriangulation3FunctionsPolygonSoupOrMesh -`CGAL::make_conforming_constrained_Delaunay_triangulation_3()`\endlink, to facilitate the creation -of a `CGAL::Conforming_constrained_Delaunay_triangulation_3` object from various types of input -data. +`CGAL::make_conforming_constrained_Delaunay_triangulation_3()`\endlink are provided to facilitate the creation +of a `CGAL::Conforming_constrained_Delaunay_triangulation_3` object from either a surface mesh or a polygon soup. \section CT_3_examples Examples @@ -301,7 +300,8 @@ The left column shows the input PLC, while the right column displays the resulti \section CT_3_design Implementation History The initial version of this package was implemented by Laurent Rineau and released in -\cgal 6.1 (2025). Its design and algorithms are grounded in the theoretical work of +\cgal 6.1 (2025). Jane Tournois contributed to the documentation and helped improve the API. +The package design and algorithms are grounded in the theoretical work of Hang Si on meshing algorithms \cgalCite{si2005meshing}, \cgalCite{si2015tetgen}. */