---
title: "contains(_:)"
framework: arkit
role: symbol
role_heading: Instance Method
path: "arkit/roomanchor/contains(_:)"
---

# contains(_:)

Returns a Boolean value that indicates whether a room contains the provided point.

## Declaration

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

## Parameters

- `point`: The point to search for.

## Return Value

Return Value Returns true if the room contains the point, otherwise false.

## See Also

### Inspecting a room anchor

- [geometries(of:)](arkit/roomanchor/geometries(of:).md)
- [description](arkit/roomanchor/description.md)
