Declared in Spacecraft

Declaration

void UpdateEquationsOfMotion(
    double time,
    double step
);

Description

Updates all of the State Equations with their correct derivatives

Parameters

NameDescription
timeThe current time [s]
stepThe current delta time [s]