mirror of https://github.com/CGAL/cgal
Merge pull request #6687 from sloriot/BGL-euler_doc
fix doc after import from Polyhedron
This commit is contained in:
commit
75ab8baae2
|
|
@ -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
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in New Issue