Update CHANGES.md

This commit is contained in:
Mael Rouxel-Labbé 2025-02-06 20:17:19 +01:00
parent 07d7615d91
commit 4cc3eef67b
1 changed files with 4 additions and 0 deletions

View File

@ -3,6 +3,10 @@
## [Release 6.1](https://github.com/CGAL/cgal/releases/tag/v6.1)
### [Polygon Mesh Processing](https://doc.cgal.org/6.1/Manual/packages.html#PkgPolygonMeshProcessing)
- Added the function `CGAL::Polygon_mesh_processing::discrete_mean_curvature` and `CGAL::Polygon_mesh_processing::discrete_Guassian_curvature` to evaluate the discrete curvature at a vertex of a mesh.
- Added the function `CGAL::Polygon_mesh_processing::angle_sum` to compute the sum of the angles around a vertex.
### [Algebraic Kernel](https://doc.cgal.org/6.1/Manual/packages.html#PkgAlgebraicKernelD)
- **Breaking change**: Classes based on the RS Library are no longer provided.