Union
The union operation computes the total regions where at least one of the two
candidate objects exits, i.e., the OR logical operation. The order of the selected
objects does not modifies the result.
Object A | Object B | OR |
---|---|---|
0 | 1 | 1 |
1 | 0 | 1 |
1 | 1 | 1 |