phaser/v3/typings/math/interpolation/index.d.ts
2017-01-16 22:43:07 +01:00

3 lines
185 B
TypeScript

export { default as Bezier } from "./BezierInterpolation";
export { default as CatmullRom } from "./CatmullRomInterpolation";
export { default as Linear } from "./LinearInterpolation";