skew_y method

skew_y

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

Returns

Skew angle.

def skew_y(self, angle):
    ...
ParameterTypeDescription
anglefloatThe angle.

See Also