pub fn sdf_erode(grid: &SdfGrid, offset: f64) -> SdfGrid
SDF erosion: offset the surface inward by offset units.
offset
Equivalent to sdf_dilate(grid, -offset).
sdf_dilate(grid, -offset)