clone
fun clone(clippingPlane: ClippingPlane, result: ClippingPlane? = definedExternally): ClippingPlane(source)
Clones the ClippingPlane without setting its ownership.
Return
a clone of the input ClippingPlane
Parameters
clippingPlane
The ClippingPlane to be cloned
result
The object on which to store the cloned parameters.