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