circle drawing algorithm

The circle equation is: x^2 + y^2 = R^2. Given R, draw 0,0-centered circle as best as possible without using any floating point calculation.

Comments

Popular posts from this blog