Add documenation

This commit is contained in:
Andreas Fabri 2017-06-20 08:29:58 +02:00
parent b394c9812a
commit 3e8c3e78d1
1 changed files with 4 additions and 3 deletions

View File

@ -317,12 +317,13 @@ results in a self intersection when one edge is collapsed using the Lindstrom-Tu
\cgalFigureBegin{SMS-selfintersection, SMS-selfintersection.png}
Simple mesh before and after the collapse of edge `e`.
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
another placement inverts the normal of a face around the stars of the
two vertices of an edge that is candidate for an edge collapse.
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
returns
\cgalExample{Surface_mesh_simplification/edge_collapse_bounded_normal_change.cpp}