jiangping
2025-07-02 ec7cc88fca8de4b3c56f8ebee074fb7ce71ebf1e
1
2
import { VectorArray } from '../../core/vector';
export default function smoothSpline(points: VectorArray[], isLoop?: boolean): VectorArray[];