clone

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

Duplicates this BoundingSphere instance.

Return

The modified result parameter or a new BoundingSphere instance if none was provided.

Parameters

result

The object onto which to store the result.

See also