mirror of https://github.com/CGAL/cgal
Merge pull request #2209 from afabri/patch-2
Surface_mesh_simplification: Fix in User Manual
This commit is contained in:
commit
4adef0201a
|
|
@ -304,7 +304,7 @@ What is particular in this example is the property map that allows to associate
|
|||
The following examples show how to use the optional named parameter `edge_is_constrained_map` to prevent
|
||||
edges from being removed. Edges marked as contrained are guaranteed to be in the final surface mesh. However,
|
||||
the vertices of the constrained edges may change and the placement may change the points.
|
||||
The wrapper `CGAL::Constrained_placement` guarantees that these points are not changed.
|
||||
The wrapper `CGAL::Surface_mesh_simplification::Constrained_placement` guarantees that these points are not changed.
|
||||
|
||||
\cgalExample{Surface_mesh_simplification/edge_collapse_constrained_border_polyhedron.cpp}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue