WayLayerGenerator.AddRoad

WayLayerGenerator.AddRoad method

Add road to the cell

public void AddRoad(Point startPoint, Point endPoint, double velocity)
ParameterTypeDescription
startPointPointthe start point.
endPointPointthe end point.
velocityDoublethe velocity.

See Also