fix link in the doc

This commit is contained in:
Sébastien Loriot 2015-09-26 13:31:41 +02:00
parent 2c6b3780d7
commit c36fe8c234
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ true, for instance, upon reaching a desired number of vertices or
reaching a maximum simplification error.
The polyline simplification algorithm operates on a triangulation
class from Chapter \ref Chapter_2D_Triangulations, namely
class from Chapter \ref PkgTriangulation2Summary, namely
`Constrained_triangulation_plus_2`. This data structure allows to
remove vertices of a polyline constraint, while keeping the points of
the removed vertices of the polyline constraint. The fact that it is a