This method sets origin, spacing, and rotation as an affine transformation.
affineTransform (list[float]) – List containing 6 Coefficients. A B C D E F in the affine transformation x’ = Ax + By + C, y’ = Dx + Ey + F .
None