improve package description

This commit is contained in:
Andreas Fabri 2014-11-05 11:30:49 +01:00
parent 45d24aed03
commit e51838f71a
2 changed files with 7 additions and 1 deletions

View File

@ -17,7 +17,7 @@
\cgalPkgPicture{PolylineSimplification-small.png}
\cgalPkgSummaryBegin
\cgalPkgAuthor{Andreas Fabri}
\cgalPkgDesc{This package allows to simplify polylines with the guarantee that the topology of the polylines does not change.}
\cgalPkgDesc{This package allows to simplify polylines with the guarantee that the topology of the polylines does not change. This can be done for a single polyline as well as for a set of polyline constraints in a constained triangulation. The simplification can be controlled with cost and stop functions.}
\cgalPkgManuals{Chapter_2D_Polyline_simplification,PkgPolylineSimplification2}
\cgalPkgSummaryEnd
\cgalPkgShortInfoBegin
@ -39,6 +39,12 @@
- `PolylineSimplificationVertexBase_2`
## Classes ##
- `CGAL::Squared_distance_cost`
- `CGAL::Scaled_squared_distance_cost`
- `CGAL::Hybrid_squared_distance_cost`
- `CGAL::Stop_above_cost_threshold`
- `CGAL::Stop_below_count_threshold`
- `CGAL::Stop_below_count_ratio_threshold`
- `CGAL::Polyline_simplification_2::Vertex_base_2`
## Global Functions ##

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 23 KiB