UNPKG

133 BTypeScriptView Raw
1import { VectorArray } from '../core/vector';
2export declare function contain(points: VectorArray[], x: number, y: number): boolean;