Declared in SolarSystem
Declaration
Vector3[] GetPropagatedGeodetics(
Vector3 initialPosition,
Vector3 initialVelocity,
string planet,
double time,
double delta
);
Description
Returns an Vector3 array with the propagated geodetics.
Parameters
Name | Description |
---|---|
initialPosition | The initial position in meters |
initialVelocity | The initial velocity in meters per second |
planet | The name of the planet. |
time | The current time in seconds. |
delta | The delta time in seconds. |