@expofp/floorplan
Version:
Interactive floor plan library for expos and events
4 lines • 364 B
TypeScript
import { type GraphDataSource, type PolygonVertex, type RoutePoint } from "../types";
/** Graph endpoints inside a convex polygon (e.g. booth rect), filtered by layer. */
export declare function findGraphPointsInPolygon(dataSource: GraphDataSource, polygon: readonly PolygonVertex[], layer?: string): RoutePoint[];
//# sourceMappingURL=graphPointResolvers.d.ts.map