UNPKG

frame.akima

Version:

A package for Akima interpolation

6 lines (5 loc) 361 B
export { Akima, calcSplineKoef_Akima, getSplineWert, createAkimaRadii, preparePointsForAkima, } from './Akima'; export { createCatmullRomSpline, createPolarCatmullRom } from './CatmullRom'; export { createAkimaSplineInterpolator } from './tom/Tom'; export { createEquidistantPoints, createRT1, round } from './utils'; export { AkimaPoint } from './AkimaPoint';