Eclipse 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:
[legend]

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 68 of file NBAlgorithms.h.

Field Documentation

◆ angle

double NBTurningDirectionsComputer::Combination::angle

◆ from

NBEdge* NBTurningDirectionsComputer::Combination::from

◆ to


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