Changeset 477 in josm for trunk


Ignore:
Timestamp:
2007-11-30T13:56:02+01:00 (16 years ago)
Author:
gebner
Message:

EastNorth.add

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/coor/EastNorth.java

    r298 r477  
    2222                return y;
    2323        }
     24
     25        public EastNorth add(double dx, double dy) {
     26                return new EastNorth(x+dx, y+dy);
     27        }
    2428       
    2529        @Override public String toString() {
Note: See TracChangeset for help on using the changeset viewer.