clone

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

Duplicates this OrientedBoundingBox instance.

Return

The modified result parameter or a new OrientedBoundingBox instance if one was not provided.

Parameters

result

The object onto which to store the result.

See also