Topic awaiting preservation: Orbital Motion Algorithm |
|
---|---|
Author | Thread |
Maniac (V) Mad Scientist From: Rochester, New York, USA |
posted 01-20-2004 20:02
I am working on getting some basic information down for a project I am working on which will involve modeling the solar system (in a very basic way). The hard part I am coming up against is that I can not find a simple algorithm to present me with <x,y,z> coordinates for the position of the center of a sphere rotation around a fixed point in my case <0,0,0>. |
Bipolar (III) Inmate From: the uterus |
posted 01-20-2004 20:39
quote:
|
Maniac (V) Mad Scientist From: Rochester, New York, USA |
posted 01-20-2004 21:06
No, I actually didn't know it even existed. |
Paranoid (IV) Inmate From: A graveyard of dreams |
posted 01-20-2004 21:31
The usage of phi is a little bit different. 0 phi points straight up along the z-axis. That is why a phi of 0 gives you x=0, y=0. So to have the planet rotate in the xy-plane you've got to use phi=90 degrees. So sin(90)=1, cos(90)=0 and that gives you the following formulas: |
Maniac (V) Mad Scientist From: Rochester, New York, USA |
posted 01-20-2004 21:40
Excellent, thanks a lot! |
Nervous Wreck (II) Inmate From: |
posted 01-29-2004 13:27
|