Function.Add Route
sprotty / addRoute
addRoute(
routeId
,route
,queue
):void
Defined in: packages/sprotty/src/features/edge-intersection/sweepline.ts:45
Add the specified route
to the event queue
from left to right.
string
id of the route.
the route as array of points.
TinyQueue
<SweepEvent
>
the queue to add the route to.
void