ss
jiangping
2025-06-19 1c7a34a34497107eb5bb4501bfd7ee0b72e5c9f7
1
2
import { VectorArray } from '../../core/vector';
export default function smoothBezier(points: VectorArray[], smooth?: number, isLoop?: boolean, constraint?: VectorArray[]): any[][];