智慧水务管理系统 - 精河县供水工程综合管理平台

smoothBezier.d.ts 182B

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