import { Linear } from './linear'; import { Bezier } from './bezier'; import { CatmullRom } from './catmull-rom'; /** 插值 */ export { Linear, Bezier, CatmullRom };