clone

fun clone(result: Spherical? = definedExternally): Spherical(source)

Creates a duplicate of this Spherical.

Return

The modified result parameter or a new instance if result was undefined.

Parameters

result

The object to store the result into, if undefined a new instance will be created.

See also