eerp
v1.0.2
Published
Logarithmic/exponential interpolation.
Downloads
42
Maintainers
Readme
eerp
Logarithmic/exponential interpolation.
Based on Freya Holmér naming and Scott Lembcke' Logarithmic Interpolation.
Installation
npm install eerp
Usage
import eerp from "eerp";
const i = eerp(a, b, t);
API
eerp
eerp(a, b, t) ⇒ number ⏏
Logarithmic/exponential interpolation
Kind: Exported function
| Param | Type | Description | | ----- | ------------------- | ----------- | | a | number | Start | | b | number | End | | t | number | Interpolant |
License
MIT. See license file.