6
Translation
2 X 2 matrix doesn’t work for translation!
Here’s where we need homogeneous coordinates.
x´             1  0  x0            x           x + x0
y´             0  1  y0            y           y + y0
1              0   0  1         1              1
=
=
(x,y)
(x+x0, y + y0)