Changeset 17333 in josm for trunk/src/org/openstreetmap/josm/command/RotateCommand.java
- Timestamp:
- 2020-11-23T16:28:11+01:00 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/command/RotateCommand.java
r14273 r17333 37 37 * Assign the initial object set, compute pivot point and initial rotation angle. 38 38 * @param objects objects to fetch nodes from 39 * @param currentEN cu urent eats/north39 * @param currentEN current east/north 40 40 */ 41 41 public RotateCommand(Collection<? extends OsmPrimitive> objects, EastNorth currentEN) { … … 51 51 /** 52 52 * Get angle between the horizontal axis and the line formed by the pivot and given point. 53 * @param currentEN cu urent eats/north53 * @param currentEN current east/north 54 54 * @return angle between the horizontal axis and the line formed by the pivot and given point 55 55 **/
Note:
See TracChangeset
for help on using the changeset viewer.