equals

fun equals(left: Plane, right: Plane): Boolean(source)

Compares the provided ClippingPolygons and returns true if they are equal, false otherwise.

Return

true if left and right are equal, false otherwise.

Parameters

left

The first polygon.

right

The second polygon.

See also