We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8d251b commit 00ff110Copy full SHA for 00ff110
src/ruis/widget/base/touch/flickable.cpp
@@ -310,7 +310,7 @@ ruis::vec2 flickable::calculate_touch_velocity_for_at_least_3_points_using_ols_m
310
//
311
// The touch velocity is effectively v = dy/dt = 2*a*t + b
312
313
- // If we bias t foe each point to the last point, i.e. last point will be at t=0 and previous
+ // If we bias t for each point to the last point timestamp, i.e. last point will be at t=0 and previous
314
// points will be at some negative times, then v(0) = b.
315
// Effecively the touch velocity is the b coefficient.
316
0 commit comments