chunk-J3K5NYLA.js 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451
  1. import {
  2. e as e2,
  3. l,
  4. s,
  5. u as u2
  6. } from "./chunk-C3UFAVPF.js";
  7. import {
  8. a as a2,
  9. c,
  10. r
  11. } from "./chunk-BJT4XIGU.js";
  12. import {
  13. E,
  14. K,
  15. Se,
  16. V,
  17. Y,
  18. be,
  19. e,
  20. he,
  21. le,
  22. pe,
  23. re,
  24. se,
  25. t,
  26. v2 as v3,
  27. z
  28. } from "./chunk-FT2BCPUP.js";
  29. import {
  30. $
  31. } from "./chunk-3RSFVUKZ.js";
  32. import {
  33. v as v2
  34. } from "./chunk-RMDDCMKS.js";
  35. import {
  36. m2 as m,
  37. u,
  38. v2 as v
  39. } from "./chunk-VCH45Q2I.js";
  40. import {
  41. a
  42. } from "./chunk-FWSQEIAR.js";
  43. import {
  44. p,
  45. w,
  46. w2
  47. } from "./chunk-6T6G6LCQ.js";
  48. // node_modules/@arcgis/core/arcade/functions/geomsync.js
  49. var A = null;
  50. function z2(e3) {
  51. return 0 === a.indexOf("4.") ? v.fromExtent(e3) : new v({ spatialReference: e3.spatialReference, rings: [[[e3.xmin, e3.ymin], [e3.xmin, e3.ymax], [e3.xmax, e3.ymax], [e3.xmax, e3.ymin], [e3.xmin, e3.ymin]]] });
  52. }
  53. function E2(n) {
  54. A = n;
  55. }
  56. function O(n, e3) {
  57. if ("polygon" !== n.type && "polyline" !== n.type && "extent" !== n.type)
  58. return 0;
  59. let t2 = 1;
  60. if (n.spatialReference.vcsWkid || n.spatialReference.latestVcsWkid) {
  61. t2 = s(n.spatialReference) / $(n.spatialReference);
  62. }
  63. let r2 = 0;
  64. if ("polyline" === n.type)
  65. for (const a3 of n.paths)
  66. for (let n2 = 1; n2 < a3.length; n2++)
  67. r2 += e2(a3[n2], a3[n2 - 1], t2);
  68. else if ("polygon" === n.type)
  69. for (const a3 of n.rings) {
  70. for (let n2 = 1; n2 < a3.length; n2++)
  71. r2 += e2(a3[n2], a3[n2 - 1], t2);
  72. (a3[0][0] !== a3[a3.length - 1][0] || a3[0][1] !== a3[a3.length - 1][1] || void 0 !== a3[0][2] && a3[0][2] !== a3[a3.length - 1][2]) && (r2 += e2(a3[0], a3[a3.length - 1], t2));
  73. }
  74. else
  75. "extent" === n.type && (r2 += 2 * e2([n.xmin, n.ymin, 0], [n.xmax, n.ymin, 0], t2), r2 += 2 * e2([n.xmin, n.ymin, 0], [n.xmin, n.ymax, 0], t2), r2 *= 2, r2 += 4 * Math.abs(v3(n.zmax, 0) * t2 - v3(n.zmin, 0) * t2));
  76. const i = new m({ hasZ: false, hasM: false, spatialReference: n.spatialReference, paths: [[0, 0], [0, r2]] });
  77. return A.planarLength(i, e3);
  78. }
  79. function q(n, v4) {
  80. function I(n2, e3, t2) {
  81. if (V(t2, 2, 2, n2, e3), t2[0] instanceof p && t2[1] instanceof p)
  82. ;
  83. else if (t2[0] instanceof p && null === t2[1])
  84. ;
  85. else if (t2[1] instanceof p && null === t2[0])
  86. ;
  87. else if (null !== t2[0] || null !== t2[1])
  88. throw new t(n2, e.InvalidParameter, e3);
  89. }
  90. n.disjoint = function(n2, e3) {
  91. return v4(n2, e3, (t2, r2, a3) => (a3 = pe(a3), I(n2, e3, a3), null === a3[0] || null === a3[1] || A.disjoint(a3[0], a3[1])));
  92. }, n.intersects = function(n2, e3) {
  93. return v4(n2, e3, (t2, r2, a3) => (a3 = pe(a3), I(n2, e3, a3), null !== a3[0] && null !== a3[1] && A.intersects(a3[0], a3[1])));
  94. }, n.touches = function(n2, e3) {
  95. return v4(n2, e3, (t2, r2, a3) => (a3 = pe(a3), I(n2, e3, a3), null !== a3[0] && null !== a3[1] && A.touches(a3[0], a3[1])));
  96. }, n.crosses = function(n2, e3) {
  97. return v4(n2, e3, (t2, r2, a3) => (a3 = pe(a3), I(n2, e3, a3), null !== a3[0] && null !== a3[1] && A.crosses(a3[0], a3[1])));
  98. }, n.within = function(n2, e3) {
  99. return v4(n2, e3, (t2, r2, a3) => (a3 = pe(a3), I(n2, e3, a3), null !== a3[0] && null !== a3[1] && A.within(a3[0], a3[1])));
  100. }, n.contains = function(n2, e3) {
  101. return v4(n2, e3, (t2, r2, a3) => (a3 = pe(a3), I(n2, e3, a3), null !== a3[0] && null !== a3[1] && A.contains(a3[0], a3[1])));
  102. }, n.overlaps = function(n2, e3) {
  103. return v4(n2, e3, (t2, r2, a3) => (a3 = pe(a3), I(n2, e3, a3), null !== a3[0] && null !== a3[1] && A.overlaps(a3[0], a3[1])));
  104. }, n.equals = function(n2, e3) {
  105. return v4(n2, e3, (t2, r2, i) => (V(i, 2, 2, n2, e3), i[0] === i[1] || (i[0] instanceof p && i[1] instanceof p ? A.equals(i[0], i[1]) : !(!z(i[0]) || !z(i[1])) && i[0].getTime() === i[1].getTime())));
  106. }, n.relate = function(n2, e3) {
  107. return v4(n2, e3, (t2, r2, l2) => {
  108. if (l2 = pe(l2), V(l2, 3, 3, n2, e3), l2[0] instanceof p && l2[1] instanceof p)
  109. return A.relate(l2[0], l2[1], K(l2[2]));
  110. if (l2[0] instanceof p && null === l2[1])
  111. return false;
  112. if (l2[1] instanceof p && null === l2[0])
  113. return false;
  114. if (null === l2[0] && null === l2[1])
  115. return false;
  116. throw new t(n2, e.InvalidParameter, e3);
  117. });
  118. }, n.intersection = function(n2, e3) {
  119. return v4(n2, e3, (t2, r2, a3) => (a3 = pe(a3), I(n2, e3, a3), null === a3[0] || null === a3[1] ? null : A.intersect(a3[0], a3[1])));
  120. }, n.union = function(n2, t2) {
  121. return v4(n2, t2, (r2, a3, l2) => {
  122. const o = [];
  123. if (0 === (l2 = pe(l2)).length)
  124. throw new t(n2, e.WrongNumberOfParameters, t2);
  125. if (1 === l2.length)
  126. if (Y(l2[0])) {
  127. const e3 = pe(l2[0]);
  128. for (let r3 = 0; r3 < e3.length; r3++)
  129. if (null !== e3[r3]) {
  130. if (!(e3[r3] instanceof p))
  131. throw new t(n2, e.InvalidParameter, t2);
  132. o.push(e3[r3]);
  133. }
  134. } else {
  135. if (!E(l2[0])) {
  136. if (l2[0] instanceof p)
  137. return se(c(l2[0]), n2.spatialReference);
  138. if (null === l2[0])
  139. return null;
  140. throw new t(n2, e.InvalidParameter, t2);
  141. }
  142. {
  143. const e3 = pe(l2[0].toArray());
  144. for (let r3 = 0; r3 < e3.length; r3++)
  145. if (null !== e3[r3]) {
  146. if (!(e3[r3] instanceof p))
  147. throw new t(n2, e.InvalidParameter, t2);
  148. o.push(e3[r3]);
  149. }
  150. }
  151. }
  152. else
  153. for (let e3 = 0; e3 < l2.length; e3++)
  154. if (null !== l2[e3]) {
  155. if (!(l2[e3] instanceof p))
  156. throw new t(n2, e.InvalidParameter, t2);
  157. o.push(l2[e3]);
  158. }
  159. return 0 === o.length ? null : A.union(o);
  160. });
  161. }, n.difference = function(n2, t2) {
  162. return v4(n2, t2, (r2, a3, l2) => (l2 = pe(l2), I(n2, t2, l2), null !== l2[0] && null === l2[1] ? c(l2[0]) : null === l2[0] ? null : A.difference(l2[0], l2[1])));
  163. }, n.symmetricdifference = function(n2, t2) {
  164. return v4(n2, t2, (r2, a3, l2) => (l2 = pe(l2), I(n2, t2, l2), null === l2[0] && null === l2[1] ? null : null === l2[0] ? c(l2[1]) : null === l2[1] ? c(l2[0]) : A.symmetricDifference(l2[0], l2[1])));
  165. }, n.clip = function(n2, e3) {
  166. return v4(n2, e3, (t2, r2, l2) => {
  167. if (l2 = pe(l2), V(l2, 2, 2, n2, e3), !(l2[1] instanceof w2) && null !== l2[1])
  168. throw new t(n2, e.InvalidParameter, e3);
  169. if (null === l2[0])
  170. return null;
  171. if (!(l2[0] instanceof p))
  172. throw new t(n2, e.InvalidParameter, e3);
  173. return null === l2[1] ? null : A.clip(l2[0], l2[1]);
  174. });
  175. }, n.cut = function(n2, t2) {
  176. return v4(n2, t2, (r2, l2, o) => {
  177. if (o = pe(o), V(o, 2, 2, n2, t2), !(o[1] instanceof m) && null !== o[1])
  178. throw new t(n2, e.InvalidParameter, t2);
  179. if (null === o[0])
  180. return [];
  181. if (!(o[0] instanceof p))
  182. throw new t(n2, e.InvalidParameter, t2);
  183. return null === o[1] ? [c(o[0])] : A.cut(o[0], o[1]);
  184. });
  185. }, n.area = function(n2, e3) {
  186. return v4(n2, e3, (r2, l2, o) => {
  187. if (V(o, 1, 2, n2, e3), null === (o = pe(o))[0])
  188. return 0;
  189. if (Y(o[0]) || E(o[0])) {
  190. const e4 = he(o[0], n2.spatialReference);
  191. return null === e4 ? 0 : A.planarArea(e4, r(v3(o[1], -1)));
  192. }
  193. if (!(o[0] instanceof p))
  194. throw new t(n2, e.InvalidParameter, e3);
  195. return A.planarArea(o[0], r(v3(o[1], -1)));
  196. });
  197. }, n.areageodetic = function(n2, e3) {
  198. return v4(n2, e3, (r2, l2, o) => {
  199. if (V(o, 1, 2, n2, e3), null === (o = pe(o))[0])
  200. return 0;
  201. if (Y(o[0]) || E(o[0])) {
  202. const e4 = he(o[0], n2.spatialReference);
  203. return null === e4 ? 0 : A.geodesicArea(e4, r(v3(o[1], -1)));
  204. }
  205. if (!(o[0] instanceof p))
  206. throw new t(n2, e.InvalidParameter, e3);
  207. return A.geodesicArea(o[0], r(v3(o[1], -1)));
  208. });
  209. }, n.length = function(n2, e3) {
  210. return v4(n2, e3, (t2, l2, o) => {
  211. if (V(o, 1, 2, n2, e3), null === (o = pe(o))[0])
  212. return 0;
  213. if (Y(o[0]) || E(o[0])) {
  214. const e4 = Se(o[0], n2.spatialReference);
  215. return null === e4 ? 0 : A.planarLength(e4, a2(v3(o[1], -1)));
  216. }
  217. if (!(o[0] instanceof p))
  218. throw new t(n2, e.InvalidParameter, e3);
  219. return A.planarLength(o[0], a2(v3(o[1], -1)));
  220. });
  221. }, n.length3d = function(n2, e3) {
  222. return v4(n2, e3, (t2, l2, o) => {
  223. if (V(o, 1, 2, n2, e3), null === (o = pe(o))[0])
  224. return 0;
  225. if (Y(o[0]) || E(o[0])) {
  226. const e4 = Se(o[0], n2.spatialReference);
  227. return null === e4 ? 0 : true === e4.hasZ ? O(e4, a2(v3(o[1], -1))) : A.planarLength(e4, a2(v3(o[1], -1)));
  228. }
  229. if (!(o[0] instanceof p))
  230. throw new t(n2, e.InvalidParameter, e3);
  231. return true === o[0].hasZ ? O(o[0], a2(v3(o[1], -1))) : A.planarLength(o[0], a2(v3(o[1], -1)));
  232. });
  233. }, n.lengthgeodetic = function(n2, e3) {
  234. return v4(n2, e3, (t2, l2, o) => {
  235. if (V(o, 1, 2, n2, e3), null === (o = pe(o))[0])
  236. return 0;
  237. if (Y(o[0]) || E(o[0])) {
  238. const e4 = Se(o[0], n2.spatialReference);
  239. return null === e4 ? 0 : A.geodesicLength(e4, a2(v3(o[1], -1)));
  240. }
  241. if (!(o[0] instanceof p))
  242. throw new t(n2, e.InvalidParameter, e3);
  243. return A.geodesicLength(o[0], a2(v3(o[1], -1)));
  244. });
  245. }, n.distance = function(n2, e3) {
  246. return v4(n2, e3, (t2, l2, o) => {
  247. o = pe(o), V(o, 2, 3, n2, e3);
  248. let u3 = o[0];
  249. (Y(o[0]) || E(o[0])) && (u3 = be(o[0], n2.spatialReference));
  250. let c2 = o[1];
  251. if ((Y(o[1]) || E(o[1])) && (c2 = be(o[1], n2.spatialReference)), !(u3 instanceof p))
  252. throw new t(n2, e.InvalidParameter, e3);
  253. if (!(c2 instanceof p))
  254. throw new t(n2, e.InvalidParameter, e3);
  255. return A.distance(u3, c2, a2(v3(o[2], -1)));
  256. });
  257. }, n.distancegeodetic = function(n2, e3) {
  258. return v4(n2, e3, (t2, l2, o) => {
  259. o = pe(o), V(o, 2, 3, n2, e3);
  260. const f = o[0], s2 = o[1];
  261. if (!(f instanceof w))
  262. throw new t(n2, e.InvalidParameter, e3);
  263. if (!(s2 instanceof w))
  264. throw new t(n2, e.InvalidParameter, e3);
  265. const u3 = new m({ paths: [], spatialReference: f.spatialReference });
  266. return u3.addPath([f, s2]), A.geodesicLength(u3, a2(v3(o[2], -1)));
  267. });
  268. }, n.densify = function(n2, e3) {
  269. return v4(n2, e3, (t2, l2, o) => {
  270. if (o = pe(o), V(o, 2, 3, n2, e3), null === o[0])
  271. return null;
  272. if (!(o[0] instanceof p))
  273. throw new t(n2, e.InvalidParameter, e3);
  274. const f = re(o[1]);
  275. if (isNaN(f))
  276. throw new t(n2, e.InvalidParameter, e3);
  277. if (f <= 0)
  278. throw new t(n2, e.InvalidParameter, e3);
  279. return o[0] instanceof v || o[0] instanceof m ? A.densify(o[0], f, a2(v3(o[2], -1))) : o[0] instanceof w2 ? A.densify(z2(o[0]), f, a2(v3(o[2], -1))) : o[0];
  280. });
  281. }, n.densifygeodetic = function(n2, e3) {
  282. return v4(n2, e3, (t2, l2, o) => {
  283. if (o = pe(o), V(o, 2, 3, n2, e3), null === o[0])
  284. return null;
  285. if (!(o[0] instanceof p))
  286. throw new t(n2, e.InvalidParameter, e3);
  287. const f = re(o[1]);
  288. if (isNaN(f))
  289. throw new t(n2, e.InvalidParameter, e3);
  290. if (f <= 0)
  291. throw new t(n2, e.InvalidParameter, e3);
  292. return o[0] instanceof v || o[0] instanceof m ? A.geodesicDensify(o[0], f, a2(v3(o[2], -1))) : o[0] instanceof w2 ? A.geodesicDensify(z2(o[0]), f, a2(v3(o[2], -1))) : o[0];
  293. });
  294. }, n.generalize = function(n2, e3) {
  295. return v4(n2, e3, (t2, l2, o) => {
  296. if (o = pe(o), V(o, 2, 4, n2, e3), null === o[0])
  297. return null;
  298. if (!(o[0] instanceof p))
  299. throw new t(n2, e.InvalidParameter, e3);
  300. const f = re(o[1]);
  301. if (isNaN(f))
  302. throw new t(n2, e.InvalidParameter, e3);
  303. return A.generalize(o[0], f, le(v3(o[2], true)), a2(v3(o[3], -1)));
  304. });
  305. }, n.buffer = function(n2, t2) {
  306. return v4(n2, t2, (l2, o, f) => {
  307. if (f = pe(f), V(f, 2, 3, n2, t2), null === f[0])
  308. return null;
  309. if (!(f[0] instanceof p))
  310. throw new t(n2, e.InvalidParameter, t2);
  311. const s2 = re(f[1]);
  312. if (isNaN(s2))
  313. throw new t(n2, e.InvalidParameter, t2);
  314. return 0 === s2 ? c(f[0]) : A.buffer(f[0], s2, a2(v3(f[2], -1)));
  315. });
  316. }, n.buffergeodetic = function(n2, t2) {
  317. return v4(n2, t2, (l2, o, f) => {
  318. if (f = pe(f), V(f, 2, 3, n2, t2), null === f[0])
  319. return null;
  320. if (!(f[0] instanceof p))
  321. throw new t(n2, e.InvalidParameter, t2);
  322. const s2 = re(f[1]);
  323. if (isNaN(s2))
  324. throw new t(n2, e.InvalidParameter, t2);
  325. return 0 === s2 ? c(f[0]) : A.geodesicBuffer(f[0], s2, a2(v3(f[2], -1)));
  326. });
  327. }, n.offset = function(n2, e3) {
  328. return v4(n2, e3, (t2, l2, f) => {
  329. if (f = pe(f), V(f, 2, 6, n2, e3), null === f[0])
  330. return null;
  331. if (!(f[0] instanceof v || f[0] instanceof m))
  332. throw new t(n2, e.InvalidParameter, e3);
  333. const s2 = re(f[1]);
  334. if (isNaN(s2))
  335. throw new t(n2, e.InvalidParameter, e3);
  336. const u3 = re(v3(f[4], 10));
  337. if (isNaN(u3))
  338. throw new t(n2, e.InvalidParameter, e3);
  339. const c2 = re(v3(f[5], 0));
  340. if (isNaN(c2))
  341. throw new t(n2, e.InvalidParameter, e3);
  342. return A.offset(f[0], s2, a2(v3(f[2], -1)), K(v3(f[3], "round")).toLowerCase(), u3, c2);
  343. });
  344. }, n.rotate = function(n2, e3) {
  345. return v4(n2, e3, (t2, r2, l2) => {
  346. l2 = pe(l2), V(l2, 2, 3, n2, e3);
  347. let o = l2[0];
  348. if (null === o)
  349. return null;
  350. if (!(o instanceof p))
  351. throw new t(n2, e.InvalidParameter, e3);
  352. o instanceof w2 && (o = v.fromExtent(o));
  353. const f = re(l2[1]);
  354. if (isNaN(f))
  355. throw new t(n2, e.InvalidParameter, e3);
  356. const s2 = v3(l2[2], null);
  357. if (null === s2)
  358. return A.rotate(o, f);
  359. if (s2 instanceof w)
  360. return A.rotate(o, f, s2);
  361. throw new t(n2, e.InvalidParameter, e3);
  362. });
  363. }, n.centroid = function(n2, t2) {
  364. return v4(n2, t2, (r2, l2, o) => {
  365. if (o = pe(o), V(o, 1, 1, n2, t2), null === o[0])
  366. return null;
  367. let c2 = o[0];
  368. if ((Y(o[0]) || E(o[0])) && (c2 = be(o[0], n2.spatialReference)), null === c2)
  369. return null;
  370. if (!(c2 instanceof p))
  371. throw new t(n2, e.InvalidParameter, t2);
  372. return c2 instanceof w ? se(c(o[0]), n2.spatialReference) : c2 instanceof v ? c2.centroid : c2 instanceof m ? l(c2) : c2 instanceof u ? u2(c2) : c2 instanceof w2 ? c2.center : null;
  373. });
  374. }, n.multiparttosinglepart = function(n2, t2) {
  375. return v4(n2, t2, (r2, l2, o) => {
  376. o = pe(o), V(o, 1, 1, n2, t2);
  377. const f = [];
  378. if (null === o[0])
  379. return null;
  380. if (!(o[0] instanceof p))
  381. throw new t(n2, e.InvalidParameter, t2);
  382. if (o[0] instanceof w)
  383. return [se(c(o[0]), n2.spatialReference)];
  384. if (o[0] instanceof w2)
  385. return [se(c(o[0]), n2.spatialReference)];
  386. const s2 = A.simplify(o[0]);
  387. if (s2 instanceof v) {
  388. const n3 = [], e3 = [];
  389. for (let t3 = 0; t3 < s2.rings.length; t3++)
  390. if (s2.isClockwise(s2.rings[t3])) {
  391. const e4 = v2({ rings: [s2.rings[t3]], hasZ: true === s2.hasZ, hasM: true === s2.hasM, spatialReference: s2.spatialReference.toJSON() });
  392. n3.push(e4);
  393. } else
  394. e3.push({ ring: s2.rings[t3], pt: s2.getPoint(t3, 0) });
  395. for (let t3 = 0; t3 < e3.length; t3++)
  396. for (let r3 = 0; r3 < n3.length; r3++)
  397. if (n3[r3].contains(e3[t3].pt)) {
  398. n3[r3].addRing(e3[t3].ring);
  399. break;
  400. }
  401. return n3;
  402. }
  403. if (s2 instanceof m) {
  404. const n3 = [];
  405. for (let e3 = 0; e3 < s2.paths.length; e3++) {
  406. const t3 = v2({ paths: [s2.paths[e3]], hasZ: true === s2.hasZ, hasM: true === s2.hasM, spatialReference: s2.spatialReference.toJSON() });
  407. n3.push(t3);
  408. }
  409. return n3;
  410. }
  411. if (o[0] instanceof u) {
  412. const t3 = se(c(o[0]), n2.spatialReference);
  413. for (let n3 = 0; n3 < t3.points.length; n3++)
  414. f.push(t3.getPoint(n3));
  415. return f;
  416. }
  417. return null;
  418. });
  419. }, n.issimple = function(n2, e3) {
  420. return v4(n2, e3, (t2, r2, l2) => {
  421. if (l2 = pe(l2), V(l2, 1, 1, n2, e3), null === l2[0])
  422. return true;
  423. if (!(l2[0] instanceof p))
  424. throw new t(n2, e.InvalidParameter, e3);
  425. return A.isSimple(l2[0]);
  426. });
  427. }, n.simplify = function(n2, e3) {
  428. return v4(n2, e3, (t2, r2, l2) => {
  429. if (l2 = pe(l2), V(l2, 1, 1, n2, e3), null === l2[0])
  430. return null;
  431. if (!(l2[0] instanceof p))
  432. throw new t(n2, e.InvalidParameter, e3);
  433. return A.simplify(l2[0]);
  434. });
  435. }, n.convexhull = function(n2, e3) {
  436. return v4(n2, e3, (t2, r2, l2) => {
  437. if (l2 = pe(l2), V(l2, 1, 1, n2, e3), null === l2[0])
  438. return null;
  439. if (!(l2[0] instanceof p))
  440. throw new t(n2, e.InvalidParameter, e3);
  441. return A.convexHull(l2[0]);
  442. });
  443. };
  444. }
  445. export {
  446. E2 as E,
  447. q
  448. };
  449. //# sourceMappingURL=chunk-J3K5NYLA.js.map