Interface ConvexHull<S extends Space,P extends Point<S>>

Type Parameters:
S - Space type.
P - Point type.
All Superinterfaces:
Serializable
All Known Implementing Classes:
ConvexHull2D

public interface ConvexHull<S extends Space,P extends Point<S>> extends Serializable
This class represents a convex hull.
Since:
3.3
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns a new region that is enclosed by the convex hull.
    P[]
    Get the vertices of the convex hull.
  • Method Details