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 2e6fc6a Merge branch 'GEOMETRY-8__matt'
new fb028f0 GEOMETRY-10: adding Vector3D private class for normalization
optimizations; adding Vector3D#orthogonal(Vector3D) method
new 85d2cdd merging with master
new 851e477 GEOMETRY-10: adding private UnitVector private classes in
Vector2D and Vector1D for normalization optimizations; adding
Point?D#directionTo() method
new dd0d3ba GEOMETRY-10: adding private UnitVector private classes in
Vector2D and Vector1D for normalization optimizations; adding
Point?D#directionTo() method
new 1ae50da Merge branch 'normalize-updates' of
github.com:darkma773r/commons-geometry into normalize-updates
new 9632303 Nit.
new 1ce5a5b Merge branch 'GEOMETRY-10__matt'
The 7 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:
.../commons/geometry/euclidean/EuclideanPoint.java | 12 ++
.../commons/geometry/euclidean/oned/Point1D.java | 6 +
.../commons/geometry/euclidean/oned/Vector1D.java | 51 +++++++-
.../commons/geometry/euclidean/threed/Point3D.java | 9 ++
.../geometry/euclidean/threed/Vector3D.java | 101 ++++++++++++---
.../commons/geometry/euclidean/twod/Point2D.java | 9 ++
.../commons/geometry/euclidean/twod/Vector2D.java | 63 +++++++---
.../geometry/euclidean/oned/Point1DTest.java | 35 ++++++
.../geometry/euclidean/oned/Vector1DTest.java | 68 ++++++++++-
.../geometry/euclidean/threed/Point3DTest.java | 37 ++++++
.../geometry/euclidean/threed/Vector3DTest.java | 135 ++++++++++++++++++++-
.../geometry/euclidean/twod/Point2DTest.java | 37 ++++++
.../geometry/euclidean/twod/Vector2DTest.java | 74 +++++++++--
13 files changed, 583 insertions(+), 54 deletions(-)