clone

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

Duplicates an Ellipsoid instance.

Return

The cloned Ellipsoid.

Parameters

result

The object onto which to store the result, or undefined if a new instance should be created.

See also