mirror of https://github.com/CGAL/cgal
user manual
This commit is contained in:
parent
7afe51a43b
commit
9fb3a93e84
|
|
@ -14,8 +14,10 @@ namespace CGAL {
|
||||||
|
|
||||||
\section CT_3_CCDT_3 Conforming Delaunay Triangulations in 3D
|
\section CT_3_CCDT_3 Conforming Delaunay Triangulations in 3D
|
||||||
|
|
||||||
This package implements the construction of a 3D conforming Delaunay triangulation,
|
This package implements the construction of a 3D Constrained Delaunay triangulation,
|
||||||
constrained to a set of faces of a Piecewise Linear Complex.
|
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,
|
For any Piecewise Linear Complex (PLC) in 3D,
|
||||||
the algorithm builds a Constrained Delaunay triangulation conforming to this PLC.
|
the algorithm builds a Constrained Delaunay triangulation conforming to this PLC.
|
||||||
|
|
|
||||||
|
|
@ -15,21 +15,24 @@
|
||||||
\cgalPkgPicture{cdt3-small.png}
|
\cgalPkgPicture{cdt3-small.png}
|
||||||
|
|
||||||
\cgalPkgSummaryBegin
|
\cgalPkgSummaryBegin
|
||||||
\cgalPkgAuthors{Laurent Rineau}
|
\cgalPkgAuthors{Laurent Rineau and Jane Tournois}
|
||||||
\cgalPkgDesc{This package allows to build and handle 3D constrained Delaunay triangulations.}
|
\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}
|
\cgalPkgManuals{Chapter_CT_3,PkgCT_3Ref}
|
||||||
\cgalPkgSummaryEnd
|
\cgalPkgSummaryEnd
|
||||||
|
|
||||||
\cgalPkgShortInfoBegin
|
\cgalPkgShortInfoBegin
|
||||||
\cgalPkgSince{6.1}
|
\cgalPkgSince{6.1}
|
||||||
\cgalPkgDependsOn{\ref PkgTriangulation3 "3D Triangulations"}
|
\cgalPkgDependsOn{\ref PkgTriangulation3 "3D Triangulations"}
|
||||||
\cgalPkgBib{cgal:x-x}
|
\cgalPkgBib{cgal:rt-cdt3}
|
||||||
\cgalPkgLicense{\ref licensesGPL "GPL"}
|
\cgalPkgLicense{\ref licensesGPL "GPL"}
|
||||||
\cgalPkgDemo{CGAL Lab,CGALlab.zip}
|
\cgalPkgDemo{CGAL Lab,CGALlab.zip}
|
||||||
\cgalPkgShortInfoEnd
|
\cgalPkgShortInfoEnd
|
||||||
|
|
||||||
\todo Add more description in cgalPkgDesc.
|
|
||||||
|
|
||||||
|
|
||||||
\cgalPkgDescriptionEnd
|
\cgalPkgDescriptionEnd
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue