write a program to scale an object given by user in computer graphics
Answers
Answered by
0
Answer:
Scaling:
It is used to alter or change the size of objects. The change is done using scaling factors. There are two scaling factors, i.e. Sx in x direction Sy in y-direction. If the original position is x and y. Scaling factors are Sx and Sy then the value of coordinates after scaling will be x1 and y1.
Similar questions