You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by er...@apache.org on 2018/09/22 13:40:11 UTC

[commons-geometry] 10/10: Merge branch 'GEOMETRY-17__matt'

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

erans pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-geometry.git

commit 24da8bb1951a33ab1c13b87de3f93983efb4220f
Merge: 8d8d70f 3907677
Author: Gilles Sadowski <gi...@harfang.homelinux.org>
AuthorDate: Sat Sep 22 15:28:59 2018 +0200

    Merge branch 'GEOMETRY-17__matt'
    
    Closes #11

 .../apache/commons/geometry/core/AffinePoint.java  |   4 +-
 .../org/apache/commons/geometry/core/Vector.java   |  55 +-----
 .../commons/geometry/euclidean/EuclideanPoint.java |   2 +-
 .../geometry/euclidean/EuclideanVector.java        |  16 +-
 .../euclidean/MultiDimensionalEuclideanVector.java |  76 ++++++++
 .../geometry/euclidean/internal/Vectors.java       |  24 ++-
 .../euclidean/internal/ZeroNormException.java      |  50 -----
 .../commons/geometry/euclidean/oned/Vector1D.java  |  54 ++----
 .../commons/geometry/euclidean/threed/Plane.java   |   5 +-
 .../geometry/euclidean/threed/Rotation.java        |  10 +-
 .../geometry/euclidean/threed/Vector3D.java        | 204 ++++++++++-----------
 .../commons/geometry/euclidean/twod/Vector2D.java  | 106 ++++++-----
 .../geometry/euclidean/internal/VectorsTest.java   |  63 +++++--
 .../geometry/euclidean/oned/Vector1DTest.java      | 114 ++----------
 .../geometry/euclidean/threed/Vector3DTest.java    |  66 +++----
 .../geometry/euclidean/twod/Vector2DTest.java      | 153 +++++++++++-----
 16 files changed, 480 insertions(+), 522 deletions(-)