Type Definition rust_gpu_sdf::operators::intersection::Intersection
source · pub type Intersection<SdfA, SdfB> = Operator<IntersectionOp<SdfB>, SdfA>;
Expand description
Compute the boolean intersection of two distance fields.