mirror of https://github.com/CGAL/cgal
this internal property map is not needed anymore
This commit is contained in:
parent
f25d53a70f
commit
2d72090cba
|
|
@ -41,8 +41,7 @@ namespace Polygon_mesh_processing {
|
||||||
* edge flips, tangential relaxation and projection to the initial surface
|
* edge flips, tangential relaxation and projection to the initial surface
|
||||||
* to generate a smooth mesh with a prescribed edge length.
|
* to generate a smooth mesh with a prescribed edge length.
|
||||||
*
|
*
|
||||||
* @tparam PolygonMesh model of `MutableFaceGraph` that
|
* @tparam PolygonMesh model of `MutableFaceGraph`.
|
||||||
* has an internal property map for `CGAL::vertex_point_t`.
|
|
||||||
* The descriptor types `boost::graph_traits<PolygonMesh>::%face_descriptor`
|
* The descriptor types `boost::graph_traits<PolygonMesh>::%face_descriptor`
|
||||||
* and `boost::graph_traits<PolygonMesh>::%halfedge_descriptor` must be
|
* and `boost::graph_traits<PolygonMesh>::%halfedge_descriptor` must be
|
||||||
* models of `Hashable`.
|
* models of `Hashable`.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue