Searched refs:dLat (Results 1 – 1 of 1) sorted by relevance
88 double dLat = computeDLat(p1.getLatitude(), p2.getLatitude()); in mercatorSailing() local90 if (dLat == 0) { in mercatorSailing()100 distance = (float) Math.abs(dLat / Math.cos(Math.toRadians(trueCourse))); in mercatorSailing()104 strCourse = (dLat < 0 ? "S" : "N"); in mercatorSailing()152 double dLat = p1.getLatitude() - p2.getLatitude(); in convertCourse() local155 if (dLong >= 0 & dLat >= 0) { in convertCourse()160 if (dLong >= 0 & dLat < 0) { in convertCourse()165 if (dLong < 0 & dLat < 0) { in convertCourse()170 if (dLong < 0 & dLat >= 0) { in convertCourse()