Uses of Package
lejos.geom

Packages that use lejos.geom
lejos.geom Geometric shape support for robotics using float co-ordinates 
lejos.robotics Hardware abstraction interfaces for the robotics package. 
lejos.robotics.mapping A new incomplete proposal for navigation 
lejos.robotics.proposal Support for maps 
 

Classes in lejos.geom used by lejos.geom
Line
          Represents a line and supports calculating the point of intersection of two line segments.
Point
          Point with float co-ordinates for use in navigation.
 

Classes in lejos.geom used by lejos.robotics
Point
          Point with float co-ordinates for use in navigation.
 

Classes in lejos.geom used by lejos.robotics.mapping
Line
          Represents a line and supports calculating the point of intersection of two line segments.
Point
          Point with float co-ordinates for use in navigation.
 

Classes in lejos.geom used by lejos.robotics.proposal
Point
          Point with float co-ordinates for use in navigation.