Q. and (5,3) is to be drawn, using DDA algorithm. Find the value of x and yincrements? (Solved)
1. x-increments = 1; y-increments =1
2. x-increments = 0.5; y-increments =1
3. x-increments = 1; y-increments =0.5
4. none of above
- c. x-increments = 1; y-increments =0.5