更新包
This commit is contained in:
7
types/Geometry/CreatContourFromGemo.d.ts
vendored
Normal file
7
types/Geometry/CreatContourFromGemo.d.ts
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
import { BufferGeometry, Matrix4 } from "three";
|
||||
import { Polyline } from "../DatabaseServices/Entity/Polyline";
|
||||
export declare function ProjectionContour(bufGeom: BufferGeometry, ocs: Matrix4): {
|
||||
polyline: Polyline;
|
||||
maxDist: number;
|
||||
};
|
||||
//# sourceMappingURL=CreatContourFromGemo.d.ts.map
|
Reference in New Issue
Block a user