@phaserjs/phaser
Version:
9 lines • 704 B
TypeScript
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