webcad-ue4-api/types/Geometry/CreatePolylinePath.d.ts
2023-07-21 15:56:48 +08:00

5 lines
273 B
TypeScript

import { Vector2 } from 'three';
import { Shape2 } from '../DatabaseServices/Shape2';
export declare function CreatePolylinePath(pts: Vector2[], buls: number[]): Shape2;
export declare function CreateShapeFromPoints(): void;
//# sourceMappingURL=CreatePolylinePath.d.ts.map