shear method

shear

Shears the current transformation matrix. Calls writeTransform(Transform).

def shear(self, shx, shy):
    ...
ParameterTypeDescription
shxfloatA shear in X axis.
shyfloatA shear in Y axis.

See Also