Uses of Class
jaron.gps.Waypoint

Packages that use Waypoint
jaron.autopilot Provides the classes for the UAV Playground autopilot that includes stabilization and navigation. 
 

Uses of Waypoint in jaron.autopilot
 

Methods in jaron.autopilot that return Waypoint
static Waypoint Navigation.getDestinationPoint(Waypoint start, double bearing, double distance)
          Returns the destination point given ba a start point the initial bearing (deg) and the distance (m).
 

Methods in jaron.autopilot with parameters of type Waypoint
static Waypoint Navigation.getDestinationPoint(Waypoint start, double bearing, double distance)
          Returns the destination point given ba a start point the initial bearing (deg) and the distance (m).