Searched refs:coeff_x (Results 1 – 1 of 1) sorted by relevance
255 float coeff_x = velocity == 0 ? 1.0f : velocity_x / velocity; in Fling() local266 final_x_ = start_x + total_distance * coeff_x; in Fling()