mirror of https://github.com/CGAL/cgal
more typos
This commit is contained in:
parent
9c1ad6649d
commit
b4489f9c4f
|
|
@ -138,7 +138,7 @@ namespace Surface_mesh_parameterization {
|
|||
///
|
||||
/// \tparam TriangleMesh_ must be a model of `FaceGraph`.
|
||||
///
|
||||
/// \tparam BorderParameterizer_ is a Strategy to parameterize the surface border
|
||||
/// \tparam BorderParameterizer_ is a strategy to parameterize the surface border
|
||||
/// and must be a model of `Parameterizer_3`.<br>
|
||||
/// <b>%Default:</b>
|
||||
/// \code
|
||||
|
|
|
|||
|
|
@ -53,7 +53,7 @@ namespace Surface_mesh_parameterization {
|
|||
///
|
||||
/// \tparam TriangleMesh_ must be a model of `FaceGraph`.
|
||||
///
|
||||
/// \tparam BorderParameterizer_ is a Strategy to parameterize the surface border
|
||||
/// \tparam BorderParameterizer_ is a strategy to parameterize the surface border
|
||||
/// and must be a model of `Parameterizer_3`.<br>
|
||||
/// <b>%Default:</b>
|
||||
/// \code
|
||||
|
|
|
|||
|
|
@ -54,7 +54,7 @@ namespace Surface_mesh_parameterization {
|
|||
///
|
||||
/// \tparam TriangleMesh_ must be a model of `FaceGraph`.
|
||||
///
|
||||
/// \tparam BorderParameterizer_ is a Strategy to parameterize the surface border
|
||||
/// \tparam BorderParameterizer_ is a strategy to parameterize the surface border
|
||||
/// and must be a model of `Parameterizer_3`.<br>
|
||||
/// <b>%Default:</b>
|
||||
/// \code
|
||||
|
|
|
|||
|
|
@ -54,7 +54,7 @@ namespace Surface_mesh_parameterization {
|
|||
///
|
||||
/// \tparam TriangleMesh_ must be a model of `FaceGraph`
|
||||
///
|
||||
/// \tparam BorderParameterizer_ is a Strategy to parameterize the surface border
|
||||
/// \tparam BorderParameterizer_ is a strategy to parameterize the surface border
|
||||
/// and must be a model of `Parameterizer_3`.<br>
|
||||
/// <b>%Default:</b>
|
||||
/// \code
|
||||
|
|
|
|||
|
|
@ -68,7 +68,7 @@ namespace Surface_mesh_parameterization {
|
|||
///
|
||||
/// \tparam TriangleMesh_ must be a model of `FaceGraph`.
|
||||
///
|
||||
/// \tparam BorderParameterizer_ is a Strategy to parameterize the surface border
|
||||
/// \tparam BorderParameterizer_ is a strategy to parameterize the surface border
|
||||
/// and must be a model of `Parameterizer_3`.<br>
|
||||
/// <b>%Default:</b>
|
||||
/// \code
|
||||
|
|
|
|||
|
|
@ -69,7 +69,7 @@ namespace Surface_mesh_parameterization {
|
|||
/// the \f$ L_2\f$ stretch - as defined by Sander et al. \cgalCite{cgal:ssgh-tmpm-01} - over the mesh.
|
||||
///
|
||||
/// \tparam TriangleMesh_ must be a model of `FaceGraph`.
|
||||
/// \tparam BorderParameterizer_ is a Strategy to parameterize the surface border
|
||||
/// \tparam BorderParameterizer_ is a strategy to parameterize the surface border
|
||||
/// and must be a model of `Parameterizer_3`.<br>
|
||||
/// <b>%Default:</b>
|
||||
/// \code
|
||||
|
|
|
|||
|
|
@ -61,7 +61,7 @@ namespace Surface_mesh_parameterization {
|
|||
///
|
||||
/// \tparam TriangleMesh_ must be a model of `FaceGraph`.
|
||||
///
|
||||
/// \tparam BorderParameterizer_ is a Strategy to parameterize the surface border
|
||||
/// \tparam BorderParameterizer_ is a strategy to parameterize the surface border
|
||||
/// and must be a model of `Parameterizer_3`.<br>
|
||||
/// <b>%Default:</b>
|
||||
/// \code
|
||||
|
|
|
|||
|
|
@ -53,7 +53,7 @@ namespace Surface_mesh_parameterization {
|
|||
///
|
||||
/// \tparam TriangleMesh_ must be a model of `FaceGraph`.
|
||||
///
|
||||
/// \tparam BorderParameterizer_ is a Strategy to parameterize the surface border
|
||||
/// \tparam BorderParameterizer_ is a strategy to parameterize the surface border
|
||||
/// and must be a model of `Parameterizer_3`.<br>
|
||||
/// <b>%Default:</b>
|
||||
/// \code
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@ namespace Surface_mesh_parameterization {
|
|||
/// \tparam TriangleMesh must be a model of `FaceGraph`.
|
||||
/// \tparam Parameterizer must be a model of `Parameterizer_3`.
|
||||
/// \tparam HD must be the halfedge_descriptor type corresponding to the graph
|
||||
/// traits of TriangleMesh.
|
||||
/// traits of `TriangleMesh`.
|
||||
/// \tparam VertexUVmap must be a model of `ReadWritePropertyMap` with
|
||||
/// `boost::graph_traits<TriangleMesh>::%vertex_descriptor` as key type and
|
||||
/// %Point_2 (type deduced from `TriangleMesh` using `Kernel_traits`)
|
||||
|
|
@ -87,7 +87,7 @@ Error_code parameterize(TriangleMesh& mesh,
|
|||
///
|
||||
/// \tparam TriangleMesh must be a model of `FaceGraph`.
|
||||
/// \tparam HD must be the halfedge_descriptor type corresponding to the graph
|
||||
/// traits of TriangleMesh.
|
||||
/// traits of `TriangleMesh`.
|
||||
/// \tparam VertexUVmap must be a model of `ReadWritePropertyMap` with
|
||||
/// `boost::graph_traits<TriangleMesh>::%vertex_descriptor` as key type and
|
||||
/// %Point_2 (type deduced from `TriangleMesh` using `Kernel_traits`)
|
||||
|
|
|
|||
Loading…
Reference in New Issue