@shumoku/core · 0.4.0 · function
findContainerOverlaps
Find pairs of container boxes that overlap where NEITHER is an ancestor of the other (nesting is legal containment, not interference).
findContainerOverlaps(boxes: readonly BoxBounds[]): ContainerOverlap[] Parameters
| Parameter | Type | Description | Default |
|---|---|---|---|
boxes | readonly BoxBounds[] | No additional description. | — |
Returns
ContainerOverlap[]