Crate csgrs

Source

Structs§

CSG
The main CSG solid structure. Contains a list of polygons.
Node
A BSP tree node, containing polygons plus optional front/back subtrees
Plane
A plane in 3D space defined by a normal and a w-value
Polygon
A convex polygon, defined by a list of vertices and a plane
Vertex
A vertex of a polygon, holding position and normal.

Enums§

Axis