fromPlane

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

Create a ClippingPlane from a Plane object.

Return

The ClippingPlane generated from the plane's parameters.

Parameters

plane

The plane containing parameters to copy

result

The object on which to store the result

See also