function face() also is needed

This commit is contained in:
Jane Tournois 2021-12-28 15:48:16 +01:00
parent 64af231b6e
commit 3df4f97407
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ namespace Polygon_mesh_processing {
* is projected back to the tangent plane to the surface at `v`, iteratively.
* The connectivity remains unchanged.
*
* @tparam TriangleMesh model of `FaceGraph`.
* @tparam TriangleMesh model of `FaceGraph` and `VertexListGraph`.
* The descriptor types `boost::graph_traits<TriangleMesh>::%face_descriptor`
* and `boost::graph_traits<TriangleMesh>::%halfedge_descriptor` must be
* models of `Hashable`.