Uses of Interface
org.djutils.draw.line.ConvexHullTest.ConvexHullImplementation
-
Packages that use ConvexHullTest.ConvexHullImplementation Package Description org.djutils.draw.line -
-
Uses of ConvexHullTest.ConvexHullImplementation in org.djutils.draw.line
Methods in org.djutils.draw.line that return types with arguments of type ConvexHullTest.ConvexHullImplementation Modifier and Type Method Description static Map<String,ConvexHullTest.ConvexHullImplementation>
ConvexHullTest. getImplementations()
Create the map of all convex hull implementations.Method parameters in org.djutils.draw.line with type arguments of type ConvexHullTest.ConvexHullImplementation Modifier and Type Method Description static void
ConvexHullTest. checkImplementations(Map<String,ConvexHullTest.ConvexHullImplementation> implementations, List<Point2d> in, Polygon2d expectedResult)
Check that all implementations of convex hull give the expected result.
-