mirror of https://github.com/CGAL/cgal
Added package description
This commit is contained in:
parent
e8e1dc2cf3
commit
33593e56be
|
|
@ -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}
|
||||
Loading…
Reference in New Issue