Fixed doc

This commit is contained in:
Mael Rouxel-Labbé 2018-09-11 17:11:34 +02:00
parent 1719b94f76
commit 208eebe9f9
1 changed files with 6 additions and 6 deletions

View File

@ -221,9 +221,9 @@ private:
// @param target_vrange a range of vertices of the target mesh which are potential new positions // @param target_vrange a range of vertices of the target mesh which are potential new positions
// for the vertices in the source range // for the vertices in the source range
// @param tmesh the target mesh to which the vertices in `target_vrange` belong // @param tmesh the target mesh to which the vertices in `target_vrange` belong
// @param tol_vm a tolerance map associating to each vertex of the source range a tolerance radius: // @param tol_vm a tolerance map associating to each vertex of the source range a tolerance value:
// potential projection targets are sought in a box centered on that vertex, and whose // potential projection targets are sought in a sphere centered at the vertex and
// side has length twice the tolerance // whose radius is the tolerance value.
// @param snp optional \ref pmp_namedparameters "Named Parameters" related to the source mesh, // @param snp optional \ref pmp_namedparameters "Named Parameters" related to the source mesh,
// amongst those described below: // amongst those described below:
// //
@ -487,9 +487,9 @@ std::size_t snap_border_vertices_onto_vertex_range(PolygonMesh& smesh,
// //
// @param smesh the source mesh whose border vertices might be moved // @param smesh the source mesh whose border vertices might be moved
// @param tmesh the target mesh whose vertices are potential projection targets // @param tmesh the target mesh whose vertices are potential projection targets
// @param tol_vm a tolerance map associating to each vertex of the source range a tolerance radius: // @param tol_vm a tolerance map associating to each vertex of the source range a tolerance value:
// potential projection targets are sought in a box centered on that vertex, and whose // potential projection targets are sought in a sphere centered at the vertex and
// side has length twice the tolerance // whose radius is the tolerance value.
// //
// @pre `smesh` and `tmesh` are different meshes // @pre `smesh` and `tmesh` are different meshes
// //