- fsetmatrix plotter m0 m1 m2 m3 m4 m5procedure
Sets the transformation matrix directly. The matrix maps user coordinates (x, y) to device coordinates using:
x' = m0*x + m2*y + m4 y' = m1*x + m3*y + m5
Sets the transformation matrix directly. The matrix maps user coordinates (x, y) to device coordinates using:
x' = m0*x + m2*y + m4 y' = m1*x + m3*y + m5