Microscopic Traffic Simulator
|
Represents single bezier lane. More...
Public Member Functions | |
BezierLane (Point startLocation, Point firstControlLocation, Point secondControlLocation, Point endLocation) | |
Constructor for bezier lane. More... | |
![]() | |
void | AddInnerNode (InnerNode innerNodeToAdd) |
Adds new inner node. More... | |
Properties | |
Point | FirstControlLocation [get, set] |
First control location of point. More... | |
Point | SecondControlLocation [get, set] |
Second control location of point. More... | |
![]() | |
StartNode | StartNode [get] |
Node on the input end of lane. More... | |
Node | EndNode [get] |
Node on the output end of lane. More... | |
ReadOnlyCollection< InnerNode > | InnerNodes [get] |
Inner nodes on the lane. More... | |
Additional Inherited Members | |
![]() | |
Lane (Point startPoint, Point endPoint) | |
Lane constructor. More... | |
![]() | |
StartNode | startNode |
Node on the input end of lane. More... | |
Node | endNode |
Node on the output end of lane. More... | |
Represents single bezier lane.
Definition at line 11 of file BezierLane.cs.
Microscopic_Traffic_Simulator___Model.GeometricObjects.Lanes.BezierLane.BezierLane | ( | Point | startLocation, |
Point | firstControlLocation, | ||
Point | secondControlLocation, | ||
Point | endLocation | ||
) |
Constructor for bezier lane.
startLocation | Start location of lane. |
firstControlLocation | First control location of lane. |
secondControlLocation | Second control location of lane. |
endLocation | End location of lane. |
Definition at line 82 of file BezierLane.cs.
|
getset |
First control location of point.
Definition at line 57 of file BezierLane.cs.
|
getset |
Second control location of point.
Definition at line 70 of file BezierLane.cs.