Uses of Package
ProGAL.geom2d

Packages that use ProGAL.geom2d
ProGAL.dataStructures   
ProGAL.geom2d This package contains classes that are all related to two-dimensional geometric concepts. 
ProGAL.geom2d.convexHull   
ProGAL.geom2d.delaunay   
ProGAL.geom2d.viewer All classes required for the 2D scene viewer J2DScene
ProGAL.geom3d.surface   
 

Classes in ProGAL.geom2d used by ProGAL.dataStructures
Point
          A point in (x,y)-space represented using double precision.
 

Classes in ProGAL.geom2d used by ProGAL.geom2d
Circle
           
ConvexPolygon
           
ConvexPolygon.ConvexHullAlgorithm
           
Line
           
LineSegment
           
LSC
          A line-swept circle.
Point
          A point in (x,y)-space represented using double precision.
PointSet
           
Polygon
           
Shape
          An interface for 2d shapes such as circles, rectangles and text.
Triangle
           
Triangulation.TriangulationAlgorithm
           
TriangulationFace
           
TriangulationVertex
           
TriangulationVertex.VertexType
           
Vector
           
 

Classes in ProGAL.geom2d used by ProGAL.geom2d.convexHull
Point
          A point in (x,y)-space represented using double precision.
Polygon
           
 

Classes in ProGAL.geom2d used by ProGAL.geom2d.delaunay
Point
          A point in (x,y)-space represented using double precision.
PointSet
           
Triangle
           
TriangulationVertex
           
 

Classes in ProGAL.geom2d used by ProGAL.geom2d.viewer
Point
          A point in (x,y)-space represented using double precision.
Shape
          An interface for 2d shapes such as circles, rectangles and text.
 

Classes in ProGAL.geom2d used by ProGAL.geom3d.surface
Point
          A point in (x,y)-space represented using double precision.