Microscopic Traffic Simulator
|
Node on the lane which is not the start or end node. More...
Public Member Functions | |
InnerNode (Point location, double t) | |
Initialization of the inner node. More... | |
Additional Inherited Members | |
![]() | |
Point | Location [get] |
Location of node. More... | |
Node on the lane which is not the start or end node.
Definition at line 10 of file InnerNode.cs.
Microscopic_Traffic_Simulator___Model.GeometricObjects.Nodes.InnerNode.InnerNode | ( | Point | location, |
double | t | ||
) |
Initialization of the inner node.
location | Node location. |
t | Value in interval (0, 1) determining location on the lane. |
Definition at line 22 of file InnerNode.cs.