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 1f334d1 Merge branch 'GEOMETRY-42__matt'
new 0ccee17 GEOMETRY-41: Adding equals(EuclideanVector,
DoublePrecisionContext) and isZero(DoublePrecisionContext) methods to
EuclideanVector and subclasses
new f6de918 GEOMETRY-11: using shorter and more consistent method names
for DoublePrecisionContext
new 5f7d21a Merge branch 'GEOMETRY-41__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:
.../core/precision/DoublePrecisionContext.java | 16 ++---
.../core/precision/DoublePrecisionContextTest.java | 80 +++++++++++-----------
.../EpsilonDoublePrecisionContextTest.java | 12 ++--
.../geometry/euclidean/EuclideanVector.java | 30 ++++++++
.../commons/geometry/euclidean/oned/Vector1D.java | 7 ++
.../commons/geometry/euclidean/threed/Line.java | 4 +-
.../commons/geometry/euclidean/threed/Plane.java | 10 +--
.../geometry/euclidean/threed/PolyhedronsSet.java | 6 +-
.../geometry/euclidean/threed/Vector3D.java | 9 +++
.../commons/geometry/euclidean/twod/Line.java | 6 +-
.../geometry/euclidean/twod/PolygonsSet.java | 12 ++--
.../commons/geometry/euclidean/twod/Vector2D.java | 8 +++
.../geometry/euclidean/oned/Vector1DTest.java | 44 ++++++++++++
.../geometry/euclidean/threed/Vector3DTest.java | 62 +++++++++++++++++
.../geometry/euclidean/twod/Vector2DTest.java | 52 ++++++++++++++
.../euclidean/twod/hull/MonotoneChain.java | 6 +-
.../commons/geometry/spherical/oned/ArcsSet.java | 2 +-
.../commons/geometry/spherical/twod/Edge.java | 2 +-
.../geometry/spherical/twod/EdgesBuilder.java | 2 +-
.../spherical/twod/SphericalPolygonsSet.java | 4 +-
.../commons/geometry/spherical/twod/SubCircle.java | 2 +-
21 files changed, 295 insertions(+), 81 deletions(-)