/Interpolation-Playground-

Swift playground demonstrating lerp, smooth step, Catcall-Rom and others!

Primary LanguageSwift

Interpolation-Playground

Swift playground demonstrating lerp, smooth step, Catmull-Rom and others!

screenshot.png

List of interpolations

  • Linear Interpolation
  • Smooth Step
  • Smoother Step
  • Smoothest Step
  • Squared
  • Inverse Squared
  • Cubed
  • Sin
  • Catmull-Rom
  • Elastic In
  • Elastic Out
  • Wobble
  • Gaussian

Feel free to raise a PR to add your own!