public class ConvexHull extends Object
| Modifier and Type | Method and Description |
|---|---|
static List<Point2D> |
compute(List<? extends Point2D> inputPoints)
Compute the list of points that form the convex hull of the given
input points.
|
public static List<Point2D> compute(List<? extends Point2D> inputPoints)
inputPoints - The input pointsCopyright © 2017. All rights reserved.