mirror of https://github.com/CGAL/cgal
function face() also is needed
This commit is contained in:
parent
64af231b6e
commit
3df4f97407
|
|
@ -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`.
|
||||
|
|
|
|||
Loading…
Reference in New Issue