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

# yaw

The yaw of the device in radians.

## Declaration

```swift
var yaw: Double
```

## Discussion

Discussion A yaw is a rotation around the y-axis that runs vertically through the controller. The sign of the yaw 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

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