Added package description

This commit is contained in:
Andreas Fabri 2006-04-10 14:30:10 +00:00
parent fd846ab246
commit e8e1dc2cf3
2 changed files with 18 additions and 2 deletions

View File

@ -0,0 +1,13 @@
\begin{ccPkgDescription}{2D Convex Hulls and Extreme Points \label{Pkg:ConvexHull2}}
\ccPkgSummary{This chapter describes the functions provided in CGAL
for producing convex hulls in two dimensions as well as functions for
checking if sets of points are strongly convex are not. There are also
a number of functions described for computing particular extreme
points and subsequences of hull points, such as the lower and upper
hull of a set of points.}
%\ccPkgDependsOn{\ccRefPkg:Triangulation2}
\ccPkgMaturity{Introduced in \cgal\ 1.0}
\ccPkgLicense{\ccLicenseQPL}
\end{ccPkgDescription}

View File

@ -1,7 +1,10 @@
\ccUserChapter{2D Convex Hulls and Extreme Points}
\label{chap:convex_hull_2}
\ccUserChapter{2D Convex Hulls and Extreme Points \label{chap:convex_hull_2}}
\ccChapterAuthor{Susan Hert \and Stefan Schirra}
\input{Convex_hull_2/PkgDescription}
\minitoc
\input{Convex_hull_2/convex_hull_def_2}