From 01677ccd227fa9e4e11f5631cae4c180a0ef002e Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Thu, 29 Jun 2017 11:14:31 +0200 Subject: [PATCH] fix typos in doc --- .../doc/Surface_mesh_simplification/Concepts/GetPlacement.h | 2 +- .../Surface_mesh_simplification/Surface_mesh_simplification.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Surface_mesh_simplification/doc/Surface_mesh_simplification/Concepts/GetPlacement.h b/Surface_mesh_simplification/doc/Surface_mesh_simplification/Concepts/GetPlacement.h index 8f37e253687..a6bbe1db1ff 100644 --- a/Surface_mesh_simplification/doc/Surface_mesh_simplification/Concepts/GetPlacement.h +++ b/Surface_mesh_simplification/doc/Surface_mesh_simplification/Concepts/GetPlacement.h @@ -16,7 +16,7 @@ must be kept in place, not moved to a new position. \cgalHasModel `CGAL::Surface_mesh_simplification::Midpoint_placement` \cgalHasModel `CGAL::Surface_mesh_simplification::LindstromTurk_placement` -\cgalHasModel `CGAL::Bounded_normal_change_placement +\cgalHasModel `CGAL::Bounded_normal_change_placement` */ diff --git a/Surface_mesh_simplification/doc/Surface_mesh_simplification/Surface_mesh_simplification.txt b/Surface_mesh_simplification/doc/Surface_mesh_simplification/Surface_mesh_simplification.txt index 1558b120822..4f0c2e81795 100644 --- a/Surface_mesh_simplification/doc/Surface_mesh_simplification/Surface_mesh_simplification.txt +++ b/Surface_mesh_simplification/doc/Surface_mesh_simplification/Surface_mesh_simplification.txt @@ -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`.