mirror of https://github.com/CGAL/cgal
25 lines
1.1 KiB
Plaintext
25 lines
1.1 KiB
Plaintext
/// \defgroup PkgSnapRounding2Ref 2D Snap Rounding Reference
|
|
/// \defgroup PkgSnapRounding2Concepts Concepts
|
|
/// \ingroup PkgSnapRounding2Ref
|
|
/*!
|
|
\addtogroup PkgSnapRounding2Ref
|
|
\todo check generated documentation
|
|
\cgalPkgDescriptionBegin{2D Snap Rounding,PkgSnapRounding2}
|
|
\cgalPkgPicture{snap-detail.png}
|
|
\cgalPkgSummaryBegin
|
|
\cgalPkgAuthor{Eli Packer}
|
|
\cgalPkgDesc{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.}
|
|
\cgalPkgManuals{Chapter_2D_Snap_Rounding,PkgSnapRounding2Ref}
|
|
\cgalPkgSummaryEnd
|
|
\cgalPkgShortInfoBegin
|
|
\cgalPkgSince{3.1}
|
|
\cgalPkgDependsOn{\ref PkgArrangementOnSurface2}
|
|
\cgalPkgBib{cgal:p-sr2}
|
|
\cgalPkgLicense{\ref licensesGPL "GPL"}
|
|
\cgalPkgDemo{2D Snap Rounding,snap_rounding_2.zip}
|
|
\cgalPkgShortInfoEnd
|
|
\cgalPkgDescriptionEnd
|
|
|
|
*/
|
|
|