Function predict_orbit

Source
pub fn predict_orbit(
    elements: &Elements,
    constants: &Constants,
    unix_time: f64,
) -> Result<PredictPosition, OrbitPredictionError>
Expand description

This is the stuff we need to do repetitively while tracking This is the old Calc() function

ยงErrors

Can return OrbitPredictionError