Uses of Class
ProGAL.geom2d.ConvexPolygon.ConvexHullAlgorithm

Packages that use ConvexPolygon.ConvexHullAlgorithm
ProGAL.geom2d This package contains classes that are all related to two-dimensional geometric concepts. 
 

Uses of ConvexPolygon.ConvexHullAlgorithm in ProGAL.geom2d
 

Methods in ProGAL.geom2d that return ConvexPolygon.ConvexHullAlgorithm
static ConvexPolygon.ConvexHullAlgorithm ConvexPolygon.ConvexHullAlgorithm.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ConvexPolygon.ConvexHullAlgorithm[] ConvexPolygon.ConvexHullAlgorithm.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in ProGAL.geom2d with parameters of type ConvexPolygon.ConvexHullAlgorithm
ConvexPolygon(PointSet points, ConvexPolygon.ConvexHullAlgorithm algorithm)
          creates a convex hull of a set of points Jarvis March O(hn) Grahams Scan O(nlogn)