- generate(Collection<P>) - Method in interface org.apache.commons.geometry.hull.ConvexHullGenerator
-
Build a convex hull from the set of input points.
- generate(Collection<Vector2D>) - Method in interface org.apache.commons.geometry.hull.euclidean.twod.ConvexHullGenerator2D
-
Build a convex hull from the set of input points.
- getPath() - Method in class org.apache.commons.geometry.hull.euclidean.twod.ConvexHull2D
-
Get a path defining the convex hull.
- getRegion() - Method in interface org.apache.commons.geometry.hull.ConvexHull
-
Return the region representing the convex hull.
- getRegion() - Method in class org.apache.commons.geometry.hull.euclidean.twod.ConvexHull2D
-
Return the region representing the convex hull.
- getVertices() - Method in interface org.apache.commons.geometry.hull.ConvexHull
-
Get the vertices of the convex hull.
- getVertices() - Method in class org.apache.commons.geometry.hull.euclidean.twod.ConvexHull2D
-
Get the vertices of the convex hull.