mirror of https://github.com/CGAL/cgal
update to macro update
This commit is contained in:
parent
af95dae8c6
commit
04be232d14
|
|
@ -38,7 +38,7 @@ namespace Polygon_mesh_processing
|
|||
* Edges longer than the local target edge length are split in half, while
|
||||
* edges shorter than the local target edge length are collapsed.
|
||||
*
|
||||
* \cgalModels PMPSizingField
|
||||
* \cgalModels{PMPSizingField}
|
||||
*
|
||||
* \sa `isotropic_remeshing`
|
||||
* \sa `Uniform_sizing_field`
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ namespace Polygon_mesh_processing
|
|||
* pure virtual class serving as a base for sizing field classes utilized in isotropic
|
||||
* remeshing.
|
||||
*
|
||||
* \cgalModels PMPSizingField
|
||||
* \cgalModels{PMPSizingField}
|
||||
*
|
||||
* \sa `isotropic_remeshing()`
|
||||
* \sa `Uniform_sizing_field`
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@ namespace Polygon_mesh_processing
|
|||
* Edges longer than the 4/3 of the target edge length will be split in half, while
|
||||
* edges shorter than the 4/5 of the target edge length will be collapsed.
|
||||
*
|
||||
* \cgalModels PMPSizingField
|
||||
* \cgalModels{PMPSizingField}
|
||||
*
|
||||
* \sa `isotropic_remeshing`
|
||||
* \sa `Adaptive_sizing_field`
|
||||
|
|
|
|||
Loading…
Reference in New Issue