Skip to content

Instantly share code, notes, and snippets.

@igalata
Last active May 22, 2017 19:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save igalata/59fe960c6b3bef87c0c13f96718190b9 to your computer and use it in GitHub Desktop.
Save igalata/59fe960c6b3bef87c0c13f96718190b9 to your computer and use it in GitHub Desktop.
class SinInterpolator: Interpolator {
override fun getInterpolation(input: Float) = Math.sin(input.toDouble()).toFloat()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment