同步版本
This commit is contained in:
5
types/Geometry/CreatePolylinePath.d.ts
vendored
5
types/Geometry/CreatePolylinePath.d.ts
vendored
@@ -1,4 +1,5 @@
|
||||
import { Shape, Vector2 } from 'three';
|
||||
export declare function CreatePolylinePath(pts: Vector2[], buls: number[]): Shape;
|
||||
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
|
Reference in New Issue
Block a user