Checks if this transform is similar to the specified transform.
The two transforms are considered similar if any point from
range is transformed by them to points that are no farther
than maxDelta from each other.
transform | transform to be compared to this transform | |
range | region of interest on which the two transforms are compared | |
maxDelta | maximum allowed distance for the results of transforming
any single point from range by the two transforms |
NullPointerException | if the specified transform
or range is null |
Diagram: Transform