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}. */