版博士V2.0程序
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

smoothSpline.d.ts 143 B

12
  1. import { VectorArray } from '../../core/vector';
  2. export default function smoothSpline(points: VectorArray[], isLoop?: boolean): VectorArray[];