So I'm taking a computer graphics course in openGL right now, and for the first lab we are to among other things implement three line drawing routines. First off a normal DDA algorithm, that's easy..
Bresenham's algorithm (Drawing algorithm) Bresenham's algorithm Is an algorithm developed by IBM's Jack Elton Bresenham in 1962 that is used to draw straight lines on a computer screen and can also ...