Consider the square A (1, 0), B (0, 0), C (0, 1), D (1, 1). Rotate the square ABCD by 45 degree clockwise about A (1, 0).
4 years ago
Computer Graphics
HINT:-
- First, translate the square by Tx= -1 and Ty=0.
- Then rotate the square by 45 degree.
- Again translate the square by TX=1 and Ty=0.
Bijay Satyal
Oct 22, 2021