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 2019/05/20 13:39:29 UTC

[commons-geometry] 16/16: Merge branch 'GEOMETRY-29__sven'

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 c45647f45df7d81819e47ad6bd0d342069fb305d
Merge: e94830b 7a42a6f
Author: Gilles Sadowski <gi...@harfang.homelinux.org>
AuthorDate: Mon May 20 15:25:38 2019 +0200

    Merge branch 'GEOMETRY-29__sven'
    
    Closes #31.

 .../threed/enclosing/SphereGenerator.java          |   2 +-
 .../commons/geometry/euclidean/threed/Line.java    |  29 +
 .../commons/geometry/euclidean/threed/Plane.java   | 597 +++++++++++++--------
 .../geometry/euclidean/threed/PolyhedronsSet.java  |  14 +-
 .../geometry/euclidean/threed/Vector3D.java        |   4 +-
 .../geometry/euclidean/EuclideanTestUtils.java     |   2 +-
 .../geometry/euclidean/threed/PlaneTest.java       | 272 +++++++---
 .../euclidean/threed/PolyhedronsSetTest.java       |  38 +-
 8 files changed, 640 insertions(+), 318 deletions(-)