WindSegment

Type Alias WindSegment 

Source
pub type WindSegment = (f64, f64, f64);
Expand description

Wind segment: (speed_kmh, angle_deg, until_distance_m) This matches the Python WindSock interface