Hello, thanks for trying to help me.
This is a linear transformation between coordinates (x, y) and (x', y'):
x' = A + Bx + Cy
y' = D + Ex + Fy
a, d: describe the translation between the two systems
b,c,d,e: describe rotation and magnification
magnification = sqrt(b*b + c*c);
rotation angle =...