SUMO - Simulation of Urban MObility
|
Stores the information about the angle between an incoming ("from") and an outgoing ("to") edge. More...
Data Fields | |
SUMOReal | angle |
NBEdge * | from |
NBEdge * | to |
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.
SUMOReal NBTurningDirectionsComputer::Combination::angle |
Definition at line 78 of file NBAlgorithms.h.
Referenced by NBTurningDirectionsComputer::computeTurnDirectionsForNode(), and NBTurningDirectionsComputer::combination_by_angle_sorter::operator()().
NBEdge* NBTurningDirectionsComputer::Combination::from |
Definition at line 76 of file NBAlgorithms.h.
Referenced by NBTurningDirectionsComputer::computeTurnDirectionsForNode(), and NBTurningDirectionsComputer::combination_by_angle_sorter::operator()().
NBEdge* NBTurningDirectionsComputer::Combination::to |
Definition at line 77 of file NBAlgorithms.h.
Referenced by NBTurningDirectionsComputer::computeTurnDirectionsForNode(), and NBTurningDirectionsComputer::combination_by_angle_sorter::operator()().