UNPKG

@types/three

Version:
8 lines (5 loc) 288 B
import { Interpolant } from "../Interpolant.js"; export class QuaternionLinearInterpolant extends Interpolant { constructor(parameterPositions: any, samplesValues: any, sampleSize: number, resultBuffer?: any); interpolate_(i1: number, t0: number, t: number, t1: number): any; }