Searched defs:course (Results 1 - 2 of 2) sorted by relevance

/external/jmonkeyengine/engine/src/desktop/jme3tools/navigation/
H A DRLSailing.java17 private double course; field in class:RLSailing
21 course = pCourse;
26 return course;
H A DNavCalculator.java72 * Determines a Rhumb Line course and distance between two points
82 * Determines the rhumb line course and distance between two positions
143 * Converts a course from cardinal XddY to ddd notation
186 * Getter method for the true course
187 * @return true course
195 * Getter method for the true course
196 * @return true course
265 * @param course the target's current course in degrees
270 double currentLat, double currentLong, double course) {
269 predictPosition(int time, double speed, double currentLat, double currentLong, double course) argument
[all...]

Completed in 1120 milliseconds