PMP - isotropic remeshing with sizing to CHANGES.md (#7887)

## Summary of Changes

Forgotten in PR #4891 

## Release Management

* Affected package(s): Installation
* License and copyright ownership: unchanged
This commit is contained in:
Laurent Rineau 2023-11-27 09:56:25 +01:00 committed by GitHub
commit 3b8666323e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -41,6 +41,8 @@ Release date: October 2023
- Added the function `CGAL::Polygon_mesh_processing::interpolated_corrected_curvatures()` which can be used to compute - Added the function `CGAL::Polygon_mesh_processing::interpolated_corrected_curvatures()` which can be used to compute
the mean and Gaussian curvatures, as well as the principal curvature and directions. the mean and Gaussian curvatures, as well as the principal curvature and directions.
- Added the option to use a variable sizing field for `CGAL::Polygon_mesh_processing::isotropic_remeshing()`,
and a sizing function based on a measure of local curvature for adaptive remeshing.
### [2D Arrangements](https://doc.cgal.org/6.0/Manual/packages.html#PkgArrangementOnSurface2) ### [2D Arrangements](https://doc.cgal.org/6.0/Manual/packages.html#PkgArrangementOnSurface2)
- Fixed a bug in the zone construction code applied to arrangements of geodesic arcs on a sphere, - Fixed a bug in the zone construction code applied to arrangements of geodesic arcs on a sphere,