Added package description

This commit is contained in:
Andreas Fabri 2006-04-10 14:35:34 +00:00
parent e8e1dc2cf3
commit 33593e56be
1 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,15 @@
\begin{ccPkgDescription}{3D Convex Hulls\label{Pkg:ConvexHull3}}
\ccPkgSummary{This package provides functions
for computing convex hulls in three dimensions as well as functions
for checking if sets of points are strongly convex are not. One can
compute the convex hull of a set of points in three dimensions in one
of three ways in \cgal: using a static algorithm, using an incremental
construction algorithm, or using a triangulation to get a fully
dynamic computation.}
\ccPkgDependsOn{All algorithms produce as output a \ccRef[3D Polyhedron]{Pkg:POlyhedron}.
The dynamic algorithms depend on \ccRef[3D Triangulations]{Pkg:Triangulation3}}
\ccPkgMaturity{Introduced in \cgal\ 1.0}
\ccPkgLicense{\ccLicenseQPL}
\end{ccPkgDescription}