mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-12-21 13:21:45 +03:00
1 line
871 B
JavaScript
1 line
871 B
JavaScript
initSidebarItems({"enum":[["TurnPriority",""],["TurnType",""]],"fn":[["movement_geom",""]],"struct":[["CompressedMovementID","This is cheaper to store than a MovementID. It simply indexes into the list of movements."],["Movement","A Movement groups all turns from one road to another, letting traffic signals operate at a higher level of abstraction. This is only useful for traffic signals currently."],["MovementID","One road usually has 4 crosswalks, each a singleton Movement. We need all of the information here to keep each crosswalk separate."],["Turn","A Turn leads from the end of one Lane to the start of another. (Except for pedestrians; sidewalks are bidirectional.)"],["TurnID","Turns are uniquely identified by their (src, dst) lanes and their parent intersection. Intersection is needed to distinguish crosswalks that exist at two ends of a sidewalk."]]}); |