---
title: "intersects(_:)"
framework: realitykit
role: symbol
role_heading: Instance Method
path: "realitykit/boundingbox/intersects(_:)"
---

# intersects(_:)

Checks whether the bounding box intersects the specified bounds.

## Declaration

```swift
func intersects(_ boundingBox: BoundingBox) -> Bool
```

## Return Value

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

## See Also

### Checking for overlap

- [contains(_:)](realitykit/boundingbox/contains(_:)-5ux4h.md)
- [contains(_:)](realitykit/boundingbox/contains(_:)-92ap6.md)
