Update CHANGES.md

This commit is contained in:
Mael 2020-04-16 16:13:35 +02:00
parent 74bda61398
commit 3341b69e6a
1 changed files with 5 additions and 0 deletions

View File

@ -3,6 +3,11 @@ Release History
[Release 5.1] (https://github.com/CGAL/cgal/releases/tag/releases%2FCGAL-5.1) [Release 5.1] (https://github.com/CGAL/cgal/releases/tag/releases%2FCGAL-5.1)
### Optimal Bounding Box (new package)
- This package implements an optimization algorithm that aims to construct a close approximation
of the *optimal bounding box* of a mesh or a point set, which is defined as the smallest
(in terms of volume) bounding box that contains a given mesh or point set.
### 2D and 3D Linear Geometry Kernel ### 2D and 3D Linear Geometry Kernel
- Add `CompareSignedDistanceToLine_2` in the 2D/3D Kernel concept to compare - Add `CompareSignedDistanceToLine_2` in the 2D/3D Kernel concept to compare
the signed distance of two points to a line, or the line passing through two given points. the signed distance of two points to a line, or the line passing through two given points.