| Package | Description |
|---|---|
| org.apache.commons.geometry.hull |
This package provides interfaces and classes related to the convex hull problem.
|
| org.apache.commons.geometry.hull.euclidean.twod |
This package provides algorithms to generate the convex hull
for a set of points in an two-dimensional Euclidean space.
|
| Modifier and Type | Method and Description |
|---|---|
ConvexHull<P> |
ConvexHullGenerator.generate(Collection<P> points)
Build a convex hull from the set of input points.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConvexHull2D
This class represents a convex hull in two-dimensional Euclidean space.
|
Copyright © 2016–2020 The Apache Software Foundation. All rights reserved.