skew_y method

skew_y

Adds a skewY transform to the builder.

Returns

The current TransformBuilder instance.

def skew_y(self, angle):
    ...
ParameterTypeDescription
anglefloatThe skew angle along the y-axis in degrees.

See Also