2021-01-28 10:17:21 +08:00
|
|
|
import { Matrix4, Vector3 } from "three";
|
|
|
|
import { Entity } from "../DatabaseServices/Entity/Entity";
|
|
|
|
import { Box3Ext } from "../Geometry/Box";
|
|
|
|
/**分析不同柜体 */
|
2022-02-16 11:15:31 +08:00
|
|
|
export declare function ParseBoardList<T extends Entity>(borads: T[], ocsInv?: Matrix4): Map<Box3Ext, T[]>;
|
2022-05-26 11:06:27 +08:00
|
|
|
export declare function MirrorEntitys(ens: Entity[], p1: Vector3, p2: Vector3, nor: Vector3): void;
|
2021-01-28 10:17:21 +08:00
|
|
|
//# sourceMappingURL=BoardUtil.d.ts.map
|