Example #1
0
 public int SetGetTime(Spline s, int i)
 {
     return((int)(computeFallTime(startElevation - s.getPoint(i + 1).Z, false) * 1000.0f));
 }
Example #2
0
 public int SetGetTime(Spline s, int i)
 {
     time += (int)(s.SegLength(i) * velocityInv);
     return(time);
 }