<!--
{
  "availability" : [
    "*: -",
    "iOS: 16.0.0 -",
    "iPadOS: 16.0.0 -",
    "macCatalyst: -",
    "macOS: 13.0.0 -",
    "tvOS: 16.0.0 -",
    "visionOS: -",
    "watchOS: 9.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Spatial",
  "identifier" : "/documentation/Spatial/Rect3D/containsAny(of:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "Spatial"
    ],
    "preciseIdentifier" : "s:So8SPRect3Da7SpatialE11containsAny2ofSbSaySo9SPPoint3DaG_tF"
  },
  "title" : "containsAny(of:)"
}
-->

# containsAny(of:)

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

```
func containsAny(of points: [Point3D]) -> Bool
```

## Parameters

`points`

The array of points that the function compares against.

## Return Value

A Boolean value that indicates whether the rectangle contains any of the specified points.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)