Package math.geom2d.polygon.convhull

Convex hull computation.

See:
          Description

Interface Summary
ConvexHull2D Generic interface for classes that allow computing the convex hull of a set of points.
 

Class Summary
GrahamScan2D Computation of the convex hull using Graham scan algorithm.
JarvisMarch2D Computes the convex hull of a set of points as a single Polygon2D by gift wrapping algorithm, also know as Jarvis March.
 

Package math.geom2d.polygon.convhull Description

Convex hull computation.

Contains various algorithms for computing convex hull of a set of points, like Jarvis March.