Blame view

node_modules/zrender/lib/graphic/helper/smoothSpline.d.ts 143 Bytes
bd028579   易尊强   2/28
1
2
  import { VectorArray } from '../../core/vector';
  export default function smoothSpline(points: VectorArray[], isLoop?: boolean): VectorArray[];