-
void
AffineTransform.inverseTransform(double[] src, int srcOff, double[] dst, int dstOff, int length)
Performs the inverse transformation on the source array of points and stores the result in the destination array of points.
void
AffineTransform.inverseTransform(float[] src, int srcOff, float[] dst, int dstOff, int length)
Performs the inverse transformation on the source array of points and stores the result in the destination array of points.
Performs the inverse transformation on the source point and stores the result in the destination point.