public interface Transformation
extends java.lang.Cloneable
java.lang.Object clone()
double[] direct(double[] point)
point - double[] the coordinates to be transformed
(the array's contents will be changed accordingly)double[] inverse(double[] point)
throws java.lang.UnsupportedOperationException
point - double[] the coordinates to be transformed
(the array's contents will be changed accordingly)java.lang.UnsupportedOperationException - If the transformation is
not invertible