Today I learned how to rotate a bitmap file. There is a rotation matrix. Every pixel in a bitmap file
worked out a new coupe co-ordination base on this matrix. This matrix come from normal computing at the
Descartes co-ordination by usin trigonometric functions.
Mirror, translation, transpose, zoom all have their computing matrix respectively.