UNPKG

@types/intersects

Version:
4 lines (2 loc) 128 B
declare function boxPoint(x1: number, y1: number, w1: number, h1: number, x2: number, y2: number): boolean; export = boxPoint;