Interface ConvexHullGenerator2D

All Superinterfaces:
ConvexHullGenerator<Euclidean2D,Vector2D>
All Known Implementing Classes:
MonotoneChain

public interface ConvexHullGenerator2D extends ConvexHullGenerator<Euclidean2D,Vector2D>
Interface for convex hull generators in the two-dimensional euclidean space.
  • Method Summary

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