Uses of Class
pogr1_holec.line

Uses of line in pogr1_holec
 

Fields in pogr1_holec with type parameters of type line
 java.util.ArrayList<line> ConvexHull.ConvexHull2D
           
 java.util.ArrayList<line> ConvexHull.ConvexHullSceleton
           
 

Methods in pogr1_holec that return types with arguments of type line
 java.util.ArrayList<line> GeometricAlgorithms.getConvexHullOfSetOf3DPoints()
           
 java.util.ArrayList<line> ConvexHull.getConvexHullSceleton()
           
 java.util.ArrayList<line> polygon.getLines()
           
 java.util.ArrayList<line> polygon.getTrapezoidation()
           
 java.util.ArrayList<line> GeometricAlgorithms.getVoronoiDiagramOfSetOf2DPoints()
           
 

Methods in pogr1_holec with parameters of type line
static double[] BasicGeometry.FindIntersectionPoint(line l1, line l2, double epsilon)
           
 

Method parameters in pogr1_holec with type arguments of type line
static point[] BasicGeometry.getPointsByY(java.util.ArrayList<line> inpLines)