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