| Package | Description |
|---|---|
| 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 |
|---|---|
ConvexHull2D |
ConvexHullGenerator2D.generate(Collection<Vector2D> points)
Build a convex hull from the set of input points.
|
Copyright © 2016–2020 The Apache Software Foundation. All rights reserved.