GLTFCubicSplineInterpolant constructor

GLTFCubicSplineInterpolant(
  1. List<num> parameterPositions,
  2. List<num> sampleValues,
  3. int sampleSize,
  4. List? resultBuffer,
)

Implementation

GLTFCubicSplineInterpolant(super.parameterPositions, super.sampleValues, super.sampleSize, super.resultBuffer);