更新包

This commit is contained in:
ChenX
2025-04-01 14:56:29 +08:00
parent dccd6ec73e
commit b08fc5ee5e
164 changed files with 7504 additions and 4655 deletions

View 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