skew_x method

skew_x

Post-multiplies a skewX transformation on the current matrix and returns the resulting matrix.

Returns

The resulting matrix.

def skew_x(self, angle):
    ...
ParameterTypeDescription
anglefloatSkew angle.

See Also