ShearFilter
This filter shears an image by given X and Y angles. Like the RotateFilter, the resulting image will be larger than the original unless edge wrapping is turned on.
ShearFilter (resize = false)
Parameters:
- boolean Resize - true if the output image should expand to fit, false to keep the input size
- float XAngle - The angle of shear in the X direction, in radians
- float YAngle - The angle of shear in the Y direction, in radians