Go to the source code of this file.
Classes | |
| class | CSG::CSGRegion |
| CSGRegions creates an internal representation of a CSG region, which can refer to an intersection, union, complement, or half-space. More... | |
Namespaces | |
| namespace | CSG |
Functions | |
| const CSGRegion | CSG::operator+ (const CSGSurface &surf) |
| Operation overloads for operation based region construction. | |
| const CSGRegion | CSG::operator- (const CSGSurface &surf) |
| Overload for creating a region from the negative half-space (-) of a surface. | |
| const CSGRegion | CSG::operator& (const CSGRegion ®ion_a, const CSGRegion ®ion_b) |
| Overload for creating a region from the the intersection (&) of two regions. | |
| const CSGRegion | CSG::operator| (const CSGRegion ®ion_a, const CSGRegion ®ion_b) |
| Overload for creating a region from the union (|) of two regions. | |
| const CSGRegion | CSG::operator~ (const CSGRegion ®ion) |
| Overload for creating a region from the complement (~) of another region. | |