---
title: GKTriangle
framework: gameplaykit
role: symbol
role_heading: Structure
path: gameplaykit/gktriangle
---

# GKTriangle

The definition of a triangle in the mesh, available with the triangle(at:) method.

## Declaration

```swift
struct GKTriangle
```

## Topics

### Initializers

- [init()](gameplaykit/gktriangle/init().md)
- [init(points:)](gameplaykit/gktriangle/init(points:).md)

### Instance Properties

- [points](gameplaykit/gktriangle/points.md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Sendable](swift/sendable.md)

## See Also

### Constants

- [GKMeshGraphTriangulationMode](gameplaykit/gkmeshgraphtriangulationmode.md)
