Structs§
- Wind
Sock - Wind condition handler for trajectory calculations
Functions§
- parse_
wind_ segment_ str - Parse a
"SPEED:ANGLE:UNTIL_DISTANCE"string into aWindSegment(speed_kmh, angle_deg, until_distance_m).
Type Aliases§
- Wind
Segment - Wind segment: (speed_kmh, angle_deg, until_distance_m) This matches the Python WindSock interface