<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: -",
    "macOS: -",
    "tvOS: -",
    "visionOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreImage",
  "identifier" : "/documentation/CoreImage/CIPerspectiveRotate",
  "metadataVersion" : "0.1.0",
  "role" : "Protocol",
  "symbol" : {
    "kind" : "Protocol",
    "modules" : [
      "Core Image"
    ],
    "preciseIdentifier" : "c:objc(pl)CIPerspectiveRotate"
  },
  "title" : "CIPerspectiveRotate"
}
-->

# CIPerspectiveRotate

The properties you use to configure a perspective rotate filter.

```
protocol CIPerspectiveRotate : CIFilterProtocol
```

## Topics

### Instance Properties

[`focalLength`](/documentation/CoreImage/CIPerspectiveRotate/focalLength)

The 35mm equivalent focal length of the input image.

[`inputImage`](/documentation/CoreImage/CIPerspectiveRotate/inputImage)

The image to process.

[`pitch`](/documentation/CoreImage/CIPerspectiveRotate/pitch)

The pitch angle, in radians.

[`roll`](/documentation/CoreImage/CIPerspectiveRotate/roll)

The roll angle, in radians.

[`yaw`](/documentation/CoreImage/CIPerspectiveRotate/yaw)

The yaw angle, in radians.

## See Also

[`perspectiveRotate()`](/documentation/CoreImage/CIFilter-swift.class/perspectiveRotate())

Rotates an image in a 3D space.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)