Uses of Class
pogr1_holec.point

Uses of point in pogr1_holec
 

Fields in pogr1_holec declared as point
 point line.center
           
 point polygon.center
           
 point triangle.center
           
 point[] line.nodes
           
 point triangle.semiCenter
           
 

Fields in pogr1_holec with type parameters of type point
 java.util.ArrayList<point> ConvexHull.ConvexHullNodes
           
 

Methods in pogr1_holec that return point
static point[] BasicGeometry.getPointsByY(java.util.ArrayList<line> inpLines)
           
static point[] BasicGeometry.getSetOfPointsByY(java.util.ArrayList<point> inpPoints)
           
 

Methods in pogr1_holec that return types with arguments of type point
 java.util.ArrayList<point> ConvexHull.getConvexHullNodes()
           
 

Methods in pogr1_holec with parameters of type point
 boolean triangle.PointInside(point p)
           
 

Method parameters in pogr1_holec with type arguments of type point
static circle BasicGeometry.FindSmallestCircleOfSetOfPoints(java.util.ArrayList<point> inpPoints)
           
static point[] BasicGeometry.getSetOfPointsByY(java.util.ArrayList<point> inpPoints)
           
 

Constructors in pogr1_holec with parameters of type point
circle(point p, double _R)
           
line(point A, point B)
           
triangle(point A, point B, point C)
           
 

Constructor parameters in pogr1_holec with type arguments of type point
ConvexHull(java.util.ArrayList<point> InputList)
           
ConvexHull(java.util.ArrayList<point> InputList, int disting)
           
polygon(java.util.ArrayList<point> inpList)