Calculate the pixel location appproximately the 2nd octant. Of a circle having centre at(30-40)and radius 8 units using midpoint circle algorithm
Answers
Answered by
24
Answer:
Circle has the property of being exceptionally symmetrical which is required with regards to drawing them on the PC screen of pixels.
Bresenham's circle calculation figures the areas of the pixels in the initial 45 degrees and remaining pixels on the outskirts of a circle which is focused at inception are registered by utilizing 8-way symmetry property of the circle.
Explanation:
Similar questions