Added package desctiption

This commit is contained in:
Andreas Fabri 2006-03-30 07:00:38 +00:00
parent 188aa34ac1
commit efcdf1b8a7
2 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,15 @@
.
\begin{ccPkgDescription}{2D Straight Skeleton and Polygon Inward Offseting}
\ccPkgSummary{This package implements an algorithm to construct a halfedge data
structure representing the straight skeleton in the interior of 2D
polygon with holes and an algorithm to construct inward offset
polygons at any offset distance given a straight skeleton.}
\ccPkgDependsOn{ \ccc{HalfedgeDS<Traits,Items,Alloc>}}
\ccPkgMaturity{Introduced in \cgal 3.2}
\end{ccPkgDescription}

View File

@ -10,6 +10,8 @@
\ccChapterAuthor{Fernando Cacciola}
\input{Straight_skeleton/PkgDescription.tex}
\minitoc
\input{Straight_skeleton_2/Straight_skeleton_user.tex}