You are not logged in.
r (radius) = any number
y (cosine) = any number between 0 and radius
tangent = √((r/y)²-1) or Math.sqrt(Math.pow(1/cos,2)-1) - I prefer computer speak
x (sine) = tangent x cosine
Say you want to make a circle with a radius of 100 on a computer. What you'd do is get every pixel on the y axis and find it's x value using the aforementioned algorithm, then draw a line to each point.
I made a function for html5 canvas that does this in quarter circles. It's optimized to not draw outside the screen boundary, though despite my efforts the built-in arc function is still more efficient. I suspect it takes some kind of shortcuts, though my method is certainly 'cleaner' as you can see with this comparison: http://www.perspectiveinfinity.com/images/arc-circle_root-circle_comparison.jpg
If your still interested here's the link where I talk about it in more detail: http://www.perspectiveinfinity.com/root_circle.html
And here's the actual function in case you wanted to use or analyze it: http://www.perspectiveinfinity.com/Scripts/rcf.js
Offline
Now Try to Calculate a Sphere inside another Sphere!?
And Show the Image with the Outside Sphere Transparent So that it's Possible to See the Inner Sphere!?
ARBGenius.
Infinity...Is Between The Start!... & ... The End!
Offline
Hi GiB;
The software he is using may not do 3D yet.
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
Who Said anything about 3D ?
You can Post an Image...That Looks like 3D But is in fact a Flat 2D Image!
ARBGenius.
Last edited by ARBGenius (2012-02-07 03:28:59)
Infinity...Is Between The Start!... & ... The End!
Offline
Hi GiB;
I think you did, when you said sphere. Take Geogebra for instance, just works in 2 dimensions.
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
You can Post a Sphere Image...That Looks like 3D But is in fact a Flat 2D Image!
ARBGenius.
Infinity...Is Between The Start!... & ... The End!
Offline
then that's not a sphere,but it's orthogonal projection on a 2D plane
Here lies the reader who will never open this book. He is forever dead.
Taking a new step, uttering a new word, is what people fear most. ― Fyodor Dostoyevsky, Crime and Punishment
The knowledge of some things as a function of age is a delta function.
Offline
And the Image Looks like a Sphere!
ARBGenius.
Infinity...Is Between The Start!... & ... The End!
Offline
Not unless you have software that can work with x,y,z coordinates.
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
Stuff the Software!...Use the Tools & Methods you have a Hand!
ARBGenius.
Infinity...Is Between The Start!... & ... The End!
Offline
Hi GeniusIsBack;
Okay, why don't you do it by hand and then post it.
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
I Gave the Challenge! Any Takers!?...
ARBGenius.
Infinity...Is Between The Start!... & ... The End!
Offline
Yes you! Only you would have the courage and the genius for such a task.
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
Thank you! Time Teaches... The Stubbornest!
ARBGenius.
Infinity...Is Between The Start!... & ... The End!
Offline
Respect Takes Time! The Sheep Find Their Way!...
ARBGenius.
Last edited by ARBGenius (2012-02-07 23:32:15)
Infinity...Is Between The Start!... & ... The End!
Offline
Hmmmm? So we are all sheep to the mighty GeniusIs Back?
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
For You to Join the Other Sheep takes Extra Time!
ARBGenius.
Infinity...Is Between The Start!... & ... The End!
Offline
No, I was thinking about that picture you posted, you know the filthy one after you lost that argument about Houdini...
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
Never Ever! Lost an Argument to You!!
ARBGenius.
Infinity...Is Between The Start!... & ... The End!
Offline
Then why did you post that picture and run away? It was just getting good...
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
You Remember Unimportant Things! SAD!!
ARBGenius.
Infinity...Is Between The Start!... & ... The End!
Offline
I remember that you have been barred at least13 times under different names and for posting a lewd picture at me. For anti semitic and gay comments. For rudeness to many members. For calling people idiots and bad language. For defacing the forum. For picking offensive usernames.
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
Aww too bad the thread went off-topic. Anyway I just stopped by to add that while people intuitively go from a circle to a sphere when thinking of 2D to 3D projections, this geometry is easier to project as a helix when going from 2D to 3D.
A sphere is a surface while a helix is still just a curve, so all that's required is to add a dimension and stretch the circle in the direction of the new dimension (in this case, z). This geometry matches that of a sine wave when viewed from a certain perspective: http://www.perspectiveinfinity.com/sinewave3d.html
Offline
Hi circlemaker;
My apology for what transpired in your thread. Normally I would clean it up but it had to be left for further review.
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline