Contents

intersects(_:)

Declaration

func intersects(_ other: Rect3DFloat) -> Bool

Parameters

  • other:

    The second rectangle.

Return Value

A Boolean value that indicates whether two rectangles intersect.

Discussion

Returns a Boolean value that indicates whether two rectangles intersect.