@polygonjs/polygonjs
Version:
node-based WebGL 3D engine https://polygonjs.com
7 lines (6 loc) • 372 B
TypeScript
import { CoreGroup } from '../../../../../core/geometry/Group';
import { CoreEntity } from '../../../../../core/geometry/CoreEntity';
import { CoreEntitySelectionState } from './GroupCommon';
export declare class GroupByBoundingObjectHelper {
evalForEntities(allEntities: CoreEntity[], selectionStates: CoreEntitySelectionState, boundingCoreGroup: CoreGroup): void;
}