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 2019/12/07 19:17:48 UTC

[commons-geometry] 05/05: Merge branch 'GEOMETRY-69__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 348bb72b4b9d04d0a03d84acdcb71e3bd246798a
Merge: 287b328 0a390f7
Author: Gilles Sadowski <gi...@harfang.homelinux.org>
AuthorDate: Sat Dec 7 20:12:34 2019 +0100

    Merge branch 'GEOMETRY-69__Matt'
    
    Closes #42.

 .../core/partitioning/bsp/AbstractBSPTree.java     |  78 ++++----
 .../partitioning/bsp/AbstractRegionBSPTree.java    |   4 +-
 .../core/partitioning/bsp/BSPTreePrinter.java      |   7 +-
 .../core/partitioning/bsp/BSPTreeVisitor.java      |  33 +++-
 .../core/partitioning/bsp/AbstractBSPTreeTest.java | 200 +++++++++++++++++++--
 .../bsp/AbstractRegionBSPTreeTest.java             |   4 -
 .../core/partitioning/bsp/BSPTreeVisitorTest.java  |  84 +++++----
 .../euclidean/threed/AbstractSubPlane.java         |   3 +-
 .../geometry/euclidean/threed/RegionBSPTree3D.java | 147 +++++++--------
 .../geometry/euclidean/oned/Vector1DTest.java      |  15 +-
 .../euclidean/threed/ConvexSubPlaneTest.java       |  18 ++
 .../geometry/euclidean/threed/SubPlaneTest.java    |  15 +-
 .../geometry/euclidean/threed/Vector3DTest.java    |  16 +-
 .../geometry/euclidean/twod/Vector2DTest.java      |  16 +-
 14 files changed, 457 insertions(+), 183 deletions(-)