clone

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

Duplicates this AxisAlignedBoundingBox instance.

Return

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

Parameters

result

The object onto which to store the result.

See also