---
title: "contains(anyOf:)"
framework: spatial
role: symbol
role_heading: Instance Method
path: "spatial/size3dfloat/contains(anyof:)"
---

# contains(anyOf:)

Returns a Boolean value that indicates whether this volume contains any of the specified points.

## Declaration

```swift
func contains(anyOf points: [Point3DFloat]) -> Bool
```

## Parameters

- `points`: An array of points.

## Discussion

Discussion Returns A Boolean value that indicates whether self contains any of the specified points.
