From b0edde50cf94476b6e0e06dcbca6dd1519a66ad8 Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Tue, 8 Apr 2025 10:07:56 +0100 Subject: [PATCH] Add to change log --- Installation/CHANGES.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Installation/CHANGES.md b/Installation/CHANGES.md index 4db4c84f92c..3697f6901d8 100644 --- a/Installation/CHANGES.md +++ b/Installation/CHANGES.md @@ -6,6 +6,11 @@ ### General Changes - 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) - 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.