div

open operator override fun div(scale: Double): Spherical(source)

Divides the current object by the given scale factor.

Return

The result of the division as a new instance of type T.

Parameters

scale

The divisor used to scale down the current object.