Computer Science Canada drawcircle |
Author: | bored_hacker [ Sun May 29, 2005 2:04 pm ] | ||
Post subject: | drawcircle | ||
i got bored so i made this proc to draw a circle. its practically worthless except for the way you see it drawn, some people would think its cool.
|
Author: | Cervantes [ Sun May 29, 2005 3:10 pm ] | ||
Post subject: | |||
drawfillcircle
Would be a lot faster with more math and using lines, mind you. Or even using math and pixels, but once you've figured out how far the pixels must go (given a certain row and radius, using some math) you could just draw a line of pixels. That would be a lot faster, I'd imagine. Someone else can give that a try. |