Home | History | Annotate | Download | only in common

Lines Matching refs:t_inf

678                 final float t_inf = SPLINE_TIME[index];
680 final float timeCoef = t_inf + (x - x_inf) / (x_sup - x_inf) * (t_sup - t_inf);
923 final float t_inf = (float) index / NB_SAMPLES;
927 velocityCoef = (d_sup - d_inf) / (t_sup - t_inf);
928 distanceCoef = d_inf + (t - t_inf) * velocityCoef;