mirror of https://github.com/CGAL/cgal
fix typos
This commit is contained in:
parent
ff81c1acf9
commit
425b900c5a
|
|
@ -59,8 +59,8 @@ Check if vertex `q` can be removed.
|
||||||
|
|
||||||
\section Section_PolylineSimplification_Cost_Functions Cost Functions
|
\section Section_PolylineSimplification_Cost_Functions Cost Functions
|
||||||
|
|
||||||
The specific way in which the removal cost is calculated is called the
|
The specific way in which the removal cost is calculated is called the *cost*
|
||||||
*cost* function. The user can choose different strategies by choosing
|
function. The user can choose different strategies by choosing
|
||||||
a cost function object.
|
a cost function object.
|
||||||
|
|
||||||
This package provides the three cost functions formulated in
|
This package provides the three cost functions formulated in
|
||||||
|
|
@ -154,7 +154,7 @@ the number of vertices.
|
||||||
|
|
||||||
In the second example we insert several polygons in a
|
In the second example we insert several polygons in a
|
||||||
`Constrained_triangulation_plus_2`. As a vertex
|
`Constrained_triangulation_plus_2`. As a vertex
|
||||||
type we have to use `CGAL::Polyline_simplification_2::Vertex_base`
|
type we have to use `CGAL::Polyline_simplification_2::Vertex_base_2`
|
||||||
as vertices may be marked as non-removable. The simplification
|
as vertices may be marked as non-removable. The simplification
|
||||||
algorithm marks the first and last vertex of polyline constraints
|
algorithm marks the first and last vertex of polyline constraints
|
||||||
as well as intersections.
|
as well as intersections.
|
||||||
|
|
|
||||||
|
|
@ -142,7 +142,7 @@ Constrained_triangulation_plus_2& ct);
|
||||||
/*!
|
/*!
|
||||||
Introduces a constrained triangulation
|
Introduces a constrained triangulation
|
||||||
from the constraints in the range `[first,last)`.
|
from the constraints in the range `[first,last)`.
|
||||||
\tparam ConstraintIterator must be an InputIterator` with the value type `std::pair<Point,Point>` or `Segment`.
|
\tparam ConstraintIterator must be an `InputIterator` with the value type `std::pair<Point,Point>` or `Segment`.
|
||||||
*/
|
*/
|
||||||
template<class ConstraintIterator>
|
template<class ConstraintIterator>
|
||||||
Constrained_triangulation_plus_2(
|
Constrained_triangulation_plus_2(
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue