Uses of Class
lejos.robotics.proposal.WayPoint

Packages that use WayPoint
lejos.robotics.proposal Support for maps 
 

Uses of WayPoint in lejos.robotics.proposal
 

Methods in lejos.robotics.proposal that return types with arguments of type WayPoint
 Collection<WayPoint> SimplePathFinder.findRoute(Pose start, Point destination)
           
 Collection<WayPoint> PathFinder.findRoute(Pose start, Point destination)
           
 Collection<WayPoint> MapPathFinder.findRoute(Pose start, Point destination)
           
 Collection<WayPoint> SimplePathFinder.findRoute(Pose start, Pose destination)
           
 Collection<WayPoint> PathFinder.findRoute(Pose start, Pose destination)
           
 Collection<WayPoint> MapPathFinder.findRoute(Pose start, Pose destination)