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

# contains(_:)

Checks whether the bounding box contains the specified point.

## Declaration

```swift
func contains(_ point: SIMD3<Float>) -> Bool
```

## Return Value

Return Value A Boolean that’s true if the box contains the specified point.

## See Also

### Checking for overlap

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