Interface ConvexHullGenerator<S extends Space,P extends Point<S,P>,H extends Hyperplane<S,P,H,I>,I extends SubHyperplane<S,P,H,I>>

Type Parameters:
S - Type of the Space
P - Type of the Point
H - Type of the hyperplane.
I - Type of the sub-hyperplane.
All Known Subinterfaces:
ConvexHullGenerator2D
All Known Implementing Classes:
MonotoneChain

public interface ConvexHullGenerator<S extends Space,P extends Point<S,P>,H extends Hyperplane<S,P,H,I>,I extends SubHyperplane<S,P,H,I>>
Interface for convex hull generators.
See Also:
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    Builds the convex hull from the set of input points.