smoothstep

v1.0.1
bare-bones smoothstep interpolation function
cubic hermite smooth smoothstep glsl interpolation interp lerp mix and 2 more...

browser support

smoothstep

frozen

Bare-bones smoothstep function (cubic Hermite interpolation), returning a value in the range 0.0 to 1.0.

Use:

var smoothstep = require('smoothstep')

var res = smoothstep(a, b, t);

Usage

NPM

smoothstep(min, max, t)

Performs smoothstep from min to max using the given value, by clamping and then using cubic Hermite interpolation.

License

BSD, see LICENSE.md for details.

npm i smoothstep

Metadata

  • BSD
  • Whatever
  • GaĆ«tan Renaudeau
  • released 8/30/2014

Downloads

Maintainers