This is an automated email from the ASF dual-hosted git repository. mattjuntunen pushed a commit to branch 1.0-beta1-release in repository https://gitbox.apache.org/repos/asf/commons-geometry.git
commit db940247b297053f6dd90b91688ac783738594bd Merge: 418dbb4 c1c67f5 Author: Matt Juntunen <mattjuntu...@apache.org> AuthorDate: Wed Jul 15 20:59:21 2020 -0400 Merge remote-tracking branch 'origin/master' into 1.0-beta1-release; including changes made to master since rc2 ...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(-)