mirror of https://github.com/CGAL/cgal
add missing documentation
This commit is contained in:
parent
bad6a08741
commit
5f23fad1a9
|
|
@ -1178,7 +1178,9 @@ collapse_edge(typename boost::graph_traits<Graph>::edge_descriptor v0v1,
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// performs an edge flip, rotating the edge pointed by
|
||||||
|
/// `h` by one vertex in the direction of the face orientation.
|
||||||
|
/// \pre Both faces incident to `h` are triangles.
|
||||||
template<typename Graph>
|
template<typename Graph>
|
||||||
void
|
void
|
||||||
flip_edge(typename boost::graph_traits<Graph>::halfedge_descriptor h,
|
flip_edge(typename boost::graph_traits<Graph>::halfedge_descriptor h,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue