---
title: pitch
framework: gamecontroller
role: symbol
role_heading: Instance Property
path: gamecontroller/gceulerangles/pitch
---

# pitch

The pitch of the controller in radians.

## Declaration

```swift
var pitch: Double
```

## Discussion

Discussion A pitch is a rotation around the x-axis that passes through the controller from side to side. The sign of the pitch follows the right-hand rule. If you point your right thumb along the positive axis, the curl of your other fingers points in the positive direction around that axis.

## See Also

### Getting Euler Angle Values

- [yaw](gamecontroller/gceulerangles/yaw.md)
- [roll](gamecontroller/gceulerangles/roll.md)
