From 3ebf53dc893a365f018cad6d6e5295f9a86c7dce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Tue, 9 Oct 2018 10:47:51 +0200 Subject: [PATCH] update changes --- Installation/CHANGES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Installation/CHANGES.md b/Installation/CHANGES.md index fcd898c453f..9ef45f77e37 100644 --- a/Installation/CHANGES.md +++ b/Installation/CHANGES.md @@ -19,6 +19,8 @@ Release date: March 2019 - `CGAL::Polygon_mesh_processing::extract_boundary_cycles()` - `CGAL::Polygon_mesh_processing::merge_duplicated_vertices_in_boundary_cycle()` - `CGAL::Polygon_mesh_processing::merge_duplicated_vertices_in_boundary_cycles()` +- Added the class `CGAL::Rigid_triangle_mesh_collision_detection` to detect intersections between meshes + and volumes undergoing affine transformations. Release 4.13 ------------