Content deleted Content added
No edit summary |
MrZ~enwiki (talk | contribs) m minor correction to pseudocode |
||
Line 46:
xend = round(x2)
yend = y2 + gradient * (xend - x2)
xgap =
xpxl2 = xend '' // this will be used in the main loop''
ypxl2 = ipart(yend)
|