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

NameDescription
initialPositionThe initial position in meters
initialVelocityThe initial velocity in meters per second
planetThe name of the planet.
timeThe current time in seconds.
deltaThe delta time in seconds.