pub fn quantize_angle(angle: f64, click: &ClickValue) -> QuantizedExpand description
Quantize an angular value (in click.base units) onto a click detent.
Rounding is nearest, ties away from zero — identical to clicks_for, which delegates here.
pub fn quantize_angle(angle: f64, click: &ClickValue) -> QuantizedQuantize an angular value (in click.base units) onto a click detent.
Rounding is nearest, ties away from zero — identical to clicks_for, which delegates here.