intersects(_:)
Checks whether the bounding box intersects the specified bounds.
Declaration
func intersects(_ boundingBox: BoundingBox) -> BoolReturn Value
A Boolean that’s true if the box intersects the specified bounds.
Checks whether the bounding box intersects the specified bounds.
func intersects(_ boundingBox: BoundingBox) -> BoolA Boolean that’s true if the box intersects the specified bounds.