Skip to main content

Module types

Module types 

Source
Expand description

Auto-generated module

🤖 Generated with SplitRS

Structs§

BspNode
A node in a Binary Space Partitioning tree.
BspPlane
A BSP plane: normal·x = offset.
CsgMaterial
Material properties attached to a mesh for CSG operations.
CsgWithMaterials
Performs CSG boolean operations while tracking which material each resulting triangle comes from.
HalfEdge
A half-edge in a triangle mesh.
HalfEdgeMesh
A half-edge mesh structure for efficient topological queries.
ManifoldBoolean
Boolean operations specialised for (and validated against) manifold meshes.
ManifoldCheckResult
A manifold check result.
MeshBoolean
Performs boolean operations between two closed triangle meshes.
RobustMeshBoolean
Performs boolean operations with configurable epsilon tolerance for near-coincident geometry.

Enums§

BooleanOp
The type of boolean operation to perform between two meshes.
PlaneClass
Classification of a point relative to a BSP plane.