mirror of
https://github.com/photonstorm/phaser
synced 2024-11-23 21:24:09 +00:00
3 lines
185 B
TypeScript
3 lines
185 B
TypeScript
export { default as Bezier } from "./BezierInterpolation";
|
|
export { default as CatmullRom } from "./CatmullRomInterpolation";
|
|
export { default as Linear } from "./LinearInterpolation";
|