Uses of Class
ProGAL.geom2d.Line

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

Uses of Line in ProGAL.geom2d
 

Methods in ProGAL.geom2d that return Line
static Line Point.getBisector(Point p, Point q)
          Creates a bisector between points p and q
 Line TriangulationFace.getOppLine(TriangulationVertex v)
           
 

Methods in ProGAL.geom2d with parameters of type Line
static boolean Line.areParallel(Line l1, Line l2)
           
 java.lang.Double Circle.enteringAngle(Point p, Line L, boolean ccw)
           
static Point Line.getIntersection(Line l1, Line l2)
           
 double Line.intersectionParameter(Line l)
           
 Point[] Circle.intersections(Line l)
           
 boolean Line.isParallelWith(Line l)