Circle generating algorithm in computer graphics
Answers
Answered by
2
Drawing a circle on the screen is a little complex than drawing a line. There are two popular algorithms for generating a circle − Bresenham’s Algorithm and Midpoint Circle Algorithm. These algorithms are based on the idea of determining the subsequent points required to draw the circle. Let us discuss the algorithms in detail −
The equation of circle is X2+Y2=r2, where r is radius.
Circle Generation
The equation of circle is X2+Y2=r2, where r is radius.
Circle Generation
Similar questions