Skip to content

Documentation / base / InterpolationMode

Type Alias: InterpolationMode

InterpolationMode = "step" | "linear" | "cubicspline" | "cubicspline-natural"

Defined in: libs/base/src/math/interpolator.ts:8

The interpolation mode

Released under the MIT License.