From f2719ba4d17d0f5b560491bf3f4bbfe2b55ef3de Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Thu, 30 Mar 2006 14:26:23 +0000 Subject: [PATCH] Added package description --- .../doc_tex/Snap_rounding_2/PkgDescription.tex | 15 +++++++++++++++ Snap_rounding_2/doc_tex/Snap_rounding_2/main.tex | 2 ++ 2 files changed, 17 insertions(+) create mode 100644 Snap_rounding_2/doc_tex/Snap_rounding_2/PkgDescription.tex diff --git a/Snap_rounding_2/doc_tex/Snap_rounding_2/PkgDescription.tex b/Snap_rounding_2/doc_tex/Snap_rounding_2/PkgDescription.tex new file mode 100644 index 00000000000..89822bb8f11 --- /dev/null +++ b/Snap_rounding_2/doc_tex/Snap_rounding_2/PkgDescription.tex @@ -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} diff --git a/Snap_rounding_2/doc_tex/Snap_rounding_2/main.tex b/Snap_rounding_2/doc_tex/Snap_rounding_2/main.tex index d3cfdad2799..a91d58fc112 100644 --- a/Snap_rounding_2/doc_tex/Snap_rounding_2/main.tex +++ b/Snap_rounding_2/doc_tex/Snap_rounding_2/main.tex @@ -8,6 +8,8 @@ \ccChapterRelease{\snapRoundingRev. \ \snapRoundingDate} \ccChapterAuthor{Eli Packer} +\input{Snap_rounding_2/PkgDescription.tex} + \minitoc \input{Snap_rounding_2/snap}