pub unsafe trait CIPerspectiveTransform: CIFourCoordinateGeometryFilter { }Available on crate features
CIFilter and CIFilterBuiltins only.Expand description
The protocol for the Perspective Transform filter.
Alters the geometry of an image to simulate the observer changing viewing position. You can use the perspective filter to skew an image.
See also Apple’s documentation