From 9092a603ce589b921511a79c893dc5bade8cc73c Mon Sep 17 00:00:00 2001 From: Efi Fogel Date: Thu, 14 Aug 2025 19:29:52 +0300 Subject: [PATCH] Added functionality to draw arrangements induced by unbounded curves --- Installation/CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Installation/CHANGES.md b/Installation/CHANGES.md index 0e4c2098e5e..b48892590d8 100644 --- a/Installation/CHANGES.md +++ b/Installation/CHANGES.md @@ -114,6 +114,7 @@ Release date: July 2025 - Fixed the Landmark point-location strategy so that it can be applied to arrangements on a sphere. - Fixed a bug in the extensions of vertex and halfedge types of the DCEL when used to instantiate Arrangement_with_history_2 or similar arrangement classes that derive from Arrangement_2. - Fixed `do_intersect()` of a 2D Arrangement with a curve. +- Introduced a Geometry Traits concept for arrangement on surfaces that enables the provision of the disconnected portions of an approximation of a curve within a given bounding box. ### Triangulations - All triangulations now offer the functions `point(Vertex_handle)` and `point(Simplex, int)`,