Options
All
  • Public
  • Public/Protected
  • All
Menu

Class GLTFCubicSplineInterpolant

Hierarchy

  • Interpolant
    • GLTFCubicSplineInterpolant

Index

Constructors

constructor

  • new GLTFCubicSplineInterpolant(parameterPositions: any, sampleValues: any, sampleSize: number, resultBuffer?: any): GLTFCubicSplineInterpolant
  • Parameters

    • parameterPositions: any
    • sampleValues: any
    • sampleSize: number
    • Optional resultBuffer: any

    Returns GLTFCubicSplineInterpolant

Properties

afterEnd_

afterEnd_: copySampleValue_ = GLTFCubicSplineInterpolant.prototype.copySampleValue_

beforeStart_

beforeStart_: copySampleValue_ = GLTFCubicSplineInterpolant.prototype.copySampleValue_

parameterPositions

parameterPositions: any

resultBuffer

resultBuffer: any

sampleValues

sampleValues: any

valueSize

valueSize: number

Methods

copySampleValue_

  • copySampleValue_(index: any): any
  • Parameters

    • index: any

    Returns any

evaluate

  • evaluate(time: number): any
  • Parameters

    • time: number

    Returns any

interpolate_

  • interpolate_(i1: any, t0: any, t: any, t1: any): any
  • Parameters

    • i1: any
    • t0: any
    • t: any
    • t1: any

    Returns any