---
title: quad
framework: gameplaykit
role: symbol
role_heading: Instance Property
path: gameplaykit/gkquadtreenode/quad
---

# quad

The axis-aligned bounding rectangle represented by the node.

## Declaration

```swift
var quad: GKQuad { get }
```

## Discussion

Discussion You can use this rectangle to find elements in the tree with the elements(in:) method.
