---
title: z
framework: gamecontroller
role: symbol
role_heading: Instance Property
path: gamecontroller/gcrotationrate/z
---

# z

The rotation rate around the z-axis in radians per second.

## Declaration

```swift
var z: Double
```

## Discussion

Discussion The sign of the rotation 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 Rotation Rate Values

- [x](gamecontroller/gcrotationrate/x.md)
- [y](gamecontroller/gcrotationrate/y.md)
