7 lines
295 B
TypeScript
7 lines
295 B
TypeScript
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
|