Add an arbitrary transform to the current transform.
This takes six values for the upper two rows of a homogenous
3x3 matrix (i.e., {{a, c, e}, {b, d, f}, {0.0, 0.0, 1.0}})
describing an arbitrary affine transform and appends it to
the current transform. The values can represent any affine
transform such as scaling, rotation, translation, or skew,
or any composition of affine transforms.
The matrix must be invertible. If it is not, most drawing
operations will do nothing.
Add an arbitrary transform to the current transform.
This takes six values for the upper two rows of a homogenous 3x3 matrix (i.e., {{a, c, e}, {b, d, f}, {0.0, 0.0, 1.0}}) describing an arbitrary affine transform and appends it to the current transform. The values can represent any affine transform such as scaling, rotation, translation, or skew, or any composition of affine transforms. The matrix must be invertible. If it is not, most drawing operations will do nothing.