intersects(_:)
Returns a Boolean value that indicates whether two rectangles intersect.
Declaration
func intersects(_ other: Rect3D) -> BoolParameters
- other:
The rectangle that the function compares against.
Return Value
A Boolean value that indicates whether two rectangles intersect.