<!--
{
  "availability" : [
    "iOS: 9.0.0 -",
    "iPadOS: 9.0.0 -",
    "macCatalyst: 13.0.0 -",
    "macOS: 10.11.0 -",
    "tvOS: 9.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "GameplayKit",
  "identifier" : "/documentation/GameplayKit/GKQuad",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "GameplayKit"
    ],
    "preciseIdentifier" : "c:@S@GKQuad"
  },
  "title" : "GKQuad"
}
-->

# GKQuad

The definition of an axis-aligned rectangle addressed by the tree.

```
struct GKQuad
```

## Topics

### Initializers

[`init()`](/documentation/GameplayKit/GKQuad/init())

[`init(quadMin:quadMax:)`](/documentation/GameplayKit/GKQuad/init(quadMin:quadMax:))

### Instance Properties

[`quadMax`](/documentation/GameplayKit/GKQuad/quadMax)

The corner of the rectangle with the highest coordinate values (in most coordinate systems, the upper-right corner).

[`quadMin`](/documentation/GameplayKit/GKQuad/quadMin)

The corner of the rectangle with the lowest coordinate values (in most coordinate systems, the lower-left corner).



---

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)