Hey! :) This is the Bresenham algorithm. But what is it used for? The Bresenham algorithm is used by your graphics card to draw lines on your screen. Of course, this one is enlarged for visual purposes. Move your mouse to see the line changing!
Scripts that this project used: -TEngine to draw filled triangles (by me) -Coordinate plane engine to draw a coordinate plane (also by me)