pub fn boolean(
mesh_a: &ManifoldImpl,
mesh_b: &ManifoldImpl,
op: OpType,
) -> ManifoldImplExpand description
Perform a 3D boolean operation on two manifold meshes.
For overlapping meshes, uses the full Boolean3 intersection algorithm. For disjoint meshes, uses fast-path shortcuts.