equalsEpsilon

fun equalsEpsilon(left: Spherical, right: Spherical, epsilon: Double? = definedExternally): Boolean(source)

Returns true if the first spherical is within the provided epsilon of the second spherical, false otherwise.

Return

true if the first spherical is within the provided epsilon of the second spherical, false otherwise.

Parameters

left

The first Spherical to be compared.

right

The second Spherical to be compared.

epsilon

The epsilon to compare against. Default value - 0.0

See also