UNPKG

@types/intersects

Version:
11 lines (9 loc) 183 B
declare function polygonLine( points: readonly number[], x1: number, y1: number, x2: number, y2: number, tolerance: number, ): boolean; export = polygonLine;