pub type Subtraction<SdfA, SdfB> = Operator<SubtractionOp<SdfB>, SdfA>;
Expand description

Compute the boolean subtraction of two distance fields.

Implementations§