Content deleted Content added
removed Category:Computer graphics algorithms; added Category:Anti-aliasing algorithms using HotCat |
No edit summary |
||
Line 62:
xend := round(x1)
yend := y1 + gradient * (xend - x1)
xgap :=
xpxl2 := xend //this will be used in the main loop
ypxl2 := ipart(yend)
|