Changeset 477 in josm
- Timestamp:
- 2007-11-30T13:56:02+01:00 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/coor/EastNorth.java
r298 r477 22 22 return y; 23 23 } 24 25 public EastNorth add(double dx, double dy) { 26 return new EastNorth(x+dx, y+dy); 27 } 24 28 25 29 @Override public String toString() {
Note:
See TracChangeset
for help on using the changeset viewer.