jChicote / Asteroid_Visualizer

A simple Solar System visualizer making use of both the SBDB Query and Horizon's API for asteroid and planetary data. All visualized through Three.js
https://www.solarsystemvisualizer.com/
GNU General Public License v3.0
1 stars 0 forks source link

Implement calculations to determine the planet's orbital position #15

Open jChicote opened 1 year ago

jChicote commented 1 year ago

Description

With the data extracted from the API-Gateways, we have what we need to calculate the positions of the planet. Use simpler heliocentric calculations to pinpoint the position of a planet within the provided capture timestamp. Each of these calculations should provides a vector with values: x, y and z.

Acceptance Criteria

Implementation