Update Polygon_mesh_processing/include/CGAL/Polyhedral_envelope.h

Co-authored-by: Sebastien Loriot <sloriot.ml@gmail.com>
This commit is contained in:
Andreas Fabri 2020-11-26 10:38:30 +01:00 committed by GitHub
parent 08782bac8a
commit 9b794b2fa4
1 changed files with 1 additions and 1 deletions

View File

@ -283,7 +283,7 @@ public:
*
* \cgalNamedParamsBegin
* \cgalParamNBegin{vertex_point_map}
* \cgalParamDescription{a property map associating points to the vertices of `pmesh`}
* \cgalParamDescription{a property map associating points to the vertices of `tmesh`}
* \cgalParamType{a class model of `ReadablePropertyMap` with `boost::graph_traits<PolygonMesh>::%vertex_descriptor`
* as key type and `%Point_3` as value type}
* \cgalParamDefault{`boost::get(CGAL::vertex_point, tmesh)`}