This document is archived and information here might be outdated. Recommended version. |
Calculate the across road connection at this point.
[Visual Basic .NET]
Public Sub CalcRoadLines ( _
ByVal startBrg As Double, _
ByVal endBrg As Double, _
ByVal roadWidth As Double _
)
[C#]
public void CalcRoadLines (
double startBrg,
double endBrg,
double roadWidth
);