Uses of Class
ProGAL.geom2d.PointSet

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

Uses of PointSet in ProGAL.geom2d
 

Constructors in ProGAL.geom2d with parameters of type PointSet
ConvexPolygon(PointSet points, ConvexPolygon.ConvexHullAlgorithm algorithm)
          creates a convex hull of a set of points Jarvis March O(hn) Grahams Scan O(nlogn)
Polygon(PointSet points)
           
Triangulation(PointSet points, Triangulation.TriangulationAlgorithm algorithm)
          creates a triangulation of a set of points Two triangulation algorithms are so far implemented: Greedy, Delaunay
 

Uses of PointSet in ProGAL.geom2d.delaunay
 

Constructors in ProGAL.geom2d.delaunay with parameters of type PointSet
Kinetic(PointSet points)