List of usage examples for java.awt.geom Point2D clone
public Object clone()
Source Link
From source file:ImageOpByRomain.java
/** * {@inheritDoc} */ public Point2D getPoint2D(Point2D srcPt, Point2D dstPt) { return (Point2D) srcPt.clone(); }