12

I remember having spotted a link to a huge page with different equations to non linear interpolation curves, for example if you want to stop a car smoothly, etc.

Those can sometime be useful to emulate some real-world acceleration/velocity behaviors without the help of a physics engine, which can really simplify the code.

Any idea where this page is ? I can't manage to give google the right keywords...

EDIT: I just searched on my previous laptop bookmarks, and I found it: http://sol.gfxile.net/interpolation/

jokoon
  • 5,243
  • 8
  • 38
  • 59
  • and sorry if the question gets closed, but I'll put the link in the wiki, that's like the #1 thing I think is important to progammers when thinking about maths. – jokoon Apr 18 '11 at 15:53
  • Since that link is actually an answer to your question, you should post it as an answer to your own question. – doppelgreener Apr 19 '11 at 06:59

4 Answers4

10

If you had searched for "easing formulas" it would've been the first result.

http://www.gizma.com/easing/

Tetrad
  • 30,124
  • 12
  • 94
  • 143
3

I found it mate. http://sol.gfxile.net/interpolation/

jokoon
  • 5,243
  • 8
  • 38
  • 59
2

This might be the one: http://hosted.zeh.com.br/tweener/docs/en-us/misc/transitions.html

dotminic
  • 1,627
  • 2
  • 17
  • 26
1

There is a realtime WYSIWYG interpolation editor: http://inloop.github.io/interpolator/

Yuraj
  • 111
  • 2