Each algorithm produces the same visible result using different approaches. A 2D graphical interface is created where several lines are drawn. Some of these lines extend beyond the clipping window.
This is a C++ project that uses Windows API and OpenGL to create a graphical user interface (GUI) for drawing and manipulating 2D shapes. The project implements various algorithms for line, circle, ...