windage_adjustment_display

Function windage_adjustment_display 

Source
pub fn windage_adjustment_display(
    drift_yd: f64,
    range_yd: f64,
    windage_unit: AdjustmentUnit,
    windage_click: Option<ClickValue>,
    windage_bias_mil: f64,
    windage_cf: f64,
) -> AdjustmentDisplay
Expand description

Windage-axis adjustment display (Tier 2 review C1 fix): only pass the click graduation through to adjustment_display when the windage axis itself is Clicks; otherwise this collapses to the angular path. All windage columns (range-table, wind-card, compare, the PDF dope card’s wind_adj/lead_adj, and the bridge card service) go through this one function so the guard cannot be dropped again.