Русские видео

Сейчас в тренде

Иностранные видео


Скачать с ютуб GDScript - 2D Orbits from State Vectors в хорошем качестве

GDScript - 2D Orbits from State Vectors 5 месяцев назад


Если кнопки скачивания не загрузились НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием, пожалуйста напишите в поддержку по адресу внизу страницы.
Спасибо за использование сервиса savevideohd.ru



GDScript - 2D Orbits from State Vectors

Here's a video showing the steps in Godot 4.2 GDScript to take an object's state vectors and try to calculate an elliptical orbit and orbital elements, in 2D space. This is hobby code so it likely has bugs and it definitely has precision issues. All of our projects will be on GitHub soon so please subscribe to get notified when the repositories are made public. The Keplerian orbital elements are: -Semi-Major Axis (a) -Eccentricity (e) -Inclination* (i) -Longitude of the Ascending Node* (Ω) - capital case Omega -Argument of Periapsis (ω) - lower case Omega -True Anomaly (ν) - Nu -Mean Anomaly (M) In 2D, we do not use the Inclination or the Longitude of the Ascending Node. Correction #0 - incorrect formula for semi-minor axis. It should be something like: semiMinorAxis = a * sqrt(1 - e * e)

Comments