public final class ConvexHull2D extends Object implements ConvexHull<Vector2D>
| Modifier and Type | Method and Description |
|---|---|
LinePath |
getPath()
Get a path defining the convex hull.
|
ConvexArea |
getRegion()
Return the region representing the convex hull.
|
List<Vector2D> |
getVertices()
Get the vertices of the convex hull.
|
String |
toString() |
public List<Vector2D> getVertices()
getVertices in interface ConvexHull<Vector2D>public LinePath getPath()
public ConvexArea getRegion()
getRegion in interface ConvexHull<Vector2D>Copyright © 2016–2020 The Apache Software Foundation. All rights reserved.