webcad-api/types/Geometry/CreatePolylinePath.d.ts

4 lines
226 B
TypeScript
Raw Normal View History

2023-05-08 10:53:13 +08:00
import { Shape, Vector2 } from 'three';
export declare function CreatePolylinePath(pts: Vector2[], buls: number[]): Shape;
export declare function CreateShapeFromPoints(): void;
//# sourceMappingURL=CreatePolylinePath.d.ts.map