Changeset 1209 in josm
- Timestamp:
- 2009-01-04T23:43:29+01:00 (16 years ago)
- Location:
- trunk/src/org/openstreetmap/josm/data/coor
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/coor/EastNorth.java
r1169 r1209 50 50 51 51 /** 52 * Returns an EastNorth representing the this EastNorth rotatedaround 52 * Returns an EastNorth representing the this EastNorth rotated around 53 53 * a given EastNorth by a given angle 54 54 * @param pivot the center of the rotation -
trunk/src/org/openstreetmap/josm/data/coor/LatLon.java
r1169 r1209 71 71 } 72 72 } 73 74 75 73 76 74 /**
Note:
See TracChangeset
for help on using the changeset viewer.