UNPKG

93 BTypeScriptView Raw
1export declare function isPointInPolygon(points: number[][], x: number, y: number): boolean;