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