1
0
mirror of https://github.com/christiaangoossens/Planetary-Orbit-Simulator synced 2024-11-21 18:54:09 +00:00
Commit Graph

20 Commits

Author SHA1 Message Date
23572dbd48 Removed all files from .gitignore & did testing with final objects 2016-11-11 15:53:26 +01:00
Christiaan Goossens
89d1159710 Added some processing 2016-11-11 14:28:23 +01:00
f9c758de99 Fixed all bugs, prepare for formatting. 2016-11-08 20:42:46 +01:00
c843051338 Fixed bugs with the node calculations
There's a small bug with there possibly being two minima or maxima in one round. The simulator can't handle that currently.
2016-11-04 19:07:47 +01:00
13044b2a25 Changed the nodes algoritms and fixed the argument of periapsis calculation 2016-11-01 19:07:36 +01:00
50dba493ff October 2016 Revision 2016-11-01 15:51:06 +01:00
8926fbae33 Add aphelion & perihelion calculations 2016-09-15 16:32:14 +02:00
29c14837eb Cleanup and comments 2016-09-15 14:10:06 +02:00
1d99586994 Improvements to the data writer 2016-09-15 14:01:03 +02:00
e276abd3e4 Fix 2016-09-15 13:37:21 +02:00
8cad200525 Finished writing the leap frog system for calculating orbits 2016-09-15 13:08:27 +02:00
0428c6c7a8 Update workspace 2016-09-15 09:15:10 +02:00
Christiaan Goossens
5adf08abe0 Leap frog integration 2016-09-15 09:11:59 +02:00
44b6f8c40d Added license in code + main commenting 2016-07-07 08:44:08 +02:00
215455f768 Moved from Vector3f to Vector3d for precision + total calculations 2016-07-07 08:39:29 +02:00
21b1b02854 Created Matrix Logic 2016-07-06 20:33:02 +02:00
0deca8ffbe First tests with java maths 2016-07-05 14:49:37 +02:00
9c56112d05 Setting up the workspace for the simulator 2016-07-05 09:16:13 +02:00
cfcf6b4546 Update LICENSE.md 2016-07-05 06:27:34 +00:00
45201d179b Initial commit
Added LICENSE.md and README.md
2016-07-05 08:26:47 +02:00