Searched refs:d_inf (Results 1 – 3 of 3) sorted by relevance
273 final float d_inf = SPLINE[index]; in computeScrollOffset() local275 final float distanceCoef = d_inf + (t - t_inf) / (t_sup - t_inf) * (d_sup - d_inf); in computeScrollOffset()
922 final float d_inf = SPLINE_POSITION[index]; in update() local924 velocityCoef = (d_sup - d_inf) / (t_sup - t_inf); in update()925 distanceCoef = d_inf + (t - t_inf) * velocityCoef; in update()
823 final float d_inf = SPLINE_POSITION[index]; in update() local825 velocityCoef = (d_sup - d_inf) / (t_sup - t_inf); in update()826 distanceCoef = d_inf + (t - t_inf) * velocityCoef; in update()