UNPKG

polygonjs-engine

Version:

node-based webgl 3D engine https://polygonjs.com

11 lines (10 loc) 331 B
import { DeleteSopNode } from '../../Delete'; import { CorePoint } from '../../../../../core/geometry/Point'; export declare class ByBboxHelper { private node; private _bbox_cache; private _point_position; constructor(node: DeleteSopNode); eval_for_points(points: CorePoint[]): void; private get _bbox(); }