skew method

skew

Applies a skew transformation to the matrix.

def skew(self, skew_x, skew_y):
    ...
ParameterTypeDescription
skew_xfloatThe angle by which to skew in the x-axis direction.
skew_yfloatThe angle by which to skew in the y-axis direction.

See Also