Function should_hold

Source
fn should_hold(
    my_pilot_distance_to_next_pilot: f32,
    next_pilot_dist_to_docking_target: f32,
    next_pilot_to_docking_target_trend: &DistanceTrend,
) -> bool
Expand description

My airship should hold position if the next pilot is moving towards my docking target and is close to my docking target and my pilot is close to the next pilot.