From 537eb4c22c2943796f101c1722dd4895bbf2537e Mon Sep 17 00:00:00 2001 From: Luc Maisonobe Date: Wed, 30 Apr 2014 19:06:20 +0000 Subject: [PATCH] Added missing change entry for 3.3. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1591448 13f79535-47bb-0310-9956-ffa450edef68 --- src/changes/changes.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 3103b4aa1..3aeabcf16 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -188,6 +188,14 @@ Users are encouraged to upgrade to this version as this release not boundary crossings. This API is available for all BSP trees, in Euclidean and spherical geometries, and in all dimensions. + + Added new geometry sub-packages: spherical.oned which deals with geometry + on the 1-sphere (i.e. the circle) and spherical.twod which deals with the + 2-sphere (i.e. the regular sphere). BSP trees can be used in these new + spaces, so one can build arcs sets and spherical polygons sets with all + the regular operations (inside/outside/boundary checks, union, intersection, + symetric difference, complement ...). + IntervalsSet now implements Iterable<double[]>, so one can iterate over the sub-intervals without building a full list containing