smootherstep
v1.0.0
Published
Ken Perlin's improved version of the commonly used first-order smoothstep function.
Maintainers
Readme
smootherstep
Ken Perlin's improved version of the commonly used first-order smoothstep function.

Installation
npm install smootherstepUsage
import smootherstep from "smootherstep";
const i = smootherstep(a, b, t);API
smootherstep
smootherstep(a, b, v) ⇒ number ⏏
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 |
License
MIT. See license file.
