split
Splits two regions into parts based on their intersections and unions.
Return
A SplitResult containing the resulting regions a and b after the split, along with the set of intersection points (splits).
Parameters
a
The first region to be split.
b
The second region to be split.