1
23kviews
Specify mid-point circle algorithm. Using the same, plot the circle whose radius is 10 units.

Mumbai university > Comp > SEM 4 > Computer Graphics

Marks: 10M

Year: Dec 2014,Dec 2015 , May 2014

1 Answer
1
1.1kviews

Assuming that we have just plotted the pixels at $(X_i, Y_i)$

Which is next ? $(X_i+1, Y_i)$ OR $(X_i+1, Y_i – 1)$.

The one that is closer to the circle.

enter image description here

The decision parameter is the circle at the midpoint between the pixels Yi and Yi – 1.

$$p_i = f_{circle}(x_i …

Create a free account to keep reading this post.

and 5 others joined a min ago.

Please log in to add an answer.