clone

fun clone(plane: Plane, result: Plane? = definedExternally): Plane(source)

Duplicates a Plane instance.

Return

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

Parameters

plane

The plane to duplicate.

result

The object onto which to store the result.

See also