1] Specify the 2D transformation Matrix for Rotation, Translation, and Scaling.
2] Scale down the polygon with co-ordinates A (2, 5), B (7, 10), C (10, 2) by 2-unit in x-direction and same in y-direction.
3] Convert the triangle ABC by 5-units in x-direction where the co-ordinates are A (5, 5), B (10, 5), C (10, 10).
4] Revolve a line in the counter clockwise direction for 45 degree angle about origin where coordinates are A (5, 5) and B (20, 5).
5] Explain what is 2D Transformation? And also explain 2D Scaling.
6] Explain the Rotation of an object around an arbitrary point.