Instead of using DDA Algorithm, is there any way to draw the line using Brsenham's Algorithm when the starting point is greater than the ending point?
In reply to Mazharul Islam Bhuiyan(171-15-1425)
Re: Query related to DDA Algorithm :
Yes.
you can draw the line using Bresenham's algorithm also in this case.