Contents

intersects(_:)

Checks whether the bounding box intersects the specified bounds.

Declaration

func intersects(_ boundingBox: BoundingBox) -> Bool

Return Value

A Boolean that’s true if the box intersects the specified bounds.

See Also

Checking for overlap