Apply Linear Model to an [x,y]
CALL sla_XY2XY (X1, Y1, COEFFS, X2, Y2)
X1,Y1 | D | [x,y] before transformation |
|
||
COEFFS | D(6) | transformation coefficients (see note) |
X2,Y2 | D | [x,y] after transformation |
x2=a+bx1+cy1
y2=d+ex1+fy1