![]() |
Eclipse SUMO - Simulation of Urban MObility
|
connection geometry More...
Public Member Functions | |
| ConnectionGeometry (GNELane *lane) | |
| parameter constructor More... | |
| const GNELane * | getLane () const |
| get lane More... | |
| const Position & | getPosition () const |
| get position More... | |
| double | getRotation () const |
| get rotation More... | |
Private Member Functions | |
| ConnectionGeometry () | |
| default constructor More... | |
Private Attributes | |
| GNELane * | myLane |
| lane More... | |
| Position | myPosition |
| position More... | |
| double | myRotation |
| rotation More... | |
connection geometry
Definition at line 450 of file GNEGeometry.h.
| GNEGeometry::HierarchicalConnections::ConnectionGeometry::ConnectionGeometry | ( | GNELane * | lane | ) |
parameter constructor
Definition at line 856 of file GNEGeometry.cpp.
References GNELane::getLaneShape(), PositionVector::length(), myPosition, myRotation, PositionVector::positionAtOffset(), and PositionVector::rotationDegreeAtOffset().
|
private |
default constructor
Definition at line 888 of file GNEGeometry.cpp.
| const GNELane * GNEGeometry::HierarchicalConnections::ConnectionGeometry::getLane | ( | ) | const |
get lane
Definition at line 871 of file GNEGeometry.cpp.
| const Position & GNEGeometry::HierarchicalConnections::ConnectionGeometry::getPosition | ( | ) | const |
get position
Definition at line 877 of file GNEGeometry.cpp.
| double GNEGeometry::HierarchicalConnections::ConnectionGeometry::getRotation | ( | ) | const |
get rotation
Definition at line 883 of file GNEGeometry.cpp.
|
private |
lane
Definition at line 467 of file GNEGeometry.h.
|
private |
|
private |