UNPKG

@antv/util

Version:

<h1 align="center">@antv/util</h1>

5 lines (4 loc) 207 B
/** * @see https://stackoverflow.com/questions/753140/how-do-i-determine-if-two-convex-polygons-intersect */ export declare function isPolygonsIntersect(points1: number[][], points2: number[][]): boolean;