Uses of Interface
math.geom2d.polygon.convhull.ConvexHull2D

Packages that use ConvexHull2D
math.geom2d.polygon.convhull Convex hull computation. 
 

Uses of ConvexHull2D in math.geom2d.polygon.convhull
 

Classes in math.geom2d.polygon.convhull that implement ConvexHull2D
 class GrahamScan2D
          Computation of the convex hull using Graham scan algorithm.
 class JarvisMarch2D
          Computes the convex hull of a set of points as a single Polygon2D by gift wrapping algorithm, also know as Jarvis March.