You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

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