Type Definition rust_gpu_sdf::operators::union::Union

source ·
pub type Union<SdfA, SdfB> = Operator<UnionOp<SdfB>, SdfA>;
Expand description

Compute the boolean union of two distance fields.

Implementations§