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 CalcAcrossRoadConnection ( _
ByVal point As Integer, _
ByVal brg As Double, _
ByVal roadWidth As Double, _
ByVal lastRoadWidth As Double, _
ByVal lastBearing As Double _
)
[C#]
public void CalcAcrossRoadConnection (
int point,
double brg,
double roadWidth,
double lastRoadWidth,
double lastBearing
);