Contents

intersects(_:)

Returns a Boolean value that indicates whether two rectangles intersect.

Declaration

func intersects(_ other: Rect3D) -> Bool

Parameters

  • other:

    The rectangle that the function compares against.

Return Value

A Boolean value that indicates whether two rectangles intersect.

See Also

Checking characteristics