equals

fun equals(left: Spherical, right: Spherical): Boolean(source)

Returns true if the first spherical is equal to the second spherical, false otherwise.

Return

true if the first spherical is equal to the second spherical, false otherwise.

Parameters

left

The first Spherical to be compared.

right

The second Spherical to be compared.

See also