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