Uses of Class
org.newdawn.slick.geom.Line

Packages that use Line
org.newdawn.slick.geom Simple geometric wrappers that can be used for rendering and collision. 
 

Uses of Line in org.newdawn.slick.geom
 

Fields in org.newdawn.slick.geom declared as Line
 Line GeomUtil.HitResult.line
          The line on the target shape that intersected
 

Methods in org.newdawn.slick.geom that return Line
 Line GeomUtil.getLine(Shape shape, float sx, float sy, int e)
          Get a line between two points in a shape
 Line GeomUtil.getLine(Shape shape, int s, int e)
          Get a line between two points in a shape
 

Methods in org.newdawn.slick.geom with parameters of type Line
 Vector2f Line.intersect(Line other)
          Intersect this line with another
 Vector2f Line.intersect(Line other, boolean limit)
          Intersect this line with another
 boolean Line.intersect(Line other, boolean limit, Vector2f result)
          Intersect this line with another
 GeomUtil.HitResult GeomUtil.intersect(Shape shape, Line line)
          Intersect a line with a shape
 



Copyright © 2006 New Dawn Software. All Rights Reserved.