equals

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

Compares the provided Planes by normal and distance and returns true if they are equal, false otherwise.

Return

true if left and right are equal, false otherwise.

Parameters

left

The first plane.

right

The second plane.

See also