Xiaolin Wu's line algorithm: Difference between revisions

self bugfix of bugfix
(Bugfix)
(self bugfix of bugfix)
Line 2,762:
return px
 
xstart = draw_endpoint(p(*p1)) + 1
xend = draw_endpoint(p(*p2))
 
for x in range(xstart, xend):
Anonymous user