matrix method

matrix

Adds a matrix transform to the builder.

Returns

The current TransformBuilder instance.

def matrix(self, a, b, c, d, e, f):
    ...
ParameterTypeDescription
afloatThe a component of the matrix.
bfloatThe b component of the matrix.
cfloatThe c component of the matrix.
dfloatThe d component of the matrix.
efloatThe e component of the matrix.
ffloatThe f component of the matrix.

See Also