transform

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

Transforms the plane by the given transformation matrix.

Return

The plane transformed by the given transformation matrix.

Parameters

plane

The plane.

transform

The transformation matrix.

result

The object into which to store the result.

See also