scale_non_uniform method

scale_non_uniform

Post-multiplies a non-uniform scale transformation on the current matrix and returns the resulting matrix.

Returns

The resulting matrix.

def scale_non_uniform(self, scale_factor_x, scale_factor_y):
    ...
ParameterTypeDescription
scale_factor_xfloatScale factor in X.
scale_factor_yfloatScale factor in Y.

See Also