pub fn circle_coverage(dist: f32, radius: f32, aa: f32) -> f32
Filled-disc coverage at a point dist pixels from the centre. α = 1 inside radius − aa, ramps to 0 by radius + aa.
dist
α = 1
radius − aa
0
radius + aa