Rectangle
Constructors
Functions
Link copied to clipboard
fun equalsEpsilon(other: Rectangle? = definedExternally, epsilon: Double? = definedExternally): Boolean
Compares the provided Rectangle with this Rectangle componentwise and returns true
if they are within the provided epsilon, false
otherwise.