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/12/23 00:30:31 UTC

[commons-geometry] 04/06: Merge branch 'GEOMETRY-73__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 db148ff0e363444b8174e8ada83628f83abc15d7
Merge: eaf6881 348db33
Author: Gilles Sadowski <gi...@harfang.homelinux.org>
AuthorDate: Mon Dec 23 00:58:46 2019 +0100

    Merge branch 'GEOMETRY-73__Matt'
    
    Closes #45.

 .../apache/commons/geometry/core/Transform.java    |   9 +-
 .../geometry/core/internal/package-info.java       |   2 +-
 .../apache/commons/geometry/core/package-info.java |   5 +-
 .../geometry/core/partitioning/Hyperplane.java     |  19 +-
 .../geometry/core/partitioning/Splittable.java     |   2 +-
 .../geometry/core/partitioning/SubHyperplane.java  |  15 +-
 .../geometry/core/partitioning/package-info.java   |  12 +
 .../commons/geometry/euclidean/package-info.java   |   2 +-
 .../euclidean/DocumentationExamplesTest.java       | 384 +++++++++
 .../spherical/DocumentationExamplesTest.java       | 133 +++
 src/site/apt/userguide/geometry.apt                |  24 -
 src/site/site.xml                                  |  33 +-
 src/site/xdoc/index.xml                            |  39 +-
 src/site/xdoc/userguide/index.xml                  | 949 ++++++++++++++++++++-
 14 files changed, 1576 insertions(+), 52 deletions(-)