---
title: "contains(point:)"
framework: spatial
role: symbol
role_heading: Instance Method
path: "spatial/volumetricprotocol/contains(point:)"
---

# contains(point:)

Returns a Boolean value that indicates whether this volume contains the specified point.

## Declaration

```swift
func contains(point: Self.Point) -> Bool
```

## Parameters

- `point`: The point.

## Discussion

Discussion Returns A Boolean value that indicates whether the entity contains the point.
