Skip to main content

Module csg

Module csg 

Source
Expand description

Constructive Solid Geometry — union, intersection, difference of mathematical volumes.

Structs§

CsgTree
A complete CSG tree that can be evaluated as a scalar field.

Enums§

CsgNode
A node in a CSG tree — either a leaf (scalar field) or a binary operation.
CsgOp
CSG operation type.