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

5 lines
299 B
TypeScript
Raw Normal View History

2024-10-29 17:14:43 +08:00
import { Vector2 } from 'three';
import { Shape2 } from '../DatabaseServices/Shape2';
export declare function CreatePolylinePath(pts: Vector2[], buls: number[], displayAccuracy?: number): Shape2;
export declare function CreateShapeFromPoints(): void;
//# sourceMappingURL=CreatePolylinePath.d.ts.map