equalsEpsilon

fun equalsEpsilon(other: Spherical, epsilon: Double): Boolean(source)

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

Return

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

Parameters

other

The Spherical to be compared.

epsilon

The epsilon to compare against.

See also