Uses of Class
org.pzgui.math.Line

Packages that use Line
org.pzgui.math Defines some basic math functions and data structures. 
 

Uses of Line in org.pzgui.math
 

Methods in org.pzgui.math with parameters of type Line
static Vector2f IntersectionFinder.intersectBox(Line l, int x, int y, int w, int h)
          Returns an intersection point of l and the specified box or null if they do not intersection
static Vector2f IntersectionFinder.intersectBox(Line l, Node n)
          Returns an intersection point of l and the area of the specified Icon or null if they do not intersection
static Vector2f IntersectionFinder.intersectLine(Line l1, Line l2)
          Returns the insersection point of l1 and l2, or null if they do not intersect
static Vector2f IntersectionFinder.intersectLineHelper(Line l1, Line l2)
          Returns the insersection point of infinite lines l1 and l2, or null if they are parallel
static boolean IntersectionFinder.isWithin(Vector2f i, Line l)
          returns true if i is within the bounds of l