Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ISpline

Implemented by

Index

Properties

interpolationPoints

interpolationPoints: number

the interpolationPoints being used for the Spline

isSpline

isSpline: boolean

it returns true for splines

xSplineValues

xSplineValues: SCRTDoubleVector

X spline values

ySplineValues

ySplineValues: SCRTDoubleVector

Y spline values

Methods

onSplineFailure

  • onSplineFailure(): void
  • Called if the spline cannot be calculated. By default it falls back to the original data

    Returns void

updateSplineValues

  • updateSplineValues(): void
  • Updates spline values

    Returns void

Generated using TypeDoc