Q.

a line connecting the points (1,1) and (5,3) is to be drawn, using the DDA algorithm. Find the values of x and y increments.

A. x-increment= 1; y-increment=1
B. x-increment= 0.5; y-increment=1
C. x-increment= 1; y-increment=0.5
D. none of these
Answer» C. x-increment= 1; y-increment=0.5
2.8k
0
Do you find this helpful?
29

View all MCQs in

Computer Graphics

Discussion

No comments yet