From ee62fa60ed0b60ee2ea2c47a0546d7db8f631ef5 Mon Sep 17 00:00:00 2001 From: Efi Fogel Date: Sat, 3 Oct 2020 10:21:13 +0300 Subject: [PATCH] Improved documentation of the Boolean_set_operations_2 free functions --- Installation/CHANGES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Installation/CHANGES.md b/Installation/CHANGES.md index 310be97819a..83437243efc 100644 --- a/Installation/CHANGES.md +++ b/Installation/CHANGES.md @@ -28,6 +28,8 @@ Release date: December 2020 and [`Construct_power_sphere_d`](https://doc.cgal.org/5.2/Kernel_d/classCGAL_1_1Epeck__d_1_1Construct__power__sphere__d.html), to deal with weighted points. +### 2D Regularized Boolean Set Operations +- Added documentation for the free functions `oriented_side(const Point_2& p, ....)` that accept a point and a polygon, and improved the documentation of all other functions [Release 5.1](https://github.com/CGAL/cgal/releases/tag/v5.1) -----------