if m >1 then what will be the bresenham line drawing algorithm?

Viewed 25

If was trying to draw a line using Bresenham Algorithm which should be drawn between the points (25,10)&(30,18) ..But using the regular method I couldn't complete it. All the available examples have m<1 value... So what could be the method for m>1 ?

0 Answers
Related