UNPKG

@antv/util

Version:

> AntV 底层依赖的工具库,不建议在自己业务中使用。

8 lines 597 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isPolygonsIntersect = exports.isPointInPolygon = void 0; var is_point_in_polygon_1 = require("./is-point-in-polygon"); Object.defineProperty(exports, "isPointInPolygon", { enumerable: true, get: function () { return is_point_in_polygon_1.isPointInPolygon; } }); var is_polygons_intersect_1 = require("./is-polygons-intersect"); Object.defineProperty(exports, "isPolygonsIntersect", { enumerable: true, get: function () { return is_polygons_intersect_1.isPolygonsIntersect; } }); //# sourceMappingURL=index.js.map