This commit is contained in:
ChenX
2024-08-29 20:03:59 +08:00
parent cd52d00b3c
commit acd7eaaca0
169 changed files with 1862 additions and 657 deletions

View File

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