Assignment 04.
1. Implement the Bresenham's circle algorithm to generate points from 90o to 45o of a circle centred at the origin.
2. Use the circle's symmetric property to draw complete circles.
The file is available here (ScanConvertCircle.cpp)
1. Implement the Bresenham's circle algorithm to generate points from 90o to 45o of a circle centred at the origin.
2. Use the circle's symmetric property to draw complete circles.
The file is available here (ScanConvertCircle.cpp)
Comments
Post a Comment