UNPKG

ag-grid-enterprise

Version:

AG Grid Enterprise Features

11 lines 404 B
import type { BBox } from '../scene/bbox'; interface SectorBoundaries { startAngle: number; endAngle: number; innerRadius: number; outerRadius: number; } export declare function isPointInSector(x: number, y: number, sector: SectorBoundaries): boolean; export declare function boxCollidesSector(box: BBox, sector: SectorBoundaries): boolean; export {}; //# sourceMappingURL=sector.d.ts.map