public boolean similarTo (Transform transform, Bounds range, double maxDelta)

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.

Parameters:
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

Returns:  true if the transforms are similar according to the specified criteria

Exceptions:
NullPointerException    if the specified transform or range is null

Since:  JavaFX 8.0