Skip to content

splines overview


Table of contents


utils

cubicSplineInterpolation

Signature

export declare const cubicSplineInterpolation: (
  x: number,
  x0: number,
  x1: number,
  y0: number,
  y1: number,
  m0: number,
  m1: number
) => number