aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
simple line draw algorithm
to me it seems like it just ensures x1<=x2 and y1<=y2, then renders x,y for the line from x1y1 to x2y2, no idea about the D,A,B variables as my coding skills suck(probaly)
is this pseudocode? or my mental language database is too short
bresenham line drawing algorithm?