Assignment on DDA line Drawing algorithm

Opened: Monday, 7 June 2021, 12:00 AM
Due: Monday, 14 June 2021, 12:00 AM
View Make a submission

Suppose you have given two endpoints (-2,-7) and (3,3). Draw the line using the DDA algorithm.

N.B: You have to solve the problem in a reversed way, i.e goes from top point to bottom point.