user manual

This commit is contained in:
Jane Tournois 2025-04-03 12:10:31 +02:00
parent 7afe51a43b
commit 9fb3a93e84
2 changed files with 12 additions and 7 deletions

View File

@ -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.

View File

@ -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