Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save runningdemo/4bbe4168b47277920f4c to your computer and use it in GitHub Desktop.
Save runningdemo/4bbe4168b47277920f4c to your computer and use it in GitHub Desktop.
const double ALPHA = 0.05;
resultSpeed = ALPHA * currentSpeed + (1.0 - ALPHA) * resultSpeed;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment