---
title: CIPerspectiveRotate
framework: coreimage
role: symbol
role_heading: Protocol
path: coreimage/ciperspectiverotate
---

# CIPerspectiveRotate

The properties you use to configure a perspective rotate filter.

## Declaration

```swift
protocol CIPerspectiveRotate : CIFilterProtocol
```

## Topics

### Instance Properties

- [focalLength](coreimage/ciperspectiverotate/focallength.md)
- [inputImage](coreimage/ciperspectiverotate/inputimage.md)
- [pitch](coreimage/ciperspectiverotate/pitch.md)
- [roll](coreimage/ciperspectiverotate/roll.md)
- [yaw](coreimage/ciperspectiverotate/yaw.md)

## Relationships

### Inherits From

- [CIFilterProtocol](coreimage/cifilterprotocol.md)

## See Also

### Related Documentation

- [perspectiveRotate()](coreimage/cifilter-swift.class/perspectiverotate().md)

### Protocols

- [CIBicubicScaleTransform](coreimage/cibicubicscaletransform.md)
- [CIEdgePreserveUpsample](coreimage/ciedgepreserveupsample.md)
- [CIFourCoordinateGeometryFilter](coreimage/cifourcoordinategeometryfilter.md)
- [CIKeystoneCorrectionCombined](coreimage/cikeystonecorrectioncombined.md)
- [CIKeystoneCorrectionHorizontal](coreimage/cikeystonecorrectionhorizontal.md)
- [CIKeystoneCorrectionVertical](coreimage/cikeystonecorrectionvertical.md)
- [CILanczosScaleTransform](coreimage/cilanczosscaletransform.md)
- [CIPerspectiveCorrection](coreimage/ciperspectivecorrection.md)
- [CIPerspectiveTransform](coreimage/ciperspectivetransform.md)
- [CIPerspectiveTransformWithExtent](coreimage/ciperspectivetransformwithextent.md)
- [CIStraighten](coreimage/cistraighten.md)
