Changeset 6830 in josm for trunk/src/org/openstreetmap/josm/data/coor
- Timestamp:
- 2014-02-10T00:51:53+01:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/coor/LatLon.java
r6566 r6830 30 30 * where valid values are in the [-180,180] and positive values specify positions east of the prime meridian. 31 31 * <br> 32 * <img src="https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/Latitude_and_Longitude_of_the_Earth.svg/500px-Latitude_and_Longitude_of_the_Earth.svg.png"> 32 * <img alt="lat/lon" src="https://upload.wikimedia.org/wikipedia/commons/thumb/6/62/Latitude_and_Longitude_of_the_Earth.svg/500px-Latitude_and_Longitude_of_the_Earth.svg.png"> 33 33 * <br> 34 34 * This class is immutable. … … 292 292 * 293 293 * @param other the "destination" position 294 * @return heading in the range 0 <= hd <2*PI294 * @return heading in the range 0 <= hd < 2*PI 295 295 */ 296 296 public double heading(LatLon other) {
Note:
See TracChangeset
for help on using the changeset viewer.
