Skip to main content

Module robust

Module robust 

Source

Modules§

arrangement
assemble
cdt
cells
cells_extract
exact
intersection_graph
pairing
ray_shoot
repair
soup
tri_tri

Functions§

boolean
Robust boolean of two impls (manifold or soup). Same observable contract as boolean3::boolean_with_token: intersect exactly, arrange + retriangulate, build the arrangement’s cell complex, propagate winding numbers, and keep the walls the operation’s predicate separates.
boolean_with_progress
boolean with optional progress reporting (see crate::progress). None is exactly boolean — the fast paths below are not instrumented at all, since they return before any measurable work happens.
boolean_with_rule
boolean_with_progress with an explicit winding rule.