fn resolve_std_dev(
std_dx: f32,
std_dy: f32,
ts: Transform,
) -> Option<(f64, f64, bool)>Expand description
Calculates Gaussian blur sigmas for the current world transform.
If the last flag is set, then a box blur should be used. Or IIR otherwise.