pub type Union<SdfA, SdfB> = Operator<UnionOp<SdfB>, SdfA>;
Compute the boolean union of two distance fields.