---
title: "intersects(_:)"
framework: spatial
role: symbol
role_heading: Instance Method
path: "spatial/rect3dfloat/intersects(_:)"
---

# intersects(_:)

## Declaration

```swift
func intersects(_ other: Rect3DFloat) -> Bool
```

## Parameters

- `other`: The second rectangle.

## Return Value

Return Value A Boolean value that indicates whether two rectangles intersect.

## Discussion

Discussion Returns a Boolean value that indicates whether two rectangles intersect.
