0
34kviews
Give the 2D transformation matrix for a) Translation b) Rotation c) Scaling.
1 Answer
written 7.1 years ago by |
2D Transformation:-
One of the most common and important tasks in computer graphics is to transform the coordinates (position, orientation, and size) of either objects within the graphical scene or the camera that is viewing the scene. It is also frequently necessary to transform coordinates from one coordinate system to …