pub type Intersection<SdfA, SdfB> = Operator<IntersectionOp<SdfB>, SdfA>;
Expand description

Compute the boolean intersection of two distance fields.

Implementations§