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