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 4af6c9cff28..74118aa09b3 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 @@ -14,8 +14,10 @@ namespace CGAL { \section CT_3_CCDT_3 Conforming Delaunay Triangulations in 3D -This package implements the construction of a 3D conforming Delaunay triangulation, -constrained to a set of faces of a Piecewise Linear Complex. +This package implements the construction of a 3D Constrained Delaunay triangulation, +conforming to a set of faces of a Piecewise Linear Complex. +The set of input polygonal constraints given as a PLC is meant to be represented as a +sub-complex of the triangulation. For any Piecewise Linear Complex (PLC) in 3D, the algorithm builds a Constrained Delaunay triangulation conforming to this PLC. diff --git a/Constrained_triangulation_3/doc/Constrained_triangulation_3/PackageDescription.txt b/Constrained_triangulation_3/doc/Constrained_triangulation_3/PackageDescription.txt index de6caeb8902..b08f53fe480 100644 --- a/Constrained_triangulation_3/doc/Constrained_triangulation_3/PackageDescription.txt +++ b/Constrained_triangulation_3/doc/Constrained_triangulation_3/PackageDescription.txt @@ -15,21 +15,24 @@ \cgalPkgPicture{cdt3-small.png} \cgalPkgSummaryBegin -\cgalPkgAuthors{Laurent Rineau} -\cgalPkgDesc{This package allows to build and handle 3D constrained Delaunay triangulations.} +\cgalPkgAuthors{Laurent Rineau and Jane Tournois} +\cgalPkgDesc{This package implements the construction of a 3D Constrained Delaunay triangulation, +conforming to a set of faces of a 3D Piecewise Linear Complex. +The algorithm builds such a triangulation. The constrained triangulation does not always exist, +and it may be necessary +to add Steiner points to the PLC to make it tetrahedralizable. +} \cgalPkgManuals{Chapter_CT_3,PkgCT_3Ref} \cgalPkgSummaryEnd \cgalPkgShortInfoBegin \cgalPkgSince{6.1} \cgalPkgDependsOn{\ref PkgTriangulation3 "3D Triangulations"} -\cgalPkgBib{cgal:x-x} +\cgalPkgBib{cgal:rt-cdt3} \cgalPkgLicense{\ref licensesGPL "GPL"} \cgalPkgDemo{CGAL Lab,CGALlab.zip} \cgalPkgShortInfoEnd -\todo Add more description in cgalPkgDesc. - \cgalPkgDescriptionEnd