Go to the source code of this file.
|
| const CSGRegion | CSG::operator+ (const CSGSurface &surf) |
| | Operation overloads for operation based region construction. More...
|
| |
| const CSGRegion | CSG::operator- (const CSGSurface &surf) |
| | Overload for creating a region from the negative half-space (-) of a surface. More...
|
| |
| const CSGRegion | CSG::operator & (const CSGRegion ®ion_a, const CSGRegion ®ion_b) |
| | Overload for creating a region from the the intersection (&) of two regions. More...
|
| |
| const CSGRegion | CSG::operator| (const CSGRegion ®ion_a, const CSGRegion ®ion_b) |
| | Overload for creating a region from the union (|) of two regions. More...
|
| |
| const CSGRegion | CSG::operator~ (const CSGRegion ®ion) |
| | Overload for creating a region from the complement (~) of another region. More...
|
| |