Blame view

天文台pc/tianwentai-ui/node_modules/react-dnd-html5-backend/dist/MonotonicInterpolant.d.ts 210 Bytes
bc518174   王天杨   提交两个项目文件
1
2
3
4
5
6
7
8
9
  export declare class MonotonicInterpolant {
      private xs;
      private ys;
      private c1s;
      private c2s;
      private c3s;
      constructor(xs: number[], ys: number[]);
      interpolate(x: number): number;
  }