Uses of Class
lejos.geom.Line

Packages that use Line
lejos.geom Geometric shape support for robotics using float co-ordinates 
lejos.robotics.mapping A new incomplete proposal for navigation 
 

Uses of Line in lejos.geom
 

Methods in lejos.geom with parameters of type Line
 Point Line.intersectsAt(Line l)
          Calculate the point of intersection of two lines.
 

Uses of Line in lejos.robotics.mapping
 

Constructors in lejos.robotics.mapping with parameters of type Line
LineMap(Line[] lines, Rectangle boundingRect)
          Create a map from an array of line segments and a bounding rectangle