interpolation
Wraps two common interpolation functions: lerp (linear interpolation) and smoothstep (Hermite interpolation).
npm install interpolation
Use:
var lerp = lerp;var smoothstep = smoothstep; var res = ;var res2 = ;
License
MIT.
Wraps two common interpolation functions: lerp (linear interpolation) and smoothstep (Hermite interpolation).
npm install interpolation
Use:
var lerp = lerp;var smoothstep = smoothstep; var res = ;var res2 = ;
MIT.
npm i interpolation
94
1.0.0
MIT