Added package description

This commit is contained in:
Andreas Fabri 2006-03-30 14:26:23 +00:00
parent 4f635889c9
commit f2719ba4d1
2 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,15 @@
\begin{ccPkgDescription}{2D Snap Rounding}
\ccPkgSummary{
Snap Rounding is a well known method for converting
arbitrary-precision arrangements of segments into a fixed-precision
representation. In the study of robust geometric computing, it can be
classified as a finite precision approximation technique. Iterated
Snap Rounding is a modification of Snap Rounding in which each vertex
is at least half-the-width-of-a-pixel away from any non-incident
edge. This package supports both methods.}
%\ccPkgDependsOn{}
\ccPkgMaturity{Introduced in \cgal\ 3.1}
\end{ccPkgDescription}

View File

@ -8,6 +8,8 @@
\ccChapterRelease{\snapRoundingRev. \ \snapRoundingDate}
\ccChapterAuthor{Eli Packer}
\input{Snap_rounding_2/PkgDescription.tex}
\minitoc
\input{Snap_rounding_2/snap}