Transform - Skew X

(250,250) (500,250) (0,250) (250,0) (250,500) (500,0) (0,0) (0,500) (500,500) 60° 60° Ex. 1 - skewX(10),skewX(45),skewX(60) Skew direction is anti-clockwise with + skew value Ex. 2 - skewX(-10),skewX(-45),skewX(-60) Skew direction is clockwise with - skew value.

Skew X

The 'skew' transformation is used here again. In Ex. 1 the original (red) square is skewed by +10°, +45°, & +60° on the 'x' axis. Note that the direction of skew is anti-clockwise from the vertical.

When negative values are used for the 'x' axis, as in Ex. 2, the direction of skew is clockwise.

 

All done.