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)
|
### [Polygon Mesh Processing](https://doc.cgal.org/5.5/Manual/packages.html#PkgPolygonMeshProcessing)
|
||||||
|
|
||||||
- Added the function `CGAL::Polygon_mesh_processing::tangential_relaxation()`, which
|
- 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)
|
[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`
|
* The descriptor types `boost::graph_traits<TriangleMesh>::%face_descriptor`
|
||||||
* and `boost::graph_traits<TriangleMesh>::%halfedge_descriptor` must be
|
* and `boost::graph_traits<TriangleMesh>::%halfedge_descriptor` must be
|
||||||
* models of `Hashable`.
|
* 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`.
|
* model of `Range`. Its iterator type is `ForwardIterator`.
|
||||||
* @tparam NamedParameters a sequence of \ref bgl_namedparameters "Named Parameters"
|
* @tparam NamedParameters a sequence of \ref bgl_namedparameters "Named Parameters"
|
||||||
*
|
*
|
||||||
|
|
@ -78,7 +78,7 @@ struct Allow_all_moves{
|
||||||
* \cgalParamNEnd
|
* \cgalParamNEnd
|
||||||
*
|
*
|
||||||
* \cgalParamNBegin{number_of_iterations}
|
* \cgalParamNBegin{number_of_iterations}
|
||||||
* \cgalParamDescription{the number of iterations smoothing iterations}
|
* \cgalParamDescription{the number of smoothing iterations}
|
||||||
* \cgalParamType{unsigned int}
|
* \cgalParamType{unsigned int}
|
||||||
* \cgalParamDefault{`1`}
|
* \cgalParamDefault{`1`}
|
||||||
* \cgalParamNEnd
|
* \cgalParamNEnd
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue