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 2020/01/10 13:11:53 UTC

[commons-geometry] 02/04: Merge branch 'GEOMETRY-84__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 19f2cc987fce3da7eeb68367e0fb094408c6f8a5
Merge: 0e9f0b9 7f7b195
Author: Gilles Sadowski <gi...@harfang.homelinux.org>
AuthorDate: Fri Jan 10 13:56:25 2020 +0100

    Merge branch 'GEOMETRY-84__Matt'
    
    Closes #54.

 commons-geometry-euclidean/pom.xml                 |  12 ++
 commons-geometry-hull/pom.xml                      |   8 +
 .../apache/commons/geometry/hull/ConvexHull.java   |  22 +--
 .../commons/geometry/hull/ConvexHullGenerator.java |   4 +-
 .../twod/AbstractConvexHullGenerator2D.java        |  65 +++++---
 .../geometry/hull/euclidean/twod/ConvexHull2D.java | 165 +++++++------------
 .../hull/euclidean/twod/MonotoneChain.java         |  30 ++--
 .../geometry/hull/DocumentationExamplesTest.java   |  74 +++++++++
 .../euclidean/twod/AklToussaintHeuristicTest.java  |   2 +-
 .../hull/euclidean/twod/ConvexHull2DTest.java      | 179 +++++++++++++++++++++
 .../twod/ConvexHullGenerator2DAbstractTest.java    | 139 ++++++++++++----
 .../hull/euclidean/twod/MonotoneChainTest.java     |   8 +-
 src/site/site.xml                                  |   1 +
 src/site/xdoc/userguide/index.xml                  |  74 +++++++++
 14 files changed, 579 insertions(+), 204 deletions(-)