Uses of Interface
org.djutils.draw.line.ConvexHullTest.ConvexHullImplementation
-
Uses of ConvexHullTest.ConvexHullImplementation in org.djutils.draw.line
Modifier and TypeMethodDescriptionConvexHullTest.getImplementations()
Create the map of all convex hull implementations.Modifier and TypeMethodDescriptionstatic void
ConvexHullTest.checkImplementations
(Map<String, ConvexHullTest.ConvexHullImplementation> implementations, List<Point2d> in, Polygon2d expectedResult) Check that all implementations of convex hull give the expected result.