Defining orbit and orbit description
Posted: 10.07.2003, 16:02
I need to define a object's orbit.
So far I defined orbit with these variable:
FPitch : Single;
FRoll : Single;
FRotationSpeed : Single;
FDistance : Single; Distance from Sun
FTarget : TPlanet;
FParent : TSun;
But this doesn't allow to describe elliptical orbits.
How is it done in Celestia ? Witch kinds of orbits
does Celestia handle ?
Regards, Desmond
So far I defined orbit with these variable:
FPitch : Single;
FRoll : Single;
FRotationSpeed : Single;
FDistance : Single; Distance from Sun
FTarget : TPlanet;
FParent : TSun;
But this doesn't allow to describe elliptical orbits.
How is it done in Celestia ? Witch kinds of orbits
does Celestia handle ?
Regards, Desmond