Examples Two Dimension Transformation
Ex1:/Move the line (-6,-4), (7,-5) 3 units in the X direction and 2 units in the Y direction.
Solution:
TX=3, TY=2
First point
X1new= -6 + 3= -3
Y1new= -4 + 2= -2
Second point
X2new= 7 + 3= 10
Y2new= -5 + 2= - 3
By using the matrix representation