Improve wording

Co-authored-by: Mael <mael.rouxel.labbe@geometryfactory.com>
This commit is contained in:
Sebastien Loriot 2022-03-29 08:24:22 +02:00 committed by GitHub
parent b56027ba42
commit 8286dcbcb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -40,7 +40,7 @@ Release date: June 2022
### [Polygon Mesh Processing](https://doc.cgal.org/5.5/Manual/packages.html#PkgPolygonMeshProcessing)
- Added the function `CGAL::Polygon_mesh_processing::tangential_relaxation()`, which
applies an area-based tangential mesh smoothing to a surface triangle mesh vertices.
applies an area-based tangential mesh smoothing to the vertices of a surface triangle mesh.
[Release 5.4](https://github.com/CGAL/cgal/releases/tag/v5.4)
-----------

View File

@ -51,7 +51,7 @@ struct Allow_all_moves{
* The descriptor types `boost::graph_traits<TriangleMesh>::%face_descriptor`
* and `boost::graph_traits<TriangleMesh>::%halfedge_descriptor` must be
* models of `Hashable`.
* @tparam VertexRange range of `boost::graph_traits<TriangleMesh>::%face_descriptor`,
* @tparam VertexRange range of `boost::graph_traits<TriangleMesh>::%vertex_descriptor`,
* model of `Range`. Its iterator type is `ForwardIterator`.
* @tparam NamedParameters a sequence of \ref bgl_namedparameters "Named Parameters"
*
@ -78,7 +78,7 @@ struct Allow_all_moves{
* \cgalParamNEnd
*
* \cgalParamNBegin{number_of_iterations}
* \cgalParamDescription{the number of iterations smoothing iterations}
* \cgalParamDescription{the number of smoothing iterations}
* \cgalParamType{unsigned int}
* \cgalParamDefault{`1`}
* \cgalParamNEnd