SUMO - Simulation of Urban MObility
NBTurningDirectionsComputer::Combination Struct Reference

Stores the information about the angle between an incoming ("from") and an outgoing ("to") edge. More...

Collaboration diagram for NBTurningDirectionsComputer::Combination:
Collaboration graph

Data Fields

double angle
 
NBEdgefrom
 
NBEdgeto
 

Detailed Description

Stores the information about the angle between an incoming ("from") and an outgoing ("to") edge.

Note that the angle is increased by 360 if the edges connect the same two nodes in opposite direction.

Definition at line 75 of file NBAlgorithms.h.

Field Documentation

◆ angle

◆ from

NBEdge* NBTurningDirectionsComputer::Combination::from

◆ to


The documentation for this struct was generated from the following file: