Changeset 18342 in josm for trunk/src/org/openstreetmap/josm/data
- Timestamp:
- 2021-12-20T17:13:38+01:00 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/coor/EastNorth.java
r12669 r18342 54 54 55 55 /** 56 * Adds the coordinates of an 56 * Adds the coordinates of another EastNorth instance to this one. 57 57 * @param other The other instance. 58 58 * @return The new EastNorth position. … … 158 158 159 159 /** 160 * Returns an EastNorth representing th e this EastNorth rotated around160 * Returns an EastNorth representing this EastNorth rotated around 161 161 * a given EastNorth by a given angle 162 162 * @param pivot the center of the rotation
Note:
See TracChangeset
for help on using the changeset viewer.