2020-09-24 11:04:12 +08:00
|
|
|
import { Matrix4, Vector3 } from "three";
|
|
|
|
import { Entity } from "../DatabaseServices/Entity/Entity";
|
|
|
|
import { Box3Ext } from "../Geometry/Box";
|
|
|
|
/**分析不同柜体 */
|
2021-04-06 17:12:55 +08:00
|
|
|
export declare function ParseBoardList<T extends Entity>(borads: T[], ocsInv?: Matrix4): Map<Box3Ext, T[]>;
|
2020-09-24 11:04:12 +08:00
|
|
|
export declare function MirrorEntitys(ens: Entity[], p1: Vector3, v: Vector3, nor: Vector3): void;
|
|
|
|
//# sourceMappingURL=BoardUtil.d.ts.map
|