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