pub fn intersection_sdf(a: &SdfGrid, b: &SdfGrid) -> SdfGrid
Compute the intersection of two SDFs: max(a, b) pointwise.
max(a, b)