Merge pull request #6687 from sloriot/BGL-euler_doc

fix doc after import from Polyhedron
This commit is contained in:
Laurent Rineau 2022-06-29 09:49:41 +02:00
commit 75ab8baae2
1 changed files with 1 additions and 4 deletions

View File

@ -265,10 +265,7 @@ join_face(typename boost::graph_traits<Graph>::halfedge_descriptor h,
/**
* splits the face incident to `h1` and `h2`. Creates the opposite
* halfedges `h3` and `h4`, such that `next(h1,g) == h3` and `next(h2,g) == h4`.
* Performs the inverse operation to `join_face()`.
*
* If `Graph` is a model of `MutableFaceGraph` and if the update of faces is not disabled
* a new face incident to `h4` is added.
* Performs the inverse operation to `join_face()`. The new face is incident to `h4`.
*
* \image html split_face.svg
*