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