XOR
The union-exclusive operation computes the regions where only one of the two objects exits, i.e., the XOR logical operation. The order of the selected objects does not modifies the result.
| Object A | Object B | XOR |
|---|---|---|
| 0 | 1 | 1 |
| 1 | 0 | 1 |
| 1 | 1 | 0 |

The union-exclusive operation computes the regions where only one of the two objects exits, i.e., the XOR logical operation. The order of the selected objects does not modifies the result.
| Object A | Object B | XOR |
|---|---|---|
| 0 | 1 | 1 |
| 1 | 0 | 1 |
| 1 | 1 | 0 |
