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