Intersection

The intersection operation computes the mutual regions of two different objects, i.e., the AND logical operation. The order of the selected objects does not modifies the result.

Object A Object B AND
0 1 0
1 0 0
1 1 1