A nice square gets me 77%. Good enough for me.
Perfect Circle
41–50 of 155 posts
Re: Perfect Circle
#42Re: Perfect Circle
#43One of my maths teachers was able to draw up to something like a three foot circle on the blackboard that looked very, very close to ideal every time. He would always use two arcs to do it and it was uncanny. He would whip out a metre/yard rule to do straight lines because they are much harder to do. Your limbs etc are all a collection of ball and socket/downright weirdly jointed/hinges with benefits/more weirdness.…
My middle school maths teacher (awesome guy, also had a mustache - mid 90s) taught us how to draw (large) circles on blackboards easily: Start from the bottom and go counter-clockwise full circle having your arm fully extended. After the first couple of tries, when you build up confidence through the results, the circles get very good. The trick is not moving slowly, but doing it in one go. The 3'/two ark circles he…
Then we use a "mouse"!
Re: Perfect Circle
#44By cheating with a Python script to move the mouse, I managed to get 99.9%. Seems difficult to get higher than that, perhaps due to the mouse position having integer coordinates.
I literray came here to see who is going to proclaim automation first (and in what way) :) Unsurprinsingly, it was the first comment. 100% perfect circle is a pure math thing and can't be achieved with drawing in any way.
Sure, but good luck pulling of a perfect octagon either, given the limitations of pen and paper.
And there's a perfectly good approximation that'll very quickly produce a theoretical heptagon with error margins less than the thickness of a pencil.
1/7 ~= 1/8 + 1/64 + 1/512 + 1/4096
(1/n = sum(1...infinity) of 1/((n + 1) ^ i)
(A perfect heptagon requires infinitely many steps.)
Re: Perfect Circle
#45Re: Perfect Circle
#46Earlier quoted context omitted.
I was wondering why some circles seemed great but got low scores. To test your tip, I just made a square and got 92%
My anticlockwise circles score more than my clockwise ones. Is there some theory behind that ?
What happens if you repeat the experiment with your left hand?
Re: Perfect Circle
#47Earlier quoted context omitted.
I literray came here to see who is going to proclaim automation first (and in what way) :) Unsurprinsingly, it was the first comment. 100% perfect circle is a pure math thing and can't be achieved with drawing in any way.
In a similar vein, people claim it's impossible to draw a heptagon with a straight edge and ruler. Sure, but good luck pulling of a perfect octagon either, given the limitations of pen and paper. And there's a perfectly good approximation that'll very quickly produce a theoretical heptagon with error margins less than the thickness of a pencil. 1/7 ~= 1/8 + 1/64 + 1/512 + 1/4096 (1/n = sum(1...infinity) of 1/((n + 1)…
Re: Perfect Circle
#48(Now my hand hurts...)
Re: Perfect Circle
#49As a tip: what it's really checking is for a circle centered on the dot in the middle with the radius equal to your initial click's distance from the center. You could make a mid sized perfect circle which is slightly off the center of the dot and lose to a square that fills the play area.