@shumoku/core · 0.4.0 · function
collectObstacles
Collect all obstacles as centre-based rects, excluding entities related to `excludeId`. Both nodes and subgraphs are treated as rectangles.
collectObstacles(excludeId: string, excludeParent: string | undefined, nodes: Map<string, Node>, subgraphs?: Map<string, Subgraph>): { h: number; w: number; x: number; y: number }[] Parameters
| Parameter | Type | Description | Default |
|---|---|---|---|
excludeId | string | No additional description. | — |
excludeParent | string | undefined | No additional description. | — |
nodes | Map<string, Node> | No additional description. | — |
subgraphs | Map<string, Subgraph> | No additional description. | — |
Returns
{ h: number; w: number; x: number; y: number }[]