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

mattjuntunen pushed a change to branch 1.0-beta1-release
in repository https://gitbox.apache.org/repos/asf/commons-geometry.git.


    from 418dbb4  fixing capitalization
     add 8df6909  Reverting name change after discussion on dev ML.
     add c1c67f5  GEOMETRY-100: adding special cases for centroid computations 
for very small areas
     new db94024  Merge remote-tracking branch 'origin/master' into 
1.0-beta1-release; including changes made to master since rc2

The 1 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:
 ...alException.java => GeometryInternalError.java} |   4 +-
 ...ionTest.java => GeometryInternalErrorTest.java} |   4 +-
 .../commons/geometry/enclosing/WelzlEncloser.java  |   4 +-
 .../threed/rotation/QuaternionRotation.java        |   4 +-
 .../geometry/spherical/twod/ConvexArea2S.java      | 167 ++++++++++++++++++--
 .../geometry/spherical/twod/GreatCircle.java       |   3 +-
 .../geometry/spherical/twod/RegionBSPTree2S.java   |  26 +++-
 .../geometry/spherical/twod/ConvexArea2STest.java  |  76 ++++++++-
 .../spherical/twod/RegionBSPTree2STest.java        | 172 +++++++++++++++++++--
 9 files changed, 413 insertions(+), 47 deletions(-)
 rename 
commons-geometry-core/src/main/java/org/apache/commons/geometry/core/internal/{GeometryInternalException.java
 => GeometryInternalError.java} (93%)
 rename 
commons-geometry-core/src/test/java/org/apache/commons/geometry/core/internal/{GeometryInternalExceptionTest.java
 => GeometryInternalErrorTest.java} (91%)

Reply via email to