What is rotation in computer graphic?
4 years ago
Computer Graphics
A 2-D rotation is done by repositioning the coordinates along a circular path, in the x-y plane by making an angle with the axes. The transformation is given by: X| = r cos (θ + φ) and Y| = r sin (θ + φ).
Rajiv Shah
Oct 20, 2021