This is an automated email from the ASF dual-hosted git repository. erans pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/commons-geometry.git.
from 9b1689c Merge branch 'GEOMETRY-85__Matt' new b1cf358 GEOMETRY-71: adding additional unit tests and documentation regarding the computation of spherical barycenters new d742ffb GEOMETRY-71: updating RegionBSPTree1S to compute barycenter using weighted vector approach for consistency with RegionBSPTree2S new 9a0b874 Merge branch 'GEOMETRY-71__Matt' The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../org/apache/commons/geometry/core/Region.java | 4 +- .../geometry/spherical/oned/RegionBSPTree1S.java | 17 +- .../geometry/spherical/twod/ConvexArea2S.java | 17 +- .../geometry/spherical/twod/RegionBSPTree2S.java | 9 +- .../spherical/oned/RegionBSPTree1STest.java | 19 +- .../geometry/spherical/twod/ConvexArea2STest.java | 33 ++-- .../spherical/twod/RegionBSPTree2STest.java | 195 ++++++++++++++++++--- 7 files changed, 233 insertions(+), 61 deletions(-)