Interface ConvexHullTest.ConvexHullImplementation

Enclosing class:
ConvexHullTest

static interface ConvexHullTest.ConvexHullImplementation
Wrapper for any convex hull implementation.
  • Method Summary

    Modifier and Type
    Method
    Description
    run(List<Point2d> points)
    Run a particular implementation of the convex hull algorithm.