rk
2025-10-13 bd6229ebd9cb543a22944ecb1142fad92b675dce
1
2
import { VectorArray } from '../core/vector';
export declare function contain(points: VectorArray[], x: number, y: number): boolean;