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

5 lines
273 B
TypeScript
Raw Normal View History

2023-07-21 15:56:48 +08:00
import { Vector2 } from 'three';
import { Shape2 } from '../DatabaseServices/Shape2';
export declare function CreatePolylinePath(pts: Vector2[], buls: number[]): Shape2;
2022-05-26 11:06:27 +08:00
export declare function CreateShapeFromPoints(): void;
//# sourceMappingURL=CreatePolylinePath.d.ts.map