pub fn coverage_for_distance(distance: f32) -> f32
Antialiased coverage for a signed distance, matching the shader’s 1.0 - smoothstep(-0.5, 0.5, d).
1.0 - smoothstep(-0.5, 0.5, d)