/Implementation-of-Midpoint-ellipse-drawing-algorithm-in-OpenGL

Midpoint ellipse algorithm plots(finds) points of an ellipse on the first quadrant by dividing the quadrant into two regions. Each point(x, y) is then projected into other three quadrants (-x, y), (x, -y), (-x, -y) i.e. it uses 4-way symmetry.

Primary LanguageC++

Watchers