Ken Perlin's improved version of the commonly used first-order smoothstep function.
npm install smootherstep








Ken Perlin's improved version of the commonly used first-order smoothstep function.





``bash`
npm install smootherstep
`js
import smootherstep from "smootherstep";
const i = smootherstep(a, b, t);
``
Ken Perlin's improved version of the commonly used first-order smoothstep function.
Kind: Exported function
See: Wikipedia – Smoothstep
| Param | Type |
| ----- | ------------------- |
| a | number |
| b | number |
| v | number |
MIT. See license file.