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/08 12:20:41 UTC

[commons-geometry] 03/03: Merge branch 'GEOMETRY-81__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 3ee9c31b506e5514363e8cbab492777a798216e4
Merge: 200933a 85d8278
Author: Gilles Sadowski <gi...@harfang.homelinux.org>
AuthorDate: Wed Jan 8 13:09:28 2020 +0100

    Merge branch 'GEOMETRY-81__Matt'
    
    Closes #52.

 .../euclidean/threed/BoundarySource3D.java         |  14 +--
 ...pper3D.java => BoundarySourceLinecaster3D.java} |  18 ++--
 .../geometry/euclidean/threed/ConvexVolume.java    |  46 ++++-----
 .../threed/{ConvexSubPlane.java => Facet.java}     |  54 +++++------
 .../commons/geometry/euclidean/threed/Plane.java   |   4 +-
 .../geometry/euclidean/threed/RegionBSPTree3D.java |  14 +--
 .../geometry/euclidean/threed/SubPlane.java        |  26 ++---
 .../euclidean/threed/shapes/Parallelepiped.java    |  20 ++--
 ...pper2D.java => BoundarySourceLinecaster2D.java} |   8 +-
 .../geometry/euclidean/twod/ConvexArea.java        |   4 +-
 .../commons/geometry/euclidean/twod/Polyline.java  |   4 +-
 .../euclidean/DocumentationExamplesTest.java       |  12 +--
 .../euclidean/threed/BoundarySource3DTest.java     |  20 ++--
 ...st.java => BoundarySourceLinecaster3DTest.java} |  72 +++++++-------
 .../euclidean/threed/ConvexVolumeTest.java         |  10 +-
 .../{ConvexSubPlaneTest.java => FacetTest.java}    | 106 ++++++++++-----------
 .../geometry/euclidean/threed/PlaneTest.java       |   2 +-
 .../euclidean/threed/RegionBSPTree3DTest.java      |  44 ++++-----
 .../geometry/euclidean/threed/SubPlaneTest.java    |  14 +--
 .../threed/shapes/ParallelepipedTest.java          |  12 +--
 ...st.java => BoundarySourceLinecaster2DTest.java} |  64 ++++++-------
 .../geometry/spherical/twod/SubGreatCircle.java    |   2 +-
 src/site/xdoc/userguide/index.xml                  |  12 +--
 23 files changed, 291 insertions(+), 291 deletions(-)