mirror of https://github.com/CGAL/cgal
Improve wording
Co-authored-by: Mael <mael.rouxel.labbe@geometryfactory.com>
This commit is contained in:
parent
b56027ba42
commit
8286dcbcb0
|
|
@ -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)
|
||||
-----------
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue