コード例 #1
0
ファイル: Street.cs プロジェクト: asdasd07/Traffic
 /// <summary>
 /// The method is responsible for calculating the connected junction
 /// </summary>
 public void RecalcJunction()
 {
     from.Calculate();
     to.Calculate();
 }