polygon.d.ts 133 Bytes Raw Blame History Permalink 1 2 import { VectorArray } from '../core/vector'; export declare function contain(points: VectorArray[], x: number, y: number): boolean;