pub fn boolean_result(
in_p: &ManifoldImpl,
in_q: &ManifoldImpl,
op: OpType,
bool3: &Boolean3,
) -> ManifoldImplExpand description
Assemble the output mesh from Boolean3 intersection data.
This is the Rust port of Boolean3::Result() from boolean_result.cpp.