mirror of https://github.com/CGAL/cgal
Added package description
This commit is contained in:
parent
4f635889c9
commit
f2719ba4d1
|
|
@ -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}
|
||||
|
|
@ -8,6 +8,8 @@
|
|||
\ccChapterRelease{\snapRoundingRev. \ \snapRoundingDate}
|
||||
\ccChapterAuthor{Eli Packer}
|
||||
|
||||
\input{Snap_rounding_2/PkgDescription.tex}
|
||||
|
||||
\minitoc
|
||||
|
||||
\input{Snap_rounding_2/snap}
|
||||
|
|
|
|||
Loading…
Reference in New Issue