vizabi-interpolators
v2.0.0
Published
Interpolator functions shared between vizabi and waffle server
Downloads
9
Readme
vizabi-interpolators
Interpolation algorithms shared between vizabi and waffle-server
API:
All interpolators accept the same inputs: x1, x2, y1, y2 - boundary points, x - point of interpolationinterpolator.<linear|exp|stepBefore|stepAfter|stepMiddle>(x1, x2, y1, y2, x)
and return the interpolated value y.