Name The Boolean Set Operators used in CSG
The Boolean Set Operators used are :
- union : A + B is the set of points that are in A or B.
- intersection : A . B is the set of points that belong to A and B.
- difference : A - B is the set of points that belong to A but not to B.