Recent content by Ajes

  1. A

    Trying to calculate Orbit figures with C# and 3D space

    actually nope.. the most of the calculations in my code I have done with using equations from: http://www.braeunig.us/space/orbmech.htm - I use Unity3D to show me the graphics, in my test case I placed the sun at xyz 0,0,0 - and the Earth at around 147098291000 meters from it on X axis, so I had...
  2. A

    Trying to calculate Orbit figures with C# and 3D space

    Thank you for the quick reply :) - I am a noob at Orbital Mechanics and stuff like this, but I can learn quickly if a subject interests me :D I was hoping that a Quaternion was enough for the rotation of the primary, to calculate positions and degrees from. (even if I only know that a...
  3. A

    Trying to calculate Orbit figures with C# and 3D space

    Hello smart people! I am trying to make a simulation of an orbit with C#. I have come so far that I more or less only need a way to convert the apoapsis, periapsis and ascending node to 3D space vector3's. If it is possible, I want to avoid longitude and latitude? Anyone have any suggestions...
Back
Top