Update CHANGES.md

This commit is contained in:
Simon Giraudot 2019-01-04 14:39:29 +01:00
parent 294ebaf8f5
commit 3b246294bf
1 changed files with 8 additions and 0 deletions

View File

@ -32,6 +32,14 @@ Release date: March 2019
- Added the class `CGAL::Rigid_triangle_mesh_collision_detection` to detect intersections between meshes
and volumes undergoing affine transformations.
### Point Set Processing
- `CGAL::mst_orient_normals()` can now be called with a set of user-selected
seed points that are known to be already oriented. A new optional named
parameter `point_is_constrained_map` is added for this purpose. The
original behavior (using one unique and automatically selected seed) is
kept if this parameter is not used.
### 3D Fast Intersection and Distance Computation
- The primitives `AABB_face_graph_triangle_primitive` and