---
title: rotation
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uifocusmovementhint/rotation
---

# rotation

A vector to apply to a transform to match system interaction hinting.

## Declaration

```swift
var rotation: CGVector { get }
```

## Discussion

Discussion This property represents an X,Y-axis translation expressed in radians.

## See Also

### Transforming a hint

- [interactionTransform](uikit/uifocusmovementhint/interactiontransform.md)
- [perspectiveTransform](uikit/uifocusmovementhint/perspectivetransform.md)
- [translation](uikit/uifocusmovementhint/translation.md)
