Author: luc
Date: Wed Apr 30 19:06:20 2014
New Revision: 1591448

URL: http://svn.apache.org/r1591448
Log:
Added missing change entry for 3.3.

Modified:
    commons/proper/math/trunk/src/changes/changes.xml

Modified: commons/proper/math/trunk/src/changes/changes.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/math/trunk/src/changes/changes.xml?rev=1591448&r1=1591447&r2=1591448&view=diff
==============================================================================
--- commons/proper/math/trunk/src/changes/changes.xml (original)
+++ commons/proper/math/trunk/src/changes/changes.xml Wed Apr 30 19:06:20 2014
@@ -188,6 +188,14 @@ Users are encouraged to upgrade to this 
         boundary crossings. This API is available for all BSP trees, in
         Euclidean and spherical geometries, and in all dimensions.
       </action>
+      <action dev="luc" type="add">
+        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 ...).
+      </action>
       <action dev="luc" type="add" issue="MATH-1090">
         IntervalsSet now implements Iterable&lt;double[]&gt;, so one can 
iterate
         over the sub-intervals without building a full list containing


Reply via email to