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}