<!--
{
  "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/GKTriangle",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "GameplayKit"
    ],
    "preciseIdentifier" : "c:@S@GKTriangle"
  },
  "title" : "GKTriangle"
}
-->

# GKTriangle

The definition of a triangle in the mesh, available with the [`triangle(at:)`](/documentation/GameplayKit/GKMeshGraph/triangle(at:)) method.

```
struct GKTriangle
```

## Topics

### Initializers

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

[`init(points:)`](/documentation/GameplayKit/GKTriangle/init(points:))

### Instance Properties

[`points`](/documentation/GameplayKit/GKTriangle/points)

A set of three points describing the triangle.



---

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)