Add to change log

This commit is contained in:
Andreas Fabri 2025-04-08 10:07:56 +01:00
parent 9009ed5c8d
commit b0edde50cf
1 changed files with 5 additions and 0 deletions

View File

@ -6,6 +6,11 @@
### General Changes ### General Changes
- The minimal supported version of Boost is now 1.74.0. - The minimal supported version of Boost is now 1.74.0.
### [3D Constrained Triangulations](https://doc.cgal.org/6.1/Manual/packages.html#PkgCT_3) (new package)
- This package adds the function `CGAL::make_conforming_constrained_Delaunay_triangulation_3()`
to create a conforming constrained Delaunay triangulation in 3D, which can be represented by the new
class template `CGAL::Conforming_constrained_Delaunay_triangulation_3`.
### [Polygon Mesh Processing](https://doc.cgal.org/6.1/Manual/packages.html#PkgPolygonMeshProcessing) ### [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::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. - Added the function `CGAL::Polygon_mesh_processing::angle_sum` to compute the sum of the angles around a vertex.