Changeset 11866 in josm
- Timestamp:
- 2017-04-09T14:24:53+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/tools/ImageWarp.java
r11864 r11866 12 12 * 13 13 * Deforms an image geometrically according to a given transformation formula. 14 * @since 11858 14 15 */ 15 16 public class ImageWarp { … … 18 19 * Transformation that translates the pixel coordinates. 19 20 */ 20 public staticinterface PointTransform {21 public interface PointTransform { 21 22 Point2D transform(Point2D pt); 22 23 }
Note:
See TracChangeset
for help on using the changeset viewer.