Shape | 
MathTransform2D.createTransformedShape(Shape shape) | 
 Transforms the specified shape. 
 | 
Matrix | 
MathTransform.derivative(DirectPosition point) | 
 Gets the derivative of this transform at a point. 
 | 
double | 
MathTransform1D.derivative(double value) | 
 Gets the derivative of this function at a value. 
 | 
Matrix | 
MathTransform2D.derivative(Point2D point) | 
 Gets the derivative of this transform at a point. 
 | 
void | 
MathTransform.transform(double[] srcPts,
         int srcOff,
         double[] dstPts,
         int dstOff,
         int numPts) | 
 Transforms a list of coordinate point ordinal values. 
 | 
void | 
MathTransform.transform(double[] srcPts,
         int srcOff,
         float[] dstPts,
         int dstOff,
         int numPts) | 
 Transforms a list of coordinate point ordinal values. 
 | 
void | 
MathTransform.transform(float[] srcPts,
         int srcOff,
         double[] dstPts,
         int dstOff,
         int numPts) | 
 Transforms a list of coordinate point ordinal values. 
 | 
void | 
MathTransform.transform(float[] srcPts,
         int srcOff,
         float[] dstPts,
         int dstOff,
         int numPts) | 
 Transforms a list of coordinate point ordinal values. 
 | 
DirectPosition | 
MathTransform.transform(DirectPosition ptSrc,
         DirectPosition ptDst) | 
 Transforms the specified ptSrc and stores the result in ptDst. 
 | 
double | 
MathTransform1D.transform(double value) | 
 Transforms the specified value. 
 | 
Point2D | 
MathTransform2D.transform(Point2D ptSrc,
         Point2D ptDst) | 
 Transforms the specified ptSrc and stores the result in ptDst. 
 |