fix typos in doc

This commit is contained in:
Andreas Fabri 2017-06-29 11:14:31 +02:00
parent 9af1f122e6
commit 01677ccd22
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ must be kept in place, not moved to a new position.
\cgalHasModel `CGAL::Surface_mesh_simplification::Midpoint_placement<ECM>`
\cgalHasModel `CGAL::Surface_mesh_simplification::LindstromTurk_placement<ECM>`
\cgalHasModel `CGAL::Bounded_normal_change_placement<Placement>
\cgalHasModel `CGAL::Bounded_normal_change_placement<Placement>`
*/

View File

@ -320,7 +320,7 @@ results in a self intersection when one edge is collapsed using the Lindstrom-Tu
Simple mesh before and after the collapse of edge `v-w` into vertex `w`. While the normals of `f1`and `f2` are almost equal, they are opposed after the edge collapse.
\cgalFigureEnd
The class `Bounded_normal_change_placement` is a placement that checks if
The class `Surface_mesh_simplification::Bounded_normal_change_placement` is a placement that checks if
another placement would invert the normal of a face around the stars of the
two vertices of an edge that is candidate for an edge collapse. It then
rejects this placement by returning `boost::none`.