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 72 of file NBAlgorithms.h.
SUMOReal NBTurningDirectionsComputer::Combination::angle |
Definition at line 75 of file NBAlgorithms.h.
Referenced by NBTurningDirectionsComputer::computeTurnDirectionsForNode(), and NBTurningDirectionsComputer::combination_by_angle_sorter::operator()().
NBEdge* NBTurningDirectionsComputer::Combination::from |
Definition at line 73 of file NBAlgorithms.h.
Referenced by NBTurningDirectionsComputer::computeTurnDirectionsForNode(), and NBTurningDirectionsComputer::combination_by_angle_sorter::operator()().
NBEdge* NBTurningDirectionsComputer::Combination::to |
Definition at line 74 of file NBAlgorithms.h.
Referenced by NBTurningDirectionsComputer::computeTurnDirectionsForNode(), and NBTurningDirectionsComputer::combination_by_angle_sorter::operator()().