smoothSpline.d.ts 143 Bytes Raw Blame History Permalink 1 2 import { VectorArray } from '../../core/vector'; export default function smoothSpline(points: VectorArray[], isLoop?: boolean): VectorArray[];