Added ejection angle display

- Added velocity vector calculation in `Orbit` class
- Added item for ejection maneuver to display ejection angle
This commit is contained in:
Krafpy
2022-10-08 14:35:32 +02:00
parent 30157380d2
commit b95a4da37d
9 changed files with 125 additions and 7 deletions

View File

@@ -382,6 +382,7 @@ input[type="range"]
#result-sub-panels
{
height: 127px;
display: flex;
flex-direction: row;
}