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 200933a  Merge branch 'GEOMETRY-68__Matt'
     new e9b37d1  GEOMETRY-81: renaming ConvexSubPlane to Facet
     new 85d8278  renaming BoundarySourceLinecastWrapperXD to 
BoundarySourceLinecasterXD
     new 3ee9c31  Merge branch 'GEOMETRY-81__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:
 .../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(-)
 rename 
commons-geometry-euclidean/src/main/java/org/apache/commons/geometry/euclidean/threed/{BoundarySourceLinecastWrapper3D.java
 => BoundarySourceLinecaster3D.java} (80%)
 rename 
commons-geometry-euclidean/src/main/java/org/apache/commons/geometry/euclidean/threed/{ConvexSubPlane.java
 => Facet.java} (80%)
 rename 
commons-geometry-euclidean/src/main/java/org/apache/commons/geometry/euclidean/twod/{BoundarySourceLinecastWrapper2D.java
 => BoundarySourceLinecaster2D.java} (91%)
 rename 
commons-geometry-euclidean/src/test/java/org/apache/commons/geometry/euclidean/threed/{BoundarySourceLinecastWrapper3DTest.java
 => BoundarySourceLinecaster3DTest.java} (77%)
 rename 
commons-geometry-euclidean/src/test/java/org/apache/commons/geometry/euclidean/threed/{ConvexSubPlaneTest.java
 => FacetTest.java} (87%)
 rename 
commons-geometry-euclidean/src/test/java/org/apache/commons/geometry/euclidean/twod/{BoundarySourceLinecastWrapper2DTest.java
 => BoundarySourceLinecaster2DTest.java} (81%)

Reply via email to