You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by er...@apache.org on 2020/01/19 02:53:57 UTC

[commons-geometry] 03/03: Merge branch 'GEOMETRY-71__Matt'

This is an automated email from the ASF dual-hosted git repository.

erans pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-geometry.git

commit 9a0b874ad4ccad380e49b92ccad90bc7a634f1d9
Merge: 9b1689c d742ffb
Author: Gilles Sadowski <gi...@harfang.homelinux.org>
AuthorDate: Sun Jan 19 03:47:01 2020 +0100

    Merge branch 'GEOMETRY-71__Matt'
    
    Closes #57.

 .../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(-)