equalsEpsilon
fun equalsEpsilon(right: Cartographic? = definedExternally, epsilon: Double? = definedExternally): Boolean(source)
Compares the provided against this cartographic componentwise and returns true if they are within the provided epsilon, false otherwise.
Return
true if left and right are within the provided epsilon, false otherwise.
Parameters
right
The second cartographic.
epsilon
The epsilon to use for equality testing. Default value - 0