Changes
Page history
Mise à jour de Satellite
authored
Jun 11, 2024
by
Julien LEBLOND
Show whitespace changes
Inline
Side-by-side
Satellite.md
View page @
a778a20e
...
@@ -177,3 +177,7 @@ Satellite satellite = new Satellite(propagator, finalDate, header);
...
@@ -177,3 +177,7 @@ Satellite satellite = new Satellite(propagator, finalDate, header);
```
Java
```
Java
Satellite satellite = new Satellite(propagator, finalDate, header, model3DPath);
Satellite satellite = new Satellite(propagator, finalDate, header, model3DPath);
```
```
# Functions
displayOnlyOnePeriod() - void : Displays only one period of the satellite at a time during the simulation, for a clearer visual.
\ No newline at end of file