webcad-ue4-api/types/Geometry/CreatePolylinePath.d.ts
2022-05-26 11:06:27 +08:00

4 lines
226 B
TypeScript

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