Uses of Class
ProGAL.geom2d.Triangle

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

Uses of Triangle in ProGAL.geom2d
 

Methods in ProGAL.geom2d that return Triangle
 Triangle TriangulationFace.getTriangle()
           
 

Constructors in ProGAL.geom2d with parameters of type Triangle
Circle(Triangle tri)
           
 

Uses of Triangle in ProGAL.geom2d.delaunay
 

Subclasses of Triangle in ProGAL.geom2d.delaunay
 class Triangle
          All triangles should be counter-clock-wise (TODO: add an assert)