|
|
|
|
|
by FredBrach
5057 days ago
|
|
I think you have the last words because line drawing algorithms become irrelevant if you use a Floating Point Unit. just: { x++ and y+=slope }
or
{ y++ and x+= 1./slope } Then slopes are always rational in line drawing algorithms. |
|