improve doc

This commit is contained in:
Sébastien Loriot 2015-07-31 14:08:00 +02:00
parent bc30aa5f48
commit acd4f70bf0
1 changed files with 5 additions and 0 deletions

View File

@ -270,6 +270,11 @@ private:
* then the source of `p.second` is.
* If the target of `p.second` has not been marked for deletion,
* then the source of `p.first` is.
* A vertex is marked for deletion if its corresponding point has already be seen
* with a vertex previously handled.
*
* \pre For each halfedge in a pair of `hedge_pairs_to_stitch`, the corresponding
* edge is neither degenerated nor incident to a degenerate edge.
*
* @tparam PolygonMesh a model of `FaceListGraph` and `MutableFaceGraph`
* that has a property map for `boost::vertex_point_t`