UNPKG

@phaserjs/phaser

Version:
9 lines 704 B
import { BezierInterpolation } from './BezierInterpolation'; import { CatmullRomInterpolation } from './CatmullRomInterpolation'; import { CubicBezierInterpolation } from './CubicBezierInterpolation'; import { LinearInterpolation } from './LinearInterpolation'; import { QuadraticBezierInterpolation } from './QuadraticBezierInterpolation'; import { SmoothStepInterpolation } from './SmoothStepInterpolation'; import { SmootherStepInterpolation } from './SmootherStepInterpolation'; export { BezierInterpolation, CatmullRomInterpolation, CubicBezierInterpolation, LinearInterpolation, QuadraticBezierInterpolation, SmoothStepInterpolation, SmootherStepInterpolation }; //# sourceMappingURL=index.d.ts.map