node-red-contrib-tak-registration 0.2.1 → 0.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1813) hide show
  1. package/README.md +20 -10
  2. package/node_modules/@turf/along/LICENSE +20 -0
  3. package/node_modules/@turf/along/README.md +69 -0
  4. package/node_modules/@turf/along/dist/es/index.js +50 -0
  5. package/node_modules/@turf/along/dist/es/package.json +1 -0
  6. package/node_modules/@turf/along/dist/js/index.d.ts +22 -0
  7. package/node_modules/@turf/along/dist/js/index.js +56 -0
  8. package/node_modules/@turf/along/package.json +95 -0
  9. package/node_modules/@turf/angle/LICENSE +20 -0
  10. package/node_modules/@turf/angle/README.md +64 -0
  11. package/node_modules/@turf/angle/dist/es/index.js +50 -0
  12. package/node_modules/@turf/angle/dist/es/package.json +1 -0
  13. package/node_modules/@turf/angle/dist/js/index.d.ts +22 -0
  14. package/node_modules/@turf/angle/dist/js/index.js +55 -0
  15. package/node_modules/@turf/angle/package.json +102 -0
  16. package/node_modules/@turf/area/LICENSE +20 -0
  17. package/node_modules/@turf/area/README.md +54 -0
  18. package/node_modules/@turf/area/dist/es/index.js +114 -0
  19. package/node_modules/@turf/area/dist/es/package.json +1 -0
  20. package/node_modules/@turf/area/dist/js/index.d.ts +17 -0
  21. package/node_modules/@turf/area/dist/js/index.js +117 -0
  22. package/node_modules/@turf/area/package.json +94 -0
  23. package/node_modules/@turf/bbox/LICENSE +20 -0
  24. package/node_modules/@turf/bbox/README.md +53 -0
  25. package/node_modules/@turf/bbox/dist/es/index.js +35 -0
  26. package/node_modules/@turf/bbox/dist/es/package.json +1 -0
  27. package/node_modules/@turf/bbox/dist/js/index.d.ts +17 -0
  28. package/node_modules/@turf/bbox/dist/js/index.js +37 -0
  29. package/node_modules/@turf/bbox/package.json +108 -0
  30. package/node_modules/@turf/bbox-clip/LICENSE +20 -0
  31. package/node_modules/@turf/bbox-clip/README.md +68 -0
  32. package/node_modules/@turf/bbox-clip/dist/es/index.js +68 -0
  33. package/node_modules/@turf/bbox-clip/dist/es/lib/lineclip.js +107 -0
  34. package/node_modules/@turf/bbox-clip/dist/es/package.json +1 -0
  35. package/node_modules/@turf/bbox-clip/dist/js/index.d.ts +20 -0
  36. package/node_modules/@turf/bbox-clip/dist/js/index.js +71 -0
  37. package/node_modules/@turf/bbox-clip/dist/js/lib/lineclip.d.ts +3 -0
  38. package/node_modules/@turf/bbox-clip/dist/js/lib/lineclip.js +111 -0
  39. package/node_modules/@turf/bbox-clip/package.json +108 -0
  40. package/node_modules/@turf/bbox-polygon/LICENSE +20 -0
  41. package/node_modules/@turf/bbox-polygon/README.md +66 -0
  42. package/node_modules/@turf/bbox-polygon/dist/es/index.js +36 -0
  43. package/node_modules/@turf/bbox-polygon/dist/es/package.json +1 -0
  44. package/node_modules/@turf/bbox-polygon/dist/js/index.d.ts +22 -0
  45. package/node_modules/@turf/bbox-polygon/dist/js/index.js +39 -0
  46. package/node_modules/@turf/bbox-polygon/package.json +92 -0
  47. package/node_modules/@turf/bearing/LICENSE +20 -0
  48. package/node_modules/@turf/bearing/README.md +67 -0
  49. package/node_modules/@turf/bearing/dist/es/index.js +57 -0
  50. package/node_modules/@turf/bearing/dist/es/package.json +1 -0
  51. package/node_modules/@turf/bearing/dist/js/index.d.ts +26 -0
  52. package/node_modules/@turf/bearing/dist/js/index.js +60 -0
  53. package/node_modules/@turf/bearing/package.json +96 -0
  54. package/node_modules/@turf/bezier-spline/LICENSE +20 -0
  55. package/node_modules/@turf/bezier-spline/README.md +79 -0
  56. package/node_modules/@turf/bezier-spline/dist/es/index.js +60 -0
  57. package/node_modules/@turf/bezier-spline/dist/es/lib/spline.js +158 -0
  58. package/node_modules/@turf/bezier-spline/dist/es/package.json +1 -0
  59. package/node_modules/@turf/bezier-spline/dist/js/index.d.ts +37 -0
  60. package/node_modules/@turf/bezier-spline/dist/js/index.js +65 -0
  61. package/node_modules/@turf/bezier-spline/dist/js/lib/spline.d.ts +62 -0
  62. package/node_modules/@turf/bezier-spline/dist/js/lib/spline.js +160 -0
  63. package/node_modules/@turf/bezier-spline/package.json +93 -0
  64. package/node_modules/@turf/boolean-clockwise/LICENSE +20 -0
  65. package/node_modules/@turf/boolean-clockwise/README.md +60 -0
  66. package/node_modules/@turf/boolean-clockwise/dist/es/index.js +30 -0
  67. package/node_modules/@turf/boolean-clockwise/dist/es/package.json +1 -0
  68. package/node_modules/@turf/boolean-clockwise/dist/js/index.d.ts +17 -0
  69. package/node_modules/@turf/boolean-clockwise/dist/js/index.js +33 -0
  70. package/node_modules/@turf/boolean-clockwise/package.json +110 -0
  71. package/node_modules/@turf/boolean-contains/LICENSE +20 -0
  72. package/node_modules/@turf/boolean-contains/README.md +63 -0
  73. package/node_modules/@turf/boolean-contains/dist/es/index.js +225 -0
  74. package/node_modules/@turf/boolean-contains/dist/es/package.json +1 -0
  75. package/node_modules/@turf/boolean-contains/dist/js/index.d.ts +46 -0
  76. package/node_modules/@turf/boolean-contains/dist/js/index.js +241 -0
  77. package/node_modules/@turf/boolean-contains/package.json +107 -0
  78. package/node_modules/@turf/boolean-crosses/LICENSE +20 -0
  79. package/node_modules/@turf/boolean-crosses/README.md +64 -0
  80. package/node_modules/@turf/boolean-crosses/dist/es/index.js +166 -0
  81. package/node_modules/@turf/boolean-crosses/dist/es/package.json +1 -0
  82. package/node_modules/@turf/boolean-crosses/dist/js/index.d.ts +21 -0
  83. package/node_modules/@turf/boolean-crosses/dist/js/index.js +171 -0
  84. package/node_modules/@turf/boolean-crosses/package.json +106 -0
  85. package/node_modules/@turf/boolean-disjoint/LICENSE +20 -0
  86. package/node_modules/@turf/boolean-disjoint/README.md +60 -0
  87. package/node_modules/@turf/boolean-disjoint/dist/es/index.js +168 -0
  88. package/node_modules/@turf/boolean-disjoint/dist/es/package.json +1 -0
  89. package/node_modules/@turf/boolean-disjoint/dist/js/index.d.ts +17 -0
  90. package/node_modules/@turf/boolean-disjoint/dist/js/index.js +173 -0
  91. package/node_modules/@turf/boolean-disjoint/package.json +106 -0
  92. package/node_modules/@turf/boolean-equal/LICENSE +20 -0
  93. package/node_modules/@turf/boolean-equal/README.md +66 -0
  94. package/node_modules/@turf/boolean-equal/dist/es/index.js +30 -0
  95. package/node_modules/@turf/boolean-equal/dist/es/package.json +1 -0
  96. package/node_modules/@turf/boolean-equal/dist/js/index.d.ts +21 -0
  97. package/node_modules/@turf/boolean-equal/dist/js/index.js +35 -0
  98. package/node_modules/@turf/boolean-equal/package.json +112 -0
  99. package/node_modules/@turf/boolean-intersects/LICENSE +20 -0
  100. package/node_modules/@turf/boolean-intersects/README.md +55 -0
  101. package/node_modules/@turf/boolean-intersects/dist/es/index.js +28 -0
  102. package/node_modules/@turf/boolean-intersects/dist/es/package.json +1 -0
  103. package/node_modules/@turf/boolean-intersects/dist/js/index.d.ts +16 -0
  104. package/node_modules/@turf/boolean-intersects/dist/js/index.js +34 -0
  105. package/node_modules/@turf/boolean-intersects/package.json +104 -0
  106. package/node_modules/@turf/boolean-overlap/LICENSE +20 -0
  107. package/node_modules/@turf/boolean-overlap/README.md +73 -0
  108. package/node_modules/@turf/boolean-overlap/dist/es/index.js +80 -0
  109. package/node_modules/@turf/boolean-overlap/dist/es/package.json +1 -0
  110. package/node_modules/@turf/boolean-overlap/dist/js/index.d.ts +23 -0
  111. package/node_modules/@turf/boolean-overlap/dist/js/index.js +86 -0
  112. package/node_modules/@turf/boolean-overlap/package.json +110 -0
  113. package/node_modules/@turf/boolean-parallel/LICENSE +20 -0
  114. package/node_modules/@turf/boolean-parallel/README.md +57 -0
  115. package/node_modules/@turf/boolean-parallel/dist/es/index.js +71 -0
  116. package/node_modules/@turf/boolean-parallel/dist/es/package.json +1 -0
  117. package/node_modules/@turf/boolean-parallel/dist/js/index.d.ts +17 -0
  118. package/node_modules/@turf/boolean-parallel/dist/js/index.js +76 -0
  119. package/node_modules/@turf/boolean-parallel/package.json +100 -0
  120. package/node_modules/@turf/boolean-point-in-polygon/LICENSE +20 -0
  121. package/node_modules/@turf/boolean-point-in-polygon/README.md +76 -0
  122. package/node_modules/@turf/boolean-point-in-polygon/dist/es/index.js +115 -0
  123. package/node_modules/@turf/boolean-point-in-polygon/dist/es/package.json +1 -0
  124. package/node_modules/@turf/boolean-point-in-polygon/dist/js/index.d.ts +28 -0
  125. package/node_modules/@turf/boolean-point-in-polygon/dist/js/index.js +118 -0
  126. package/node_modules/@turf/boolean-point-in-polygon/package.json +104 -0
  127. package/node_modules/@turf/boolean-point-on-line/LICENSE +20 -0
  128. package/node_modules/@turf/boolean-point-on-line/README.md +60 -0
  129. package/node_modules/@turf/boolean-point-on-line/dist/es/index.js +102 -0
  130. package/node_modules/@turf/boolean-point-on-line/dist/es/package.json +1 -0
  131. package/node_modules/@turf/boolean-point-on-line/dist/js/index.d.ts +23 -0
  132. package/node_modules/@turf/boolean-point-on-line/dist/js/index.js +104 -0
  133. package/node_modules/@turf/boolean-point-on-line/package.json +100 -0
  134. package/node_modules/@turf/boolean-within/LICENSE +20 -0
  135. package/node_modules/@turf/boolean-within/README.md +58 -0
  136. package/node_modules/@turf/boolean-within/dist/es/index.js +215 -0
  137. package/node_modules/@turf/boolean-within/dist/es/package.json +1 -0
  138. package/node_modules/@turf/boolean-within/dist/js/index.d.ts +20 -0
  139. package/node_modules/@turf/boolean-within/dist/js/index.js +220 -0
  140. package/node_modules/@turf/boolean-within/package.json +108 -0
  141. package/node_modules/@turf/buffer/LICENSE +20 -0
  142. package/node_modules/@turf/buffer/README.md +76 -0
  143. package/node_modules/@turf/buffer/dist/es/index.js +175 -0
  144. package/node_modules/@turf/buffer/dist/es/package.json +1 -0
  145. package/node_modules/@turf/buffer/dist/js/index.js +182 -0
  146. package/node_modules/@turf/buffer/index.d.ts +61 -0
  147. package/node_modules/@turf/buffer/package.json +112 -0
  148. package/node_modules/@turf/center/LICENSE +20 -0
  149. package/node_modules/@turf/center/README.md +71 -0
  150. package/node_modules/@turf/center/dist/es/index.js +34 -0
  151. package/node_modules/@turf/center/dist/es/package.json +1 -0
  152. package/node_modules/@turf/center/dist/js/index.d.ts +31 -0
  153. package/node_modules/@turf/center/dist/js/index.js +39 -0
  154. package/node_modules/@turf/center/package.json +101 -0
  155. package/node_modules/@turf/center-mean/LICENSE +20 -0
  156. package/node_modules/@turf/center-mean/README.md +75 -0
  157. package/node_modules/@turf/center-mean/dist/es/index.js +51 -0
  158. package/node_modules/@turf/center-mean/dist/es/package.json +1 -0
  159. package/node_modules/@turf/center-mean/dist/js/index.d.ts +35 -0
  160. package/node_modules/@turf/center-mean/dist/js/index.js +53 -0
  161. package/node_modules/@turf/center-mean/package.json +108 -0
  162. package/node_modules/@turf/center-median/LICENSE +20 -0
  163. package/node_modules/@turf/center-median/README.md +103 -0
  164. package/node_modules/@turf/center-median/dist/es/index.js +135 -0
  165. package/node_modules/@turf/center-median/dist/es/package.json +1 -0
  166. package/node_modules/@turf/center-median/dist/js/index.d.ts +62 -0
  167. package/node_modules/@turf/center-median/dist/js/index.js +140 -0
  168. package/node_modules/@turf/center-median/package.json +103 -0
  169. package/node_modules/@turf/center-of-mass/LICENSE +20 -0
  170. package/node_modules/@turf/center-of-mass/README.md +67 -0
  171. package/node_modules/@turf/center-of-mass/dist/es/index.js +81 -0
  172. package/node_modules/@turf/center-of-mass/dist/es/package.json +1 -0
  173. package/node_modules/@turf/center-of-mass/dist/js/index.d.ts +21 -0
  174. package/node_modules/@turf/center-of-mass/dist/js/index.js +86 -0
  175. package/node_modules/@turf/center-of-mass/package.json +95 -0
  176. package/node_modules/@turf/centroid/LICENSE +20 -0
  177. package/node_modules/@turf/centroid/README.md +62 -0
  178. package/node_modules/@turf/centroid/dist/es/index.js +32 -0
  179. package/node_modules/@turf/centroid/dist/es/package.json +1 -0
  180. package/node_modules/@turf/centroid/dist/js/index.d.ts +22 -0
  181. package/node_modules/@turf/centroid/dist/js/index.js +34 -0
  182. package/node_modules/@turf/centroid/package.json +101 -0
  183. package/node_modules/@turf/circle/LICENSE +20 -0
  184. package/node_modules/@turf/circle/README.md +71 -0
  185. package/node_modules/@turf/circle/dist/es/index.js +41 -0
  186. package/node_modules/@turf/circle/dist/es/package.json +1 -0
  187. package/node_modules/@turf/circle/dist/js/index.d.ts +27 -0
  188. package/node_modules/@turf/circle/dist/js/index.js +46 -0
  189. package/node_modules/@turf/circle/package.json +99 -0
  190. package/node_modules/@turf/clean-coords/LICENSE +20 -0
  191. package/node_modules/@turf/clean-coords/README.md +61 -0
  192. package/node_modules/@turf/clean-coords/dist/es/index.js +159 -0
  193. package/node_modules/@turf/clean-coords/dist/es/package.json +1 -0
  194. package/node_modules/@turf/clean-coords/dist/js/index.d.ts +22 -0
  195. package/node_modules/@turf/clean-coords/dist/js/index.js +161 -0
  196. package/node_modules/@turf/clean-coords/package.json +103 -0
  197. package/node_modules/@turf/clone/LICENSE +20 -0
  198. package/node_modules/@turf/clone/README.md +49 -0
  199. package/node_modules/@turf/clone/dist/es/index.js +157 -0
  200. package/node_modules/@turf/clone/dist/es/package.json +1 -0
  201. package/node_modules/@turf/clone/dist/js/index.d.ts +15 -0
  202. package/node_modules/@turf/clone/dist/js/index.js +159 -0
  203. package/node_modules/@turf/clone/package.json +109 -0
  204. package/node_modules/@turf/clusters/LICENSE +20 -0
  205. package/node_modules/@turf/clusters/README.md +208 -0
  206. package/node_modules/@turf/clusters/dist/es/index.js +294 -0
  207. package/node_modules/@turf/clusters/dist/es/package.json +1 -0
  208. package/node_modules/@turf/clusters/dist/js/index.d.ts +197 -0
  209. package/node_modules/@turf/clusters/dist/js/index.js +303 -0
  210. package/node_modules/@turf/clusters/package.json +98 -0
  211. package/node_modules/@turf/clusters-dbscan/LICENSE +20 -0
  212. package/node_modules/@turf/clusters-dbscan/README.md +73 -0
  213. package/node_modules/@turf/clusters-dbscan/dist/es/index.js +70 -0
  214. package/node_modules/@turf/clusters-dbscan/dist/es/package.json +1 -0
  215. package/node_modules/@turf/clusters-dbscan/dist/js/index.d.ts +35 -0
  216. package/node_modules/@turf/clusters-dbscan/dist/js/index.js +75 -0
  217. package/node_modules/@turf/clusters-dbscan/package.json +118 -0
  218. package/node_modules/@turf/clusters-kmeans/LICENSE +20 -0
  219. package/node_modules/@turf/clusters-kmeans/README.md +69 -0
  220. package/node_modules/@turf/clusters-kmeans/dist/es/index.js +57 -0
  221. package/node_modules/@turf/clusters-kmeans/dist/es/package.json +1 -0
  222. package/node_modules/@turf/clusters-kmeans/dist/js/index.d.ts +31 -0
  223. package/node_modules/@turf/clusters-kmeans/dist/js/index.js +62 -0
  224. package/node_modules/@turf/clusters-kmeans/package.json +119 -0
  225. package/node_modules/@turf/collect/LICENSE +20 -0
  226. package/node_modules/@turf/collect/README.md +73 -0
  227. package/node_modules/@turf/collect/dist/es/index.js +68 -0
  228. package/node_modules/@turf/collect/dist/es/package.json +1 -0
  229. package/node_modules/@turf/collect/dist/js/index.d.ts +33 -0
  230. package/node_modules/@turf/collect/dist/js/index.js +73 -0
  231. package/node_modules/@turf/collect/node_modules/quickselect/LICENSE +15 -0
  232. package/node_modules/@turf/collect/node_modules/quickselect/README.md +28 -0
  233. package/node_modules/@turf/collect/node_modules/quickselect/index.js +54 -0
  234. package/node_modules/@turf/collect/node_modules/quickselect/package.json +69 -0
  235. package/node_modules/@turf/collect/node_modules/quickselect/quickselect.js +63 -0
  236. package/node_modules/@turf/collect/node_modules/rbush/LICENSE +21 -0
  237. package/node_modules/@turf/collect/node_modules/rbush/README.md +291 -0
  238. package/node_modules/@turf/collect/node_modules/rbush/index.js +562 -0
  239. package/node_modules/@turf/collect/node_modules/rbush/package.json +85 -0
  240. package/node_modules/@turf/collect/node_modules/rbush/rbush.js +626 -0
  241. package/node_modules/@turf/collect/node_modules/rbush/rbush.min.js +1 -0
  242. package/node_modules/@turf/collect/package.json +101 -0
  243. package/node_modules/@turf/combine/LICENSE +20 -0
  244. package/node_modules/@turf/combine/README.md +81 -0
  245. package/node_modules/@turf/combine/dist/es/index.js +79 -0
  246. package/node_modules/@turf/combine/dist/es/package.json +1 -0
  247. package/node_modules/@turf/combine/dist/js/index.d.ts +27 -0
  248. package/node_modules/@turf/combine/dist/js/index.js +81 -0
  249. package/node_modules/@turf/combine/package.json +91 -0
  250. package/node_modules/@turf/concave/LICENSE +20 -0
  251. package/node_modules/@turf/concave/README.md +81 -0
  252. package/node_modules/@turf/concave/dist/es/index.js +83 -0
  253. package/node_modules/@turf/concave/dist/es/lib/turf-dissolve.js +71 -0
  254. package/node_modules/@turf/concave/dist/es/lib/turf-line-dissolve.js +105 -0
  255. package/node_modules/@turf/concave/dist/es/lib/turf-polygon-dissolve.js +36 -0
  256. package/node_modules/@turf/concave/dist/es/package.json +1 -0
  257. package/node_modules/@turf/concave/dist/js/index.d.ts +33 -0
  258. package/node_modules/@turf/concave/dist/js/index.js +88 -0
  259. package/node_modules/@turf/concave/dist/js/lib/turf-dissolve.d.ts +15 -0
  260. package/node_modules/@turf/concave/dist/js/lib/turf-dissolve.js +76 -0
  261. package/node_modules/@turf/concave/dist/js/lib/turf-line-dissolve.d.ts +14 -0
  262. package/node_modules/@turf/concave/dist/js/lib/turf-line-dissolve.js +110 -0
  263. package/node_modules/@turf/concave/dist/js/lib/turf-polygon-dissolve.d.ts +12 -0
  264. package/node_modules/@turf/concave/dist/js/lib/turf-polygon-dissolve.js +42 -0
  265. package/node_modules/@turf/concave/package.json +138 -0
  266. package/node_modules/@turf/convex/LICENSE +20 -0
  267. package/node_modules/@turf/convex/README.md +83 -0
  268. package/node_modules/@turf/convex/dist/es/index.js +51 -0
  269. package/node_modules/@turf/convex/dist/es/package.json +1 -0
  270. package/node_modules/@turf/convex/dist/js/index.d.ts +33 -0
  271. package/node_modules/@turf/convex/dist/js/index.js +57 -0
  272. package/node_modules/@turf/convex/package.json +94 -0
  273. package/node_modules/@turf/destination/LICENSE +20 -0
  274. package/node_modules/@turf/destination/README.md +75 -0
  275. package/node_modules/@turf/destination/dist/es/index.js +47 -0
  276. package/node_modules/@turf/destination/dist/es/package.json +1 -0
  277. package/node_modules/@turf/destination/dist/js/index.d.ts +31 -0
  278. package/node_modules/@turf/destination/dist/js/index.js +50 -0
  279. package/node_modules/@turf/destination/package.json +102 -0
  280. package/node_modules/@turf/difference/LICENSE +20 -0
  281. package/node_modules/@turf/difference/README.md +77 -0
  282. package/node_modules/@turf/difference/dist/es/index.js +53 -0
  283. package/node_modules/@turf/difference/dist/es/package.json +1 -0
  284. package/node_modules/@turf/difference/dist/js/index.js +60 -0
  285. package/node_modules/@turf/difference/index.d.ts +9 -0
  286. package/node_modules/@turf/difference/package.json +88 -0
  287. package/node_modules/@turf/dissolve/LICENSE +20 -0
  288. package/node_modules/@turf/dissolve/README.md +96 -0
  289. package/node_modules/@turf/dissolve/dist/es/index.js +81 -0
  290. package/node_modules/@turf/dissolve/dist/es/package.json +1 -0
  291. package/node_modules/@turf/dissolve/dist/js/index.js +89 -0
  292. package/node_modules/@turf/dissolve/index.d.ts +11 -0
  293. package/node_modules/@turf/dissolve/package.json +91 -0
  294. package/node_modules/@turf/distance/LICENSE +20 -0
  295. package/node_modules/@turf/distance/README.md +69 -0
  296. package/node_modules/@turf/distance/dist/es/index.js +39 -0
  297. package/node_modules/@turf/distance/dist/es/package.json +1 -0
  298. package/node_modules/@turf/distance/dist/js/index.d.ts +27 -0
  299. package/node_modules/@turf/distance/dist/js/index.js +41 -0
  300. package/node_modules/@turf/distance/package.json +109 -0
  301. package/node_modules/@turf/distance-weight/LICENSE +20 -0
  302. package/node_modules/@turf/distance-weight/README.md +64 -0
  303. package/node_modules/@turf/distance-weight/dist/es/index.js +105 -0
  304. package/node_modules/@turf/distance-weight/dist/es/package.json +1 -0
  305. package/node_modules/@turf/distance-weight/dist/js/index.d.ts +37 -0
  306. package/node_modules/@turf/distance-weight/dist/js/index.js +112 -0
  307. package/node_modules/@turf/distance-weight/package.json +99 -0
  308. package/node_modules/@turf/ellipse/LICENSE +20 -0
  309. package/node_modules/@turf/ellipse/README.md +72 -0
  310. package/node_modules/@turf/ellipse/dist/es/index.js +104 -0
  311. package/node_modules/@turf/ellipse/dist/es/package.json +1 -0
  312. package/node_modules/@turf/ellipse/dist/js/index.js +112 -0
  313. package/node_modules/@turf/ellipse/index.d.ts +15 -0
  314. package/node_modules/@turf/ellipse/package.json +101 -0
  315. package/node_modules/@turf/envelope/LICENSE +20 -0
  316. package/node_modules/@turf/envelope/README.md +61 -0
  317. package/node_modules/@turf/envelope/dist/es/index.js +26 -0
  318. package/node_modules/@turf/envelope/dist/es/package.json +1 -0
  319. package/node_modules/@turf/envelope/dist/js/index.js +34 -0
  320. package/node_modules/@turf/envelope/index.d.ts +6 -0
  321. package/node_modules/@turf/envelope/package.json +90 -0
  322. package/node_modules/@turf/explode/LICENSE +20 -0
  323. package/node_modules/@turf/explode/README.md +59 -0
  324. package/node_modules/@turf/explode/dist/es/index.js +35 -0
  325. package/node_modules/@turf/explode/dist/es/package.json +1 -0
  326. package/node_modules/@turf/explode/dist/js/index.js +38 -0
  327. package/node_modules/@turf/explode/index.d.ts +6 -0
  328. package/node_modules/@turf/explode/package.json +92 -0
  329. package/node_modules/@turf/flatten/LICENSE +20 -0
  330. package/node_modules/@turf/flatten/README.md +63 -0
  331. package/node_modules/@turf/flatten/dist/es/index.js +32 -0
  332. package/node_modules/@turf/flatten/dist/es/package.json +1 -0
  333. package/node_modules/@turf/flatten/dist/js/index.js +35 -0
  334. package/node_modules/@turf/flatten/index.d.ts +27 -0
  335. package/node_modules/@turf/flatten/package.json +100 -0
  336. package/node_modules/@turf/flip/LICENSE +20 -0
  337. package/node_modules/@turf/flip/README.md +57 -0
  338. package/node_modules/@turf/flip/dist/es/index.js +42 -0
  339. package/node_modules/@turf/flip/dist/es/package.json +1 -0
  340. package/node_modules/@turf/flip/dist/js/index.js +49 -0
  341. package/node_modules/@turf/flip/index.d.ts +8 -0
  342. package/node_modules/@turf/flip/package.json +90 -0
  343. package/node_modules/@turf/great-circle/LICENSE +20 -0
  344. package/node_modules/@turf/great-circle/README.md +74 -0
  345. package/node_modules/@turf/great-circle/dist/es/index.js +333 -0
  346. package/node_modules/@turf/great-circle/dist/es/package.json +1 -0
  347. package/node_modules/@turf/great-circle/dist/js/index.js +336 -0
  348. package/node_modules/@turf/great-circle/index.d.ts +20 -0
  349. package/node_modules/@turf/great-circle/package.json +105 -0
  350. package/node_modules/@turf/helpers/LICENSE +20 -0
  351. package/node_modules/@turf/helpers/README.md +579 -0
  352. package/node_modules/@turf/helpers/dist/es/index.js +696 -0
  353. package/node_modules/@turf/helpers/dist/es/lib/geojson.js +7 -0
  354. package/node_modules/@turf/helpers/dist/es/package.json +1 -0
  355. package/node_modules/@turf/helpers/dist/js/index.d.ts +482 -0
  356. package/node_modules/@turf/helpers/dist/js/index.js +724 -0
  357. package/node_modules/@turf/helpers/dist/js/lib/geojson.d.ts +193 -0
  358. package/node_modules/@turf/helpers/dist/js/lib/geojson.js +9 -0
  359. package/node_modules/@turf/helpers/package.json +211 -0
  360. package/node_modules/@turf/hex-grid/LICENSE +20 -0
  361. package/node_modules/@turf/hex-grid/README.md +82 -0
  362. package/node_modules/@turf/hex-grid/dist/es/index.js +157 -0
  363. package/node_modules/@turf/hex-grid/dist/es/package.json +1 -0
  364. package/node_modules/@turf/hex-grid/dist/js/index.d.ts +33 -0
  365. package/node_modules/@turf/hex-grid/dist/js/index.js +162 -0
  366. package/node_modules/@turf/hex-grid/package.json +126 -0
  367. package/node_modules/@turf/interpolate/LICENSE +20 -0
  368. package/node_modules/@turf/interpolate/README.md +74 -0
  369. package/node_modules/@turf/interpolate/dist/es/index.js +107 -0
  370. package/node_modules/@turf/interpolate/dist/es/package.json +1 -0
  371. package/node_modules/@turf/interpolate/dist/js/index.js +121 -0
  372. package/node_modules/@turf/interpolate/index.d.ts +25 -0
  373. package/node_modules/@turf/interpolate/package.json +105 -0
  374. package/node_modules/@turf/intersect/LICENSE +20 -0
  375. package/node_modules/@turf/intersect/README.md +81 -0
  376. package/node_modules/@turf/intersect/dist/es/index.js +50 -0
  377. package/node_modules/@turf/intersect/dist/es/package.json +1 -0
  378. package/node_modules/@turf/intersect/dist/js/index.d.ts +40 -0
  379. package/node_modules/@turf/intersect/dist/js/index.js +56 -0
  380. package/node_modules/@turf/intersect/package.json +96 -0
  381. package/node_modules/@turf/invariant/LICENSE +20 -0
  382. package/node_modules/@turf/invariant/README.md +202 -0
  383. package/node_modules/@turf/invariant/dist/es/index.js +223 -0
  384. package/node_modules/@turf/invariant/dist/es/package.json +1 -0
  385. package/node_modules/@turf/invariant/dist/js/index.d.ts +105 -0
  386. package/node_modules/@turf/invariant/dist/js/index.js +233 -0
  387. package/node_modules/@turf/invariant/package.json +154 -0
  388. package/node_modules/@turf/isobands/LICENSE +20 -0
  389. package/node_modules/@turf/isobands/README.md +64 -0
  390. package/node_modules/@turf/isobands/dist/es/index.js +3793 -0
  391. package/node_modules/@turf/isobands/dist/es/package.json +1 -0
  392. package/node_modules/@turf/isobands/dist/js/index.js +3804 -0
  393. package/node_modules/@turf/isobands/index.d.ts +19 -0
  394. package/node_modules/@turf/isobands/package.json +110 -0
  395. package/node_modules/@turf/isolines/LICENSE +20 -0
  396. package/node_modules/@turf/isolines/README.md +86 -0
  397. package/node_modules/@turf/isolines/dist/es/index.js +647 -0
  398. package/node_modules/@turf/isolines/dist/es/package.json +1 -0
  399. package/node_modules/@turf/isolines/dist/js/index.js +655 -0
  400. package/node_modules/@turf/isolines/index.d.ts +19 -0
  401. package/node_modules/@turf/isolines/package.json +106 -0
  402. package/node_modules/@turf/kinks/LICENSE +20 -0
  403. package/node_modules/@turf/kinks/README.md +79 -0
  404. package/node_modules/@turf/kinks/dist/es/index.js +136 -0
  405. package/node_modules/@turf/kinks/dist/es/lib/sweepline-intersections.js +288 -0
  406. package/node_modules/@turf/kinks/dist/es/package.json +1 -0
  407. package/node_modules/@turf/kinks/dist/js/index.d.ts +24 -0
  408. package/node_modules/@turf/kinks/dist/js/index.js +139 -0
  409. package/node_modules/@turf/kinks/dist/js/lib/sweepline-intersections.d.ts +2 -0
  410. package/node_modules/@turf/kinks/dist/js/lib/sweepline-intersections.js +290 -0
  411. package/node_modules/@turf/kinks/package.json +90 -0
  412. package/node_modules/@turf/length/LICENSE +20 -0
  413. package/node_modules/@turf/length/README.md +67 -0
  414. package/node_modules/@turf/length/dist/es/index.js +26 -0
  415. package/node_modules/@turf/length/dist/es/package.json +1 -0
  416. package/node_modules/@turf/length/dist/js/index.d.ts +20 -0
  417. package/node_modules/@turf/length/dist/js/index.js +32 -0
  418. package/node_modules/@turf/length/package.json +106 -0
  419. package/node_modules/@turf/line-arc/LICENSE +20 -0
  420. package/node_modules/@turf/line-arc/README.md +71 -0
  421. package/node_modules/@turf/line-arc/dist/es/index.js +70 -0
  422. package/node_modules/@turf/line-arc/dist/es/package.json +1 -0
  423. package/node_modules/@turf/line-arc/dist/js/index.d.ts +29 -0
  424. package/node_modules/@turf/line-arc/dist/js/index.js +76 -0
  425. package/node_modules/@turf/line-arc/package.json +92 -0
  426. package/node_modules/@turf/line-chunk/LICENSE +20 -0
  427. package/node_modules/@turf/line-chunk/README.md +74 -0
  428. package/node_modules/@turf/line-chunk/dist/es/index.js +87 -0
  429. package/node_modules/@turf/line-chunk/dist/es/package.json +1 -0
  430. package/node_modules/@turf/line-chunk/dist/js/index.js +95 -0
  431. package/node_modules/@turf/line-chunk/index.d.ts +25 -0
  432. package/node_modules/@turf/line-chunk/package.json +111 -0
  433. package/node_modules/@turf/line-intersect/LICENSE +20 -0
  434. package/node_modules/@turf/line-intersect/README.md +66 -0
  435. package/node_modules/@turf/line-intersect/dist/es/index.js +107 -0
  436. package/node_modules/@turf/line-intersect/dist/es/package.json +1 -0
  437. package/node_modules/@turf/line-intersect/dist/js/index.d.ts +18 -0
  438. package/node_modules/@turf/line-intersect/dist/js/index.js +112 -0
  439. package/node_modules/@turf/line-intersect/package.json +112 -0
  440. package/node_modules/@turf/line-offset/LICENSE +20 -0
  441. package/node_modules/@turf/line-offset/README.md +69 -0
  442. package/node_modules/@turf/line-offset/dist/es/index.js +243 -0
  443. package/node_modules/@turf/line-offset/dist/es/package.json +1 -0
  444. package/node_modules/@turf/line-offset/dist/js/index.js +246 -0
  445. package/node_modules/@turf/line-offset/index.d.ts +12 -0
  446. package/node_modules/@turf/line-offset/package.json +105 -0
  447. package/node_modules/@turf/line-overlap/LICENSE +20 -0
  448. package/node_modules/@turf/line-overlap/README.md +71 -0
  449. package/node_modules/@turf/line-overlap/dist/es/index.js +128 -0
  450. package/node_modules/@turf/line-overlap/dist/es/package.json +1 -0
  451. package/node_modules/@turf/line-overlap/dist/js/index.d.ts +23 -0
  452. package/node_modules/@turf/line-overlap/dist/js/index.js +133 -0
  453. package/node_modules/@turf/line-overlap/package.json +108 -0
  454. package/node_modules/@turf/line-segment/LICENSE +20 -0
  455. package/node_modules/@turf/line-segment/README.md +68 -0
  456. package/node_modules/@turf/line-segment/dist/es/index.js +93 -0
  457. package/node_modules/@turf/line-segment/dist/es/package.json +1 -0
  458. package/node_modules/@turf/line-segment/dist/js/index.d.ts +17 -0
  459. package/node_modules/@turf/line-segment/dist/js/index.js +95 -0
  460. package/node_modules/@turf/line-segment/package.json +96 -0
  461. package/node_modules/@turf/line-slice/LICENSE +20 -0
  462. package/node_modules/@turf/line-slice/README.md +74 -0
  463. package/node_modules/@turf/line-slice/dist/es/index.js +60 -0
  464. package/node_modules/@turf/line-slice/dist/es/package.json +1 -0
  465. package/node_modules/@turf/line-slice/dist/js/index.js +67 -0
  466. package/node_modules/@turf/line-slice/index.d.ts +10 -0
  467. package/node_modules/@turf/line-slice/package.json +93 -0
  468. package/node_modules/@turf/line-slice-along/LICENSE +20 -0
  469. package/node_modules/@turf/line-slice-along/README.md +72 -0
  470. package/node_modules/@turf/line-slice-along/dist/es/index.js +87 -0
  471. package/node_modules/@turf/line-slice-along/dist/es/package.json +1 -0
  472. package/node_modules/@turf/line-slice-along/dist/js/index.js +96 -0
  473. package/node_modules/@turf/line-slice-along/index.d.ts +13 -0
  474. package/node_modules/@turf/line-slice-along/package.json +90 -0
  475. package/node_modules/@turf/line-split/LICENSE +20 -0
  476. package/node_modules/@turf/line-split/README.md +57 -0
  477. package/node_modules/@turf/line-split/dist/es/index.js +215 -0
  478. package/node_modules/@turf/line-split/dist/es/package.json +1 -0
  479. package/node_modules/@turf/line-split/dist/js/index.js +228 -0
  480. package/node_modules/@turf/line-split/index.d.ts +22 -0
  481. package/node_modules/@turf/line-split/package.json +103 -0
  482. package/node_modules/@turf/line-to-polygon/LICENSE +20 -0
  483. package/node_modules/@turf/line-to-polygon/README.md +69 -0
  484. package/node_modules/@turf/line-to-polygon/dist/es/index.js +130 -0
  485. package/node_modules/@turf/line-to-polygon/dist/es/package.json +1 -0
  486. package/node_modules/@turf/line-to-polygon/dist/js/index.d.ts +27 -0
  487. package/node_modules/@turf/line-to-polygon/dist/js/index.js +135 -0
  488. package/node_modules/@turf/line-to-polygon/package.json +102 -0
  489. package/node_modules/@turf/mask/LICENSE +20 -0
  490. package/node_modules/@turf/mask/README.md +74 -0
  491. package/node_modules/@turf/mask/dist/es/index.js +79 -0
  492. package/node_modules/@turf/mask/dist/es/package.json +1 -0
  493. package/node_modules/@turf/mask/dist/js/index.js +86 -0
  494. package/node_modules/@turf/mask/index.d.ts +14 -0
  495. package/node_modules/@turf/mask/package.json +89 -0
  496. package/node_modules/@turf/meta/LICENSE +20 -0
  497. package/node_modules/@turf/meta/README.md +858 -0
  498. package/node_modules/@turf/meta/dist/es/index.js +1401 -0
  499. package/node_modules/@turf/meta/dist/es/package.json +1 -0
  500. package/node_modules/@turf/meta/dist/js/index.js +1421 -0
  501. package/node_modules/@turf/meta/index.d.ts +301 -0
  502. package/node_modules/@turf/meta/package.json +169 -0
  503. package/node_modules/@turf/midpoint/LICENSE +20 -0
  504. package/node_modules/@turf/midpoint/README.md +61 -0
  505. package/node_modules/@turf/midpoint/dist/es/index.js +31 -0
  506. package/node_modules/@turf/midpoint/dist/es/package.json +1 -0
  507. package/node_modules/@turf/midpoint/dist/js/index.js +40 -0
  508. package/node_modules/@turf/midpoint/index.d.ts +6 -0
  509. package/node_modules/@turf/midpoint/package.json +89 -0
  510. package/node_modules/@turf/moran-index/LICENSE +20 -0
  511. package/node_modules/@turf/moran-index/README.md +107 -0
  512. package/node_modules/@turf/moran-index/dist/es/index.js +133 -0
  513. package/node_modules/@turf/moran-index/dist/es/package.json +1 -0
  514. package/node_modules/@turf/moran-index/dist/js/index.d.ts +63 -0
  515. package/node_modules/@turf/moran-index/dist/js/index.js +139 -0
  516. package/node_modules/@turf/moran-index/package.json +97 -0
  517. package/node_modules/@turf/nearest-point/LICENSE +20 -0
  518. package/node_modules/@turf/nearest-point/README.md +69 -0
  519. package/node_modules/@turf/nearest-point/dist/es/index.js +49 -0
  520. package/node_modules/@turf/nearest-point/dist/es/package.json +1 -0
  521. package/node_modules/@turf/nearest-point/dist/js/index.d.ts +34 -0
  522. package/node_modules/@turf/nearest-point/dist/js/index.js +54 -0
  523. package/node_modules/@turf/nearest-point/package.json +97 -0
  524. package/node_modules/@turf/nearest-point-on-line/LICENSE +20 -0
  525. package/node_modules/@turf/nearest-point-on-line/README.md +83 -0
  526. package/node_modules/@turf/nearest-point-on-line/dist/es/index.js +88 -0
  527. package/node_modules/@turf/nearest-point-on-line/dist/es/package.json +1 -0
  528. package/node_modules/@turf/nearest-point-on-line/dist/js/index.d.ts +39 -0
  529. package/node_modules/@turf/nearest-point-on-line/dist/js/index.js +93 -0
  530. package/node_modules/@turf/nearest-point-on-line/package.json +98 -0
  531. package/node_modules/@turf/nearest-point-to-line/LICENSE +20 -0
  532. package/node_modules/@turf/nearest-point-to-line/README.md +86 -0
  533. package/node_modules/@turf/nearest-point-to-line/dist/es/index.js +91 -0
  534. package/node_modules/@turf/nearest-point-to-line/dist/es/package.json +1 -0
  535. package/node_modules/@turf/nearest-point-to-line/dist/js/index.d.ts +32 -0
  536. package/node_modules/@turf/nearest-point-to-line/dist/js/index.js +96 -0
  537. package/node_modules/@turf/nearest-point-to-line/package.json +106 -0
  538. package/node_modules/@turf/planepoint/LICENSE +20 -0
  539. package/node_modules/@turf/planepoint/README.md +79 -0
  540. package/node_modules/@turf/planepoint/dist/es/index.js +77 -0
  541. package/node_modules/@turf/planepoint/dist/es/package.json +1 -0
  542. package/node_modules/@turf/planepoint/dist/js/index.js +80 -0
  543. package/node_modules/@turf/planepoint/index.d.ts +9 -0
  544. package/node_modules/@turf/planepoint/package.json +88 -0
  545. package/node_modules/@turf/point-grid/LICENSE +20 -0
  546. package/node_modules/@turf/point-grid/README.md +80 -0
  547. package/node_modules/@turf/point-grid/dist/es/index.js +72 -0
  548. package/node_modules/@turf/point-grid/dist/es/package.json +1 -0
  549. package/node_modules/@turf/point-grid/dist/js/index.d.ts +28 -0
  550. package/node_modules/@turf/point-grid/dist/js/index.js +77 -0
  551. package/node_modules/@turf/point-grid/package.json +108 -0
  552. package/node_modules/@turf/point-on-feature/LICENSE +20 -0
  553. package/node_modules/@turf/point-on-feature/README.md +73 -0
  554. package/node_modules/@turf/point-on-feature/dist/es/index.js +149 -0
  555. package/node_modules/@turf/point-on-feature/dist/es/package.json +1 -0
  556. package/node_modules/@turf/point-on-feature/dist/js/index.js +159 -0
  557. package/node_modules/@turf/point-on-feature/index.d.ts +6 -0
  558. package/node_modules/@turf/point-on-feature/package.json +93 -0
  559. package/node_modules/@turf/point-to-line-distance/LICENSE +20 -0
  560. package/node_modules/@turf/point-to-line-distance/README.md +71 -0
  561. package/node_modules/@turf/point-to-line-distance/dist/es/index.js +106 -0
  562. package/node_modules/@turf/point-to-line-distance/dist/es/package.json +1 -0
  563. package/node_modules/@turf/point-to-line-distance/dist/js/index.d.ts +26 -0
  564. package/node_modules/@turf/point-to-line-distance/dist/js/index.js +111 -0
  565. package/node_modules/@turf/point-to-line-distance/package.json +106 -0
  566. package/node_modules/@turf/points-within-polygon/LICENSE +20 -0
  567. package/node_modules/@turf/points-within-polygon/README.md +86 -0
  568. package/node_modules/@turf/points-within-polygon/dist/es/index.js +71 -0
  569. package/node_modules/@turf/points-within-polygon/dist/es/package.json +1 -0
  570. package/node_modules/@turf/points-within-polygon/dist/js/index.js +78 -0
  571. package/node_modules/@turf/points-within-polygon/index.d.ts +21 -0
  572. package/node_modules/@turf/points-within-polygon/package.json +90 -0
  573. package/node_modules/@turf/polygon-smooth/LICENSE +20 -0
  574. package/node_modules/@turf/polygon-smooth/README.md +70 -0
  575. package/node_modules/@turf/polygon-smooth/dist/es/index.js +162 -0
  576. package/node_modules/@turf/polygon-smooth/dist/es/package.json +1 -0
  577. package/node_modules/@turf/polygon-smooth/dist/js/index.js +165 -0
  578. package/node_modules/@turf/polygon-smooth/index.d.ts +16 -0
  579. package/node_modules/@turf/polygon-smooth/package.json +95 -0
  580. package/node_modules/@turf/polygon-tangents/LICENSE +20 -0
  581. package/node_modules/@turf/polygon-tangents/README.md +67 -0
  582. package/node_modules/@turf/polygon-tangents/dist/es/index.js +147 -0
  583. package/node_modules/@turf/polygon-tangents/dist/es/package.json +1 -0
  584. package/node_modules/@turf/polygon-tangents/dist/js/index.js +156 -0
  585. package/node_modules/@turf/polygon-tangents/index.d.ts +16 -0
  586. package/node_modules/@turf/polygon-tangents/package.json +104 -0
  587. package/node_modules/@turf/polygon-to-line/LICENSE +20 -0
  588. package/node_modules/@turf/polygon-to-line/README.md +71 -0
  589. package/node_modules/@turf/polygon-to-line/dist/es/index.js +75 -0
  590. package/node_modules/@turf/polygon-to-line/dist/es/package.json +1 -0
  591. package/node_modules/@turf/polygon-to-line/dist/js/index.d.ts +37 -0
  592. package/node_modules/@turf/polygon-to-line/dist/js/index.js +81 -0
  593. package/node_modules/@turf/polygon-to-line/package.json +95 -0
  594. package/node_modules/@turf/polygonize/LICENSE +20 -0
  595. package/node_modules/@turf/polygonize/README.md +69 -0
  596. package/node_modules/@turf/polygonize/dist/es/index.js +46 -0
  597. package/node_modules/@turf/polygonize/dist/es/lib/Edge.js +77 -0
  598. package/node_modules/@turf/polygonize/dist/es/lib/EdgeRing.js +199 -0
  599. package/node_modules/@turf/polygonize/dist/es/lib/Graph.js +302 -0
  600. package/node_modules/@turf/polygonize/dist/es/lib/Node.js +93 -0
  601. package/node_modules/@turf/polygonize/dist/es/lib/util.js +66 -0
  602. package/node_modules/@turf/polygonize/dist/es/package.json +1 -0
  603. package/node_modules/@turf/polygonize/dist/js/index.d.ts +20 -0
  604. package/node_modules/@turf/polygonize/dist/js/index.js +52 -0
  605. package/node_modules/@turf/polygonize/dist/js/lib/Edge.d.ts +55 -0
  606. package/node_modules/@turf/polygonize/dist/js/lib/Edge.js +79 -0
  607. package/node_modules/@turf/polygonize/dist/js/lib/EdgeRing.d.ts +122 -0
  608. package/node_modules/@turf/polygonize/dist/js/lib/EdgeRing.js +204 -0
  609. package/node_modules/@turf/polygonize/dist/js/lib/Graph.d.ts +124 -0
  610. package/node_modules/@turf/polygonize/dist/js/lib/Graph.js +307 -0
  611. package/node_modules/@turf/polygonize/dist/js/lib/Node.d.ts +40 -0
  612. package/node_modules/@turf/polygonize/dist/js/lib/Node.js +95 -0
  613. package/node_modules/@turf/polygonize/dist/js/lib/util.d.ts +46 -0
  614. package/node_modules/@turf/polygonize/dist/js/lib/util.js +75 -0
  615. package/node_modules/@turf/polygonize/package.json +105 -0
  616. package/node_modules/@turf/projection/LICENSE +20 -0
  617. package/node_modules/@turf/projection/README.md +78 -0
  618. package/node_modules/@turf/projection/dist/es/index.js +137 -0
  619. package/node_modules/@turf/projection/dist/es/package.json +1 -0
  620. package/node_modules/@turf/projection/dist/js/index.d.ts +37 -0
  621. package/node_modules/@turf/projection/dist/js/index.js +144 -0
  622. package/node_modules/@turf/projection/package.json +113 -0
  623. package/node_modules/@turf/random/LICENSE +20 -0
  624. package/node_modules/@turf/random/README.md +129 -0
  625. package/node_modules/@turf/random/dist/es/index.js +188 -0
  626. package/node_modules/@turf/random/dist/es/package.json +1 -0
  627. package/node_modules/@turf/random/dist/js/index.d.ts +72 -0
  628. package/node_modules/@turf/random/dist/js/index.js +194 -0
  629. package/node_modules/@turf/random/package.json +88 -0
  630. package/node_modules/@turf/rectangle-grid/LICENSE +20 -0
  631. package/node_modules/@turf/rectangle-grid/README.md +60 -0
  632. package/node_modules/@turf/rectangle-grid/dist/es/index.js +77 -0
  633. package/node_modules/@turf/rectangle-grid/dist/es/package.json +1 -0
  634. package/node_modules/@turf/rectangle-grid/dist/js/index.d.ts +32 -0
  635. package/node_modules/@turf/rectangle-grid/dist/js/index.js +82 -0
  636. package/node_modules/@turf/rectangle-grid/package.json +104 -0
  637. package/node_modules/@turf/rewind/LICENSE +20 -0
  638. package/node_modules/@turf/rewind/README.md +64 -0
  639. package/node_modules/@turf/rewind/dist/es/index.js +134 -0
  640. package/node_modules/@turf/rewind/dist/es/package.json +1 -0
  641. package/node_modules/@turf/rewind/dist/js/index.js +142 -0
  642. package/node_modules/@turf/rewind/index.d.ts +12 -0
  643. package/node_modules/@turf/rewind/package.json +110 -0
  644. package/node_modules/@turf/rhumb-bearing/LICENSE +20 -0
  645. package/node_modules/@turf/rhumb-bearing/README.md +66 -0
  646. package/node_modules/@turf/rhumb-bearing/dist/es/index.js +69 -0
  647. package/node_modules/@turf/rhumb-bearing/dist/es/package.json +1 -0
  648. package/node_modules/@turf/rhumb-bearing/dist/js/index.d.ts +26 -0
  649. package/node_modules/@turf/rhumb-bearing/dist/js/index.js +71 -0
  650. package/node_modules/@turf/rhumb-bearing/package.json +112 -0
  651. package/node_modules/@turf/rhumb-destination/LICENSE +20 -0
  652. package/node_modules/@turf/rhumb-destination/README.md +73 -0
  653. package/node_modules/@turf/rhumb-destination/dist/es/index.js +86 -0
  654. package/node_modules/@turf/rhumb-destination/dist/es/package.json +1 -0
  655. package/node_modules/@turf/rhumb-destination/dist/js/index.d.ts +30 -0
  656. package/node_modules/@turf/rhumb-destination/dist/js/index.js +88 -0
  657. package/node_modules/@turf/rhumb-destination/package.json +116 -0
  658. package/node_modules/@turf/rhumb-distance/LICENSE +20 -0
  659. package/node_modules/@turf/rhumb-distance/README.md +67 -0
  660. package/node_modules/@turf/rhumb-distance/dist/es/index.js +84 -0
  661. package/node_modules/@turf/rhumb-distance/dist/es/package.json +1 -0
  662. package/node_modules/@turf/rhumb-distance/dist/js/index.d.ts +27 -0
  663. package/node_modules/@turf/rhumb-distance/dist/js/index.js +86 -0
  664. package/node_modules/@turf/rhumb-distance/package.json +113 -0
  665. package/node_modules/@turf/sample/LICENSE +20 -0
  666. package/node_modules/@turf/sample/README.md +62 -0
  667. package/node_modules/@turf/sample/dist/es/index.js +50 -0
  668. package/node_modules/@turf/sample/dist/es/package.json +1 -0
  669. package/node_modules/@turf/sample/dist/js/index.js +53 -0
  670. package/node_modules/@turf/sample/index.d.ts +9 -0
  671. package/node_modules/@turf/sample/package.json +85 -0
  672. package/node_modules/@turf/sector/LICENSE +20 -0
  673. package/node_modules/@turf/sector/README.md +74 -0
  674. package/node_modules/@turf/sector/dist/es/index.js +75 -0
  675. package/node_modules/@turf/sector/dist/es/package.json +1 -0
  676. package/node_modules/@turf/sector/dist/js/index.js +83 -0
  677. package/node_modules/@turf/sector/index.d.ts +16 -0
  678. package/node_modules/@turf/sector/package.json +91 -0
  679. package/node_modules/@turf/shortest-path/LICENSE +20 -0
  680. package/node_modules/@turf/shortest-path/README.md +86 -0
  681. package/node_modules/@turf/shortest-path/dist/es/index.js +589 -0
  682. package/node_modules/@turf/shortest-path/dist/es/package.json +1 -0
  683. package/node_modules/@turf/shortest-path/dist/js/index.js +601 -0
  684. package/node_modules/@turf/shortest-path/index.d.ts +22 -0
  685. package/node_modules/@turf/shortest-path/package.json +106 -0
  686. package/node_modules/@turf/simplify/LICENSE +20 -0
  687. package/node_modules/@turf/simplify/README.md +87 -0
  688. package/node_modules/@turf/simplify/dist/es/index.js +300 -0
  689. package/node_modules/@turf/simplify/dist/es/package.json +1 -0
  690. package/node_modules/@turf/simplify/dist/js/index.js +308 -0
  691. package/node_modules/@turf/simplify/index.d.ts +13 -0
  692. package/node_modules/@turf/simplify/package.json +104 -0
  693. package/node_modules/@turf/square/LICENSE +20 -0
  694. package/node_modules/@turf/square/README.md +51 -0
  695. package/node_modules/@turf/square/dist/es/index.js +44 -0
  696. package/node_modules/@turf/square/dist/es/package.json +1 -0
  697. package/node_modules/@turf/square/dist/js/index.js +51 -0
  698. package/node_modules/@turf/square/index.d.ts +6 -0
  699. package/node_modules/@turf/square/package.json +87 -0
  700. package/node_modules/@turf/square-grid/LICENSE +20 -0
  701. package/node_modules/@turf/square-grid/README.md +58 -0
  702. package/node_modules/@turf/square-grid/dist/es/index.js +28 -0
  703. package/node_modules/@turf/square-grid/dist/es/package.json +1 -0
  704. package/node_modules/@turf/square-grid/dist/js/index.d.ts +29 -0
  705. package/node_modules/@turf/square-grid/dist/js/index.js +34 -0
  706. package/node_modules/@turf/square-grid/package.json +95 -0
  707. package/node_modules/@turf/standard-deviational-ellipse/LICENSE +20 -0
  708. package/node_modules/@turf/standard-deviational-ellipse/README.md +94 -0
  709. package/node_modules/@turf/standard-deviational-ellipse/dist/es/index.js +151 -0
  710. package/node_modules/@turf/standard-deviational-ellipse/dist/es/package.json +1 -0
  711. package/node_modules/@turf/standard-deviational-ellipse/dist/js/index.js +160 -0
  712. package/node_modules/@turf/standard-deviational-ellipse/index.d.ts +37 -0
  713. package/node_modules/@turf/standard-deviational-ellipse/package.json +101 -0
  714. package/node_modules/@turf/tag/LICENSE +20 -0
  715. package/node_modules/@turf/tag/README.md +70 -0
  716. package/node_modules/@turf/tag/dist/es/index.js +56 -0
  717. package/node_modules/@turf/tag/dist/es/package.json +1 -0
  718. package/node_modules/@turf/tag/dist/js/index.js +64 -0
  719. package/node_modules/@turf/tag/index.d.ts +11 -0
  720. package/node_modules/@turf/tag/package.json +93 -0
  721. package/node_modules/@turf/tesselate/LICENSE +20 -0
  722. package/node_modules/@turf/tesselate/README.md +61 -0
  723. package/node_modules/@turf/tesselate/dist/es/index.js +79 -0
  724. package/node_modules/@turf/tesselate/dist/es/package.json +1 -0
  725. package/node_modules/@turf/tesselate/dist/js/index.js +86 -0
  726. package/node_modules/@turf/tesselate/index.d.ts +6 -0
  727. package/node_modules/@turf/tesselate/package.json +106 -0
  728. package/node_modules/@turf/tin/LICENSE +20 -0
  729. package/node_modules/@turf/tin/README.md +79 -0
  730. package/node_modules/@turf/tin/dist/es/index.js +240 -0
  731. package/node_modules/@turf/tin/dist/es/package.json +1 -0
  732. package/node_modules/@turf/tin/dist/js/index.d.ts +44 -0
  733. package/node_modules/@turf/tin/dist/js/index.js +243 -0
  734. package/node_modules/@turf/tin/package.json +90 -0
  735. package/node_modules/@turf/transform-rotate/LICENSE +20 -0
  736. package/node_modules/@turf/transform-rotate/README.md +67 -0
  737. package/node_modules/@turf/transform-rotate/dist/es/index.js +62 -0
  738. package/node_modules/@turf/transform-rotate/dist/es/package.json +1 -0
  739. package/node_modules/@turf/transform-rotate/dist/js/index.js +73 -0
  740. package/node_modules/@turf/transform-rotate/index.d.ts +13 -0
  741. package/node_modules/@turf/transform-rotate/package.json +107 -0
  742. package/node_modules/@turf/transform-scale/LICENSE +20 -0
  743. package/node_modules/@turf/transform-scale/README.md +66 -0
  744. package/node_modules/@turf/transform-scale/dist/es/index.js +144 -0
  745. package/node_modules/@turf/transform-scale/dist/es/package.json +1 -0
  746. package/node_modules/@turf/transform-scale/dist/js/index.js +157 -0
  747. package/node_modules/@turf/transform-scale/index.d.ts +13 -0
  748. package/node_modules/@turf/transform-scale/package.json +115 -0
  749. package/node_modules/@turf/transform-translate/LICENSE +20 -0
  750. package/node_modules/@turf/transform-translate/README.md +66 -0
  751. package/node_modules/@turf/transform-translate/dist/es/index.js +72 -0
  752. package/node_modules/@turf/transform-translate/dist/es/package.json +1 -0
  753. package/node_modules/@turf/transform-translate/dist/js/index.js +80 -0
  754. package/node_modules/@turf/transform-translate/index.d.ts +15 -0
  755. package/node_modules/@turf/transform-translate/package.json +105 -0
  756. package/node_modules/@turf/triangle-grid/LICENSE +20 -0
  757. package/node_modules/@turf/triangle-grid/README.md +72 -0
  758. package/node_modules/@turf/triangle-grid/dist/es/index.js +139 -0
  759. package/node_modules/@turf/triangle-grid/dist/es/package.json +1 -0
  760. package/node_modules/@turf/triangle-grid/dist/js/index.d.ts +28 -0
  761. package/node_modules/@turf/triangle-grid/dist/js/index.js +144 -0
  762. package/node_modules/@turf/triangle-grid/package.json +99 -0
  763. package/node_modules/@turf/truncate/LICENSE +20 -0
  764. package/node_modules/@turf/truncate/README.md +66 -0
  765. package/node_modules/@turf/truncate/dist/es/index.js +76 -0
  766. package/node_modules/@turf/truncate/dist/es/package.json +1 -0
  767. package/node_modules/@turf/truncate/dist/js/index.d.ts +30 -0
  768. package/node_modules/@turf/truncate/dist/js/index.js +78 -0
  769. package/node_modules/@turf/truncate/package.json +100 -0
  770. package/node_modules/@turf/turf/LICENSE +20 -0
  771. package/node_modules/@turf/turf/README.md +31 -0
  772. package/node_modules/@turf/turf/dist/es/index.js +118 -0
  773. package/node_modules/@turf/turf/dist/es/package.json +1 -0
  774. package/node_modules/@turf/turf/dist/js/index.js +984 -0
  775. package/node_modules/@turf/turf/index.d.ts +146 -0
  776. package/node_modules/@turf/turf/package.json +216 -0
  777. package/node_modules/@turf/turf/turf.min.js +88 -0
  778. package/node_modules/@turf/union/LICENSE +20 -0
  779. package/node_modules/@turf/union/README.md +77 -0
  780. package/node_modules/@turf/union/dist/es/index.js +46 -0
  781. package/node_modules/@turf/union/dist/es/package.json +1 -0
  782. package/node_modules/@turf/union/dist/js/index.d.ts +35 -0
  783. package/node_modules/@turf/union/dist/js/index.js +51 -0
  784. package/node_modules/@turf/union/package.json +94 -0
  785. package/node_modules/@turf/unkink-polygon/LICENSE +20 -0
  786. package/node_modules/@turf/unkink-polygon/README.md +60 -0
  787. package/node_modules/@turf/unkink-polygon/dist/es/index.js +790 -0
  788. package/node_modules/@turf/unkink-polygon/dist/es/package.json +1 -0
  789. package/node_modules/@turf/unkink-polygon/dist/js/index.js +799 -0
  790. package/node_modules/@turf/unkink-polygon/index.d.ts +13 -0
  791. package/node_modules/@turf/unkink-polygon/node_modules/quickselect/LICENSE +15 -0
  792. package/node_modules/@turf/unkink-polygon/node_modules/quickselect/README.md +28 -0
  793. package/node_modules/@turf/unkink-polygon/node_modules/quickselect/index.js +54 -0
  794. package/node_modules/@turf/unkink-polygon/node_modules/quickselect/package.json +69 -0
  795. package/node_modules/@turf/unkink-polygon/node_modules/quickselect/quickselect.js +63 -0
  796. package/node_modules/@turf/unkink-polygon/node_modules/rbush/LICENSE +21 -0
  797. package/node_modules/@turf/unkink-polygon/node_modules/rbush/README.md +291 -0
  798. package/node_modules/@turf/unkink-polygon/node_modules/rbush/index.js +562 -0
  799. package/node_modules/@turf/unkink-polygon/node_modules/rbush/package.json +85 -0
  800. package/node_modules/@turf/unkink-polygon/node_modules/rbush/rbush.js +626 -0
  801. package/node_modules/@turf/unkink-polygon/node_modules/rbush/rbush.min.js +1 -0
  802. package/node_modules/@turf/unkink-polygon/package.json +94 -0
  803. package/node_modules/@turf/voronoi/LICENSE +20 -0
  804. package/node_modules/@turf/voronoi/README.md +68 -0
  805. package/node_modules/@turf/voronoi/dist/es/index.js +66 -0
  806. package/node_modules/@turf/voronoi/dist/es/package.json +1 -0
  807. package/node_modules/@turf/voronoi/dist/js/index.js +69 -0
  808. package/node_modules/@turf/voronoi/index.d.ts +9 -0
  809. package/node_modules/@turf/voronoi/package.json +109 -0
  810. package/node_modules/@types/geojson/LICENSE +21 -0
  811. package/node_modules/@types/geojson/README.md +16 -0
  812. package/node_modules/@types/geojson/index.d.ts +175 -0
  813. package/node_modules/@types/geojson/package.json +69 -0
  814. package/node_modules/axios/CHANGELOG.md +15 -0
  815. package/node_modules/axios/README.md +1 -0
  816. package/node_modules/axios/dist/axios.js +49 -33
  817. package/node_modules/axios/dist/axios.map +1 -1
  818. package/node_modules/axios/dist/axios.min.js +1 -3
  819. package/node_modules/axios/dist/axios.min.map +1 -1
  820. package/node_modules/axios/lib/adapters/http.js +19 -3
  821. package/node_modules/axios/lib/adapters/xhr.js +2 -2
  822. package/node_modules/axios/lib/core/Axios.js +0 -7
  823. package/node_modules/axios/lib/core/transformData.js +1 -1
  824. package/node_modules/axios/lib/{defaults.js → defaults/index.js} +7 -10
  825. package/node_modules/axios/lib/defaults/transitional.js +7 -0
  826. package/node_modules/axios/lib/env/data.js +1 -1
  827. package/node_modules/axios/package.json +69 -41
  828. package/node_modules/call-bind/.eslintignore +1 -0
  829. package/node_modules/call-bind/.eslintrc +17 -0
  830. package/node_modules/call-bind/.github/FUNDING.yml +12 -0
  831. package/node_modules/call-bind/.nycrc +13 -0
  832. package/node_modules/call-bind/CHANGELOG.md +42 -0
  833. package/node_modules/call-bind/LICENSE +21 -0
  834. package/node_modules/call-bind/README.md +2 -0
  835. package/node_modules/call-bind/callBound.js +15 -0
  836. package/node_modules/call-bind/index.js +47 -0
  837. package/node_modules/call-bind/package.json +111 -0
  838. package/node_modules/call-bind/test/callBound.js +55 -0
  839. package/node_modules/call-bind/test/index.js +66 -0
  840. package/node_modules/commander/CHANGELOG.md +419 -0
  841. package/node_modules/commander/LICENSE +22 -0
  842. package/node_modules/commander/Readme.md +428 -0
  843. package/node_modules/commander/index.js +1224 -0
  844. package/node_modules/commander/package.json +71 -0
  845. package/node_modules/commander/typings/index.d.ts +310 -0
  846. package/node_modules/concaveman/.travis.yml +4 -0
  847. package/node_modules/concaveman/LICENSE +15 -0
  848. package/node_modules/concaveman/README.md +52 -0
  849. package/node_modules/concaveman/index.js +383 -0
  850. package/node_modules/concaveman/package.json +69 -0
  851. package/node_modules/d3-array/.eslintrc.json +15 -0
  852. package/node_modules/d3-array/LICENSE +27 -0
  853. package/node_modules/d3-array/README.md +382 -0
  854. package/node_modules/d3-array/dist/d3-array.js +590 -0
  855. package/node_modules/d3-array/dist/d3-array.min.js +2 -0
  856. package/node_modules/d3-array/package.json +70 -0
  857. package/node_modules/d3-array/rollup.config.js +36 -0
  858. package/node_modules/d3-array/src/array.js +4 -0
  859. package/node_modules/d3-array/src/ascending.js +3 -0
  860. package/node_modules/d3-array/src/bisect.js +7 -0
  861. package/node_modules/d3-array/src/bisector.js +33 -0
  862. package/node_modules/d3-array/src/constant.js +5 -0
  863. package/node_modules/d3-array/src/cross.js +21 -0
  864. package/node_modules/d3-array/src/descending.js +3 -0
  865. package/node_modules/d3-array/src/deviation.js +6 -0
  866. package/node_modules/d3-array/src/extent.js +37 -0
  867. package/node_modules/d3-array/src/histogram.js +75 -0
  868. package/node_modules/d3-array/src/identity.js +3 -0
  869. package/node_modules/d3-array/src/index.js +27 -0
  870. package/node_modules/d3-array/src/max.js +34 -0
  871. package/node_modules/d3-array/src/mean.js +25 -0
  872. package/node_modules/d3-array/src/median.js +28 -0
  873. package/node_modules/d3-array/src/merge.js +21 -0
  874. package/node_modules/d3-array/src/min.js +34 -0
  875. package/node_modules/d3-array/src/number.js +3 -0
  876. package/node_modules/d3-array/src/pairs.js +10 -0
  877. package/node_modules/d3-array/src/permute.js +5 -0
  878. package/node_modules/d3-array/src/quantile.js +14 -0
  879. package/node_modules/d3-array/src/range.js +13 -0
  880. package/node_modules/d3-array/src/scan.js +20 -0
  881. package/node_modules/d3-array/src/shuffle.js +14 -0
  882. package/node_modules/d3-array/src/sum.js +20 -0
  883. package/node_modules/d3-array/src/threshold/freedmanDiaconis.js +9 -0
  884. package/node_modules/d3-array/src/threshold/scott.js +5 -0
  885. package/node_modules/d3-array/src/threshold/sturges.js +3 -0
  886. package/node_modules/d3-array/src/ticks.js +51 -0
  887. package/node_modules/d3-array/src/transpose.js +15 -0
  888. package/node_modules/d3-array/src/variance.js +33 -0
  889. package/node_modules/d3-array/src/zip.js +5 -0
  890. package/node_modules/d3-array/yarn.lock +939 -0
  891. package/node_modules/d3-geo/.eslintrc +13 -0
  892. package/node_modules/d3-geo/LICENSE +48 -0
  893. package/node_modules/d3-geo/README.md +619 -0
  894. package/node_modules/d3-geo/build/d3-geo.js +2987 -0
  895. package/node_modules/d3-geo/build/d3-geo.min.js +2 -0
  896. package/node_modules/d3-geo/img/albers.png +0 -0
  897. package/node_modules/d3-geo/img/albersUsa-parameters.png +0 -0
  898. package/node_modules/d3-geo/img/albersUsa.png +0 -0
  899. package/node_modules/d3-geo/img/azimuthalEqualArea.png +0 -0
  900. package/node_modules/d3-geo/img/azimuthalEquidistant.png +0 -0
  901. package/node_modules/d3-geo/img/conicConformal.png +0 -0
  902. package/node_modules/d3-geo/img/conicEqualArea.png +0 -0
  903. package/node_modules/d3-geo/img/conicEquidistant.png +0 -0
  904. package/node_modules/d3-geo/img/equirectangular.png +0 -0
  905. package/node_modules/d3-geo/img/gnomonic.png +0 -0
  906. package/node_modules/d3-geo/img/graticule.png +0 -0
  907. package/node_modules/d3-geo/img/mercator.png +0 -0
  908. package/node_modules/d3-geo/img/naturalEarth1.png +0 -0
  909. package/node_modules/d3-geo/img/orthographic.png +0 -0
  910. package/node_modules/d3-geo/img/stereographic.png +0 -0
  911. package/node_modules/d3-geo/img/transverseMercator.png +0 -0
  912. package/node_modules/d3-geo/index.js +30 -0
  913. package/node_modules/d3-geo/package.json +72 -0
  914. package/node_modules/d3-geo/rollup.config.js +15 -0
  915. package/node_modules/d3-geo/src/adder.js +40 -0
  916. package/node_modules/d3-geo/src/area.js +74 -0
  917. package/node_modules/d3-geo/src/bounds.js +176 -0
  918. package/node_modules/d3-geo/src/cartesian.js +33 -0
  919. package/node_modules/d3-geo/src/centroid.js +140 -0
  920. package/node_modules/d3-geo/src/circle.js +72 -0
  921. package/node_modules/d3-geo/src/clip/antimeridian.js +92 -0
  922. package/node_modules/d3-geo/src/clip/buffer.js +24 -0
  923. package/node_modules/d3-geo/src/clip/circle.js +181 -0
  924. package/node_modules/d3-geo/src/clip/extent.js +187 -0
  925. package/node_modules/d3-geo/src/clip/index.js +135 -0
  926. package/node_modules/d3-geo/src/clip/line.js +59 -0
  927. package/node_modules/d3-geo/src/clip/polygon.js +101 -0
  928. package/node_modules/d3-geo/src/compose.js +12 -0
  929. package/node_modules/d3-geo/src/constant.js +5 -0
  930. package/node_modules/d3-geo/src/contains.js +84 -0
  931. package/node_modules/d3-geo/src/distance.js +10 -0
  932. package/node_modules/d3-geo/src/graticule.js +105 -0
  933. package/node_modules/d3-geo/src/identity.js +3 -0
  934. package/node_modules/d3-geo/src/interpolate.js +36 -0
  935. package/node_modules/d3-geo/src/length.js +53 -0
  936. package/node_modules/d3-geo/src/math.js +35 -0
  937. package/node_modules/d3-geo/src/noop.js +1 -0
  938. package/node_modules/d3-geo/src/path/area.js +50 -0
  939. package/node_modules/d3-geo/src/path/bounds.js +28 -0
  940. package/node_modules/d3-geo/src/path/centroid.js +100 -0
  941. package/node_modules/d3-geo/src/path/context.js +45 -0
  942. package/node_modules/d3-geo/src/path/index.js +61 -0
  943. package/node_modules/d3-geo/src/path/measure.js +45 -0
  944. package/node_modules/d3-geo/src/path/string.js +59 -0
  945. package/node_modules/d3-geo/src/pointEqual.js +5 -0
  946. package/node_modules/d3-geo/src/polygonContains.js +68 -0
  947. package/node_modules/d3-geo/src/projection/albers.js +10 -0
  948. package/node_modules/d3-geo/src/projection/albersUsa.js +103 -0
  949. package/node_modules/d3-geo/src/projection/azimuthal.js +26 -0
  950. package/node_modules/d3-geo/src/projection/azimuthalEqualArea.js +17 -0
  951. package/node_modules/d3-geo/src/projection/azimuthalEquidistant.js +17 -0
  952. package/node_modules/d3-geo/src/projection/conic.js +15 -0
  953. package/node_modules/d3-geo/src/projection/conicConformal.js +35 -0
  954. package/node_modules/d3-geo/src/projection/conicEqualArea.js +30 -0
  955. package/node_modules/d3-geo/src/projection/conicEquidistant.js +29 -0
  956. package/node_modules/d3-geo/src/projection/cylindricalEqualArea.js +15 -0
  957. package/node_modules/d3-geo/src/projection/equirectangular.js +12 -0
  958. package/node_modules/d3-geo/src/projection/fit.js +31 -0
  959. package/node_modules/d3-geo/src/projection/gnomonic.js +16 -0
  960. package/node_modules/d3-geo/src/projection/identity.js +52 -0
  961. package/node_modules/d3-geo/src/projection/index.js +106 -0
  962. package/node_modules/d3-geo/src/projection/mercator.js +52 -0
  963. package/node_modules/d3-geo/src/projection/naturalEarth1.js +28 -0
  964. package/node_modules/d3-geo/src/projection/orthographic.js +15 -0
  965. package/node_modules/d3-geo/src/projection/resample.js +102 -0
  966. package/node_modules/d3-geo/src/projection/stereographic.js +18 -0
  967. package/node_modules/d3-geo/src/projection/transverseMercator.js +27 -0
  968. package/node_modules/d3-geo/src/rotation.js +76 -0
  969. package/node_modules/d3-geo/src/stream.js +69 -0
  970. package/node_modules/d3-geo/src/transform.js +26 -0
  971. package/node_modules/d3-voronoi/.eslintrc +9 -0
  972. package/node_modules/d3-voronoi/.npmignore +3 -0
  973. package/node_modules/d3-voronoi/LICENSE +50 -0
  974. package/node_modules/d3-voronoi/README.md +160 -0
  975. package/node_modules/d3-voronoi/build/d3-voronoi.js +999 -0
  976. package/node_modules/d3-voronoi/build/d3-voronoi.min.js +2 -0
  977. package/node_modules/d3-voronoi/graph.png +0 -0
  978. package/node_modules/d3-voronoi/index.js +1 -0
  979. package/node_modules/d3-voronoi/package.json +65 -0
  980. package/node_modules/d3-voronoi/src/Beach.js +193 -0
  981. package/node_modules/d3-voronoi/src/Cell.js +126 -0
  982. package/node_modules/d3-voronoi/src/Circle.js +78 -0
  983. package/node_modules/d3-voronoi/src/Diagram.js +142 -0
  984. package/node_modules/d3-voronoi/src/Edge.js +168 -0
  985. package/node_modules/d3-voronoi/src/RedBlackTree.js +237 -0
  986. package/node_modules/d3-voronoi/src/constant.js +5 -0
  987. package/node_modules/d3-voronoi/src/point.js +7 -0
  988. package/node_modules/d3-voronoi/src/voronoi.js +48 -0
  989. package/node_modules/deep-equal/.eslintrc +22 -0
  990. package/node_modules/deep-equal/.travis.yml +12 -0
  991. package/node_modules/deep-equal/CHANGELOG.md +120 -0
  992. package/node_modules/deep-equal/LICENSE +21 -0
  993. package/node_modules/deep-equal/example/cmp.js +11 -0
  994. package/node_modules/deep-equal/index.js +112 -0
  995. package/node_modules/deep-equal/lib/is_arguments.js +1 -0
  996. package/node_modules/deep-equal/lib/keys.js +1 -0
  997. package/node_modules/deep-equal/package.json +117 -0
  998. package/node_modules/deep-equal/readme.markdown +57 -0
  999. package/node_modules/deep-equal/test/_tape.js +21 -0
  1000. package/node_modules/deep-equal/test/cmp.js +344 -0
  1001. package/node_modules/define-properties/.editorconfig +13 -0
  1002. package/node_modules/define-properties/.eslintrc +12 -0
  1003. package/node_modules/define-properties/.jscs.json +175 -0
  1004. package/node_modules/define-properties/.travis.yml +233 -0
  1005. package/node_modules/define-properties/CHANGELOG.md +44 -0
  1006. package/node_modules/define-properties/LICENSE +21 -0
  1007. package/node_modules/define-properties/README.md +86 -0
  1008. package/node_modules/define-properties/index.js +58 -0
  1009. package/node_modules/define-properties/package.json +97 -0
  1010. package/node_modules/define-properties/test/index.js +125 -0
  1011. package/node_modules/density-clustering/.jscsrc +64 -0
  1012. package/node_modules/density-clustering/.jshintrc +5 -0
  1013. package/node_modules/density-clustering/.remote-sync.json +13 -0
  1014. package/node_modules/density-clustering/CHANGELOG.md +11 -0
  1015. package/node_modules/density-clustering/LICENSE +22 -0
  1016. package/node_modules/density-clustering/README.md +171 -0
  1017. package/node_modules/density-clustering/bower.json +40 -0
  1018. package/node_modules/density-clustering/example/browser.html +20 -0
  1019. package/node_modules/density-clustering/example/dbscan.js +11 -0
  1020. package/node_modules/density-clustering/example/kmeans.js +11 -0
  1021. package/node_modules/density-clustering/example/optics.js +12 -0
  1022. package/node_modules/density-clustering/example/priorityQueue.js +12 -0
  1023. package/node_modules/density-clustering/gulpfile.js +30 -0
  1024. package/node_modules/density-clustering/lib/DBSCAN.js +236 -0
  1025. package/node_modules/density-clustering/lib/KMEANS.js +213 -0
  1026. package/node_modules/density-clustering/lib/OPTICS.js +269 -0
  1027. package/node_modules/density-clustering/lib/PriorityQueue.js +180 -0
  1028. package/node_modules/density-clustering/lib/Utils.js +37 -0
  1029. package/node_modules/density-clustering/lib/index.js +9 -0
  1030. package/node_modules/density-clustering/package.json +70 -0
  1031. package/node_modules/density-clustering/test/DBSCAN.test.js +73 -0
  1032. package/node_modules/density-clustering/test/KMEANS.test.js +70 -0
  1033. package/node_modules/density-clustering/test/OPTICS.test.js +98 -0
  1034. package/node_modules/density-clustering/test/PriorityQueue.test.js +27 -0
  1035. package/node_modules/earcut/LICENSE +15 -0
  1036. package/node_modules/earcut/README.md +246 -0
  1037. package/node_modules/earcut/dist/earcut.dev.js +690 -0
  1038. package/node_modules/earcut/dist/earcut.min.js +1 -0
  1039. package/node_modules/earcut/package.json +77 -0
  1040. package/node_modules/earcut/src/earcut.js +684 -0
  1041. package/node_modules/follow-redirects/index.js +82 -77
  1042. package/node_modules/follow-redirects/package.json +13 -13
  1043. package/node_modules/function-bind/.editorconfig +20 -0
  1044. package/node_modules/function-bind/.eslintrc +15 -0
  1045. package/node_modules/function-bind/.jscs.json +176 -0
  1046. package/node_modules/function-bind/.npmignore +22 -0
  1047. package/node_modules/function-bind/.travis.yml +168 -0
  1048. package/node_modules/function-bind/LICENSE +20 -0
  1049. package/node_modules/function-bind/README.md +48 -0
  1050. package/node_modules/function-bind/implementation.js +52 -0
  1051. package/node_modules/function-bind/index.js +5 -0
  1052. package/node_modules/function-bind/package.json +96 -0
  1053. package/node_modules/function-bind/test/.eslintrc +9 -0
  1054. package/node_modules/function-bind/test/index.js +252 -0
  1055. package/node_modules/geojson-equality/.npmignore +2 -0
  1056. package/node_modules/geojson-equality/LICENSE.md +22 -0
  1057. package/node_modules/geojson-equality/README.md +78 -0
  1058. package/node_modules/geojson-equality/dist/geojson-equality.js +295 -0
  1059. package/node_modules/geojson-equality/dist/geojson-equality.js.map +21 -0
  1060. package/node_modules/geojson-equality/dist/geojson-equality.min.js +1 -0
  1061. package/node_modules/geojson-equality/index.js +161 -0
  1062. package/node_modules/geojson-equality/package.json +74 -0
  1063. package/node_modules/geojson-equality/test/mocha.opts +1 -0
  1064. package/node_modules/geojson-equality/test/test.js +364 -0
  1065. package/node_modules/geojson-rbush/LICENSE +20 -0
  1066. package/node_modules/geojson-rbush/README.md +213 -0
  1067. package/node_modules/geojson-rbush/index.d.ts +19 -0
  1068. package/node_modules/geojson-rbush/index.js +208 -0
  1069. package/node_modules/geojson-rbush/package.json +89 -0
  1070. package/node_modules/get-intrinsic/.eslintignore +1 -0
  1071. package/node_modules/get-intrinsic/.eslintrc +43 -0
  1072. package/node_modules/get-intrinsic/.github/FUNDING.yml +12 -0
  1073. package/node_modules/get-intrinsic/.nycrc +13 -0
  1074. package/node_modules/get-intrinsic/CHANGELOG.md +64 -0
  1075. package/node_modules/get-intrinsic/LICENSE +21 -0
  1076. package/node_modules/get-intrinsic/README.md +65 -0
  1077. package/node_modules/get-intrinsic/index.js +330 -0
  1078. package/node_modules/get-intrinsic/package.json +106 -0
  1079. package/node_modules/get-intrinsic/test/GetIntrinsic.js +260 -0
  1080. package/node_modules/has/LICENSE-MIT +22 -0
  1081. package/node_modules/has/README.md +18 -0
  1082. package/node_modules/has/package.json +73 -0
  1083. package/node_modules/has/src/index.js +5 -0
  1084. package/node_modules/has/test/index.js +10 -0
  1085. package/node_modules/has-symbols/.eslintrc +11 -0
  1086. package/node_modules/has-symbols/.github/FUNDING.yml +12 -0
  1087. package/node_modules/has-symbols/.nycrc +9 -0
  1088. package/node_modules/has-symbols/CHANGELOG.md +75 -0
  1089. package/node_modules/has-symbols/LICENSE +21 -0
  1090. package/node_modules/has-symbols/README.md +46 -0
  1091. package/node_modules/has-symbols/index.js +13 -0
  1092. package/node_modules/has-symbols/package.json +127 -0
  1093. package/node_modules/has-symbols/shams.js +42 -0
  1094. package/node_modules/has-symbols/test/index.js +22 -0
  1095. package/node_modules/has-symbols/test/shams/core-js.js +28 -0
  1096. package/node_modules/has-symbols/test/shams/get-own-property-symbols.js +28 -0
  1097. package/node_modules/has-symbols/test/tests.js +56 -0
  1098. package/node_modules/has-tostringtag/.eslintrc +11 -0
  1099. package/node_modules/has-tostringtag/.github/FUNDING.yml +12 -0
  1100. package/node_modules/has-tostringtag/CHANGELOG.md +20 -0
  1101. package/node_modules/has-tostringtag/LICENSE +21 -0
  1102. package/node_modules/has-tostringtag/README.md +46 -0
  1103. package/node_modules/has-tostringtag/index.js +7 -0
  1104. package/node_modules/has-tostringtag/package.json +111 -0
  1105. package/node_modules/has-tostringtag/shams.js +7 -0
  1106. package/node_modules/has-tostringtag/test/index.js +21 -0
  1107. package/node_modules/has-tostringtag/test/shams/core-js.js +28 -0
  1108. package/node_modules/has-tostringtag/test/shams/get-own-property-symbols.js +28 -0
  1109. package/node_modules/has-tostringtag/test/tests.js +14 -0
  1110. package/node_modules/is-arguments/.editorconfig +20 -0
  1111. package/node_modules/is-arguments/.eslintignore +1 -0
  1112. package/node_modules/is-arguments/.eslintrc +10 -0
  1113. package/node_modules/is-arguments/.github/FUNDING.yml +12 -0
  1114. package/node_modules/is-arguments/.nycrc +9 -0
  1115. package/node_modules/is-arguments/CHANGELOG.md +179 -0
  1116. package/node_modules/is-arguments/LICENSE +20 -0
  1117. package/node_modules/is-arguments/README.md +47 -0
  1118. package/node_modules/is-arguments/index.js +33 -0
  1119. package/node_modules/is-arguments/package.json +116 -0
  1120. package/node_modules/is-arguments/test/index.js +44 -0
  1121. package/node_modules/is-date-object/.editorconfig +20 -0
  1122. package/node_modules/is-date-object/.eslintignore +1 -0
  1123. package/node_modules/is-date-object/.eslintrc +9 -0
  1124. package/node_modules/is-date-object/.github/FUNDING.yml +12 -0
  1125. package/node_modules/is-date-object/.nycrc +10 -0
  1126. package/node_modules/is-date-object/CHANGELOG.md +114 -0
  1127. package/node_modules/is-date-object/LICENSE +22 -0
  1128. package/node_modules/is-date-object/README.md +52 -0
  1129. package/node_modules/is-date-object/index.js +22 -0
  1130. package/node_modules/is-date-object/package.json +110 -0
  1131. package/node_modules/is-date-object/test/index.js +36 -0
  1132. package/node_modules/is-regex/.editorconfig +20 -0
  1133. package/node_modules/is-regex/.eslintignore +1 -0
  1134. package/node_modules/is-regex/.eslintrc +19 -0
  1135. package/node_modules/is-regex/.nycrc +10 -0
  1136. package/node_modules/is-regex/CHANGELOG.md +197 -0
  1137. package/node_modules/is-regex/LICENSE +20 -0
  1138. package/node_modules/is-regex/README.md +52 -0
  1139. package/node_modules/is-regex/index.js +58 -0
  1140. package/node_modules/is-regex/package.json +114 -0
  1141. package/node_modules/is-regex/test/index.js +104 -0
  1142. package/node_modules/object-assign/index.js +90 -0
  1143. package/node_modules/object-assign/license +21 -0
  1144. package/node_modules/object-assign/package.json +76 -0
  1145. package/node_modules/object-assign/readme.md +61 -0
  1146. package/node_modules/object-is/.eslintignore +1 -0
  1147. package/node_modules/object-is/.eslintrc +5 -0
  1148. package/node_modules/object-is/.nycrc +13 -0
  1149. package/node_modules/object-is/CHANGELOG.md +150 -0
  1150. package/node_modules/object-is/LICENSE +20 -0
  1151. package/node_modules/object-is/README.md +60 -0
  1152. package/node_modules/object-is/auto.js +3 -0
  1153. package/node_modules/object-is/implementation.js +19 -0
  1154. package/node_modules/object-is/index.js +18 -0
  1155. package/node_modules/object-is/package.json +114 -0
  1156. package/node_modules/object-is/polyfill.js +7 -0
  1157. package/node_modules/object-is/shim.js +14 -0
  1158. package/node_modules/object-is/test/implementation.js +12 -0
  1159. package/node_modules/object-is/test/index.js +12 -0
  1160. package/node_modules/object-is/test/shimmed.js +28 -0
  1161. package/node_modules/object-is/test/tests.js +57 -0
  1162. package/node_modules/object-keys/.editorconfig +13 -0
  1163. package/node_modules/object-keys/.eslintrc +17 -0
  1164. package/node_modules/object-keys/.travis.yml +277 -0
  1165. package/node_modules/object-keys/CHANGELOG.md +232 -0
  1166. package/node_modules/object-keys/LICENSE +21 -0
  1167. package/node_modules/object-keys/README.md +76 -0
  1168. package/node_modules/object-keys/implementation.js +122 -0
  1169. package/node_modules/object-keys/index.js +32 -0
  1170. package/node_modules/object-keys/isArguments.js +17 -0
  1171. package/node_modules/object-keys/package.json +118 -0
  1172. package/node_modules/object-keys/test/index.js +5 -0
  1173. package/node_modules/point-in-polygon/LICENSE +21 -0
  1174. package/node_modules/point-in-polygon/example/inside.js +6 -0
  1175. package/node_modules/point-in-polygon/flat.js +15 -0
  1176. package/node_modules/point-in-polygon/index.js +12 -0
  1177. package/node_modules/point-in-polygon/nested.js +18 -0
  1178. package/node_modules/point-in-polygon/package.json +61 -0
  1179. package/node_modules/point-in-polygon/readme.markdown +51 -0
  1180. package/node_modules/point-in-polygon/test/box-offset.js +24 -0
  1181. package/node_modules/point-in-polygon/test/box.js +34 -0
  1182. package/node_modules/point-in-polygon/test/flat-offset.js +24 -0
  1183. package/node_modules/point-in-polygon/test/flat.js +24 -0
  1184. package/node_modules/polygon-clipping/CHANGELOG.md +129 -0
  1185. package/node_modules/polygon-clipping/LICENSE.md +11 -0
  1186. package/node_modules/polygon-clipping/README.md +99 -0
  1187. package/node_modules/polygon-clipping/dist/polygon-clipping.cjs.js +1826 -0
  1188. package/node_modules/polygon-clipping/dist/polygon-clipping.d.ts +11 -0
  1189. package/node_modules/polygon-clipping/dist/polygon-clipping.esm.js +1820 -0
  1190. package/node_modules/polygon-clipping/dist/polygon-clipping.umd.js +2557 -0
  1191. package/node_modules/polygon-clipping/dist/polygon-clipping.umd.min.js +10 -0
  1192. package/node_modules/polygon-clipping/dist/polygon-clipping.umd.min.js.map +1 -0
  1193. package/node_modules/polygon-clipping/package.json +113 -0
  1194. package/node_modules/quickselect/LICENSE +15 -0
  1195. package/node_modules/quickselect/README.md +28 -0
  1196. package/node_modules/quickselect/index.js +54 -0
  1197. package/node_modules/quickselect/package.json +70 -0
  1198. package/node_modules/quickselect/quickselect.js +63 -0
  1199. package/node_modules/rbush/LICENSE +21 -0
  1200. package/node_modules/rbush/README.md +218 -0
  1201. package/node_modules/rbush/index.js +512 -0
  1202. package/node_modules/rbush/package.json +87 -0
  1203. package/node_modules/rbush/rbush.js +574 -0
  1204. package/node_modules/rbush/rbush.min.js +1 -0
  1205. package/node_modules/regexp.prototype.flags/.editorconfig +13 -0
  1206. package/node_modules/regexp.prototype.flags/.eslintrc +18 -0
  1207. package/node_modules/regexp.prototype.flags/.nycrc +9 -0
  1208. package/node_modules/regexp.prototype.flags/CHANGELOG.md +184 -0
  1209. package/node_modules/regexp.prototype.flags/LICENSE +22 -0
  1210. package/node_modules/regexp.prototype.flags/README.md +54 -0
  1211. package/node_modules/regexp.prototype.flags/auto.js +3 -0
  1212. package/node_modules/regexp.prototype.flags/implementation.js +33 -0
  1213. package/node_modules/regexp.prototype.flags/index.js +18 -0
  1214. package/node_modules/regexp.prototype.flags/package.json +124 -0
  1215. package/node_modules/regexp.prototype.flags/polyfill.js +36 -0
  1216. package/node_modules/regexp.prototype.flags/shim.js +26 -0
  1217. package/node_modules/regexp.prototype.flags/test/implementation.js +20 -0
  1218. package/node_modules/regexp.prototype.flags/test/index.js +17 -0
  1219. package/node_modules/regexp.prototype.flags/test/shimmed.js +47 -0
  1220. package/node_modules/regexp.prototype.flags/test/tests.js +141 -0
  1221. package/node_modules/robust-predicates/LICENSE +24 -0
  1222. package/node_modules/robust-predicates/README.md +82 -0
  1223. package/node_modules/robust-predicates/esm/incircle.js +765 -0
  1224. package/node_modules/robust-predicates/esm/insphere.js +775 -0
  1225. package/node_modules/robust-predicates/esm/orient2d.js +186 -0
  1226. package/node_modules/robust-predicates/esm/orient3d.js +462 -0
  1227. package/node_modules/robust-predicates/esm/util.js +138 -0
  1228. package/node_modules/robust-predicates/index.js +5 -0
  1229. package/node_modules/robust-predicates/package.json +95 -0
  1230. package/node_modules/robust-predicates/umd/incircle.js +910 -0
  1231. package/node_modules/robust-predicates/umd/incircle.min.js +1 -0
  1232. package/node_modules/robust-predicates/umd/insphere.js +925 -0
  1233. package/node_modules/robust-predicates/umd/insphere.min.js +1 -0
  1234. package/node_modules/robust-predicates/umd/orient2d.js +284 -0
  1235. package/node_modules/robust-predicates/umd/orient2d.min.js +1 -0
  1236. package/node_modules/robust-predicates/umd/orient3d.js +603 -0
  1237. package/node_modules/robust-predicates/umd/orient3d.min.js +1 -0
  1238. package/node_modules/robust-predicates/umd/predicates.js +2341 -0
  1239. package/node_modules/robust-predicates/umd/predicates.min.js +1 -0
  1240. package/node_modules/skmeans/.gitattributes +17 -0
  1241. package/node_modules/skmeans/.npmignore +52 -0
  1242. package/node_modules/skmeans/Gruntfile.js +49 -0
  1243. package/node_modules/skmeans/README.md +62 -0
  1244. package/node_modules/skmeans/browser.js +19 -0
  1245. package/node_modules/skmeans/dist/browser/skmeans.js +339 -0
  1246. package/node_modules/skmeans/dist/browser/skmeans.js.map +1 -0
  1247. package/node_modules/skmeans/dist/browser/skmeans.min.js +3 -0
  1248. package/node_modules/skmeans/dist/index.html +15 -0
  1249. package/node_modules/skmeans/dist/node/Gruntfile.js +49 -0
  1250. package/node_modules/skmeans/dist/node/Gruntfile.js.map +1 -0
  1251. package/node_modules/skmeans/dist/node/browser.js +19 -0
  1252. package/node_modules/skmeans/dist/node/browser.js.map +1 -0
  1253. package/node_modules/skmeans/dist/node/distance.js +39 -0
  1254. package/node_modules/skmeans/dist/node/distance.js.map +1 -0
  1255. package/node_modules/skmeans/dist/node/kinit.js +110 -0
  1256. package/node_modules/skmeans/dist/node/kinit.js.map +1 -0
  1257. package/node_modules/skmeans/dist/node/main.js +161 -0
  1258. package/node_modules/skmeans/dist/node/main.js.map +1 -0
  1259. package/node_modules/skmeans/distance.js +37 -0
  1260. package/node_modules/skmeans/kinit.js +102 -0
  1261. package/node_modules/skmeans/main.js +147 -0
  1262. package/node_modules/skmeans/package.json +68 -0
  1263. package/node_modules/skmeans/test/data/random_pts.js +1 -0
  1264. package/node_modules/skmeans/test/data/well-separated.js +1 -0
  1265. package/node_modules/skmeans/test/multi.js +15 -0
  1266. package/node_modules/skmeans/test/stats.js +65 -0
  1267. package/node_modules/skmeans/test/test.js +42 -0
  1268. package/node_modules/skmeans/test/test_rand.js +23 -0
  1269. package/node_modules/skmeans/test/test_ws.js +23 -0
  1270. package/node_modules/skmeans/test/uni.js +15 -0
  1271. package/node_modules/splaytree/Readme.md +221 -0
  1272. package/node_modules/splaytree/dist/splay.esm.js +673 -0
  1273. package/node_modules/splaytree/dist/splay.esm.js.map +1 -0
  1274. package/node_modules/splaytree/dist/splay.js +681 -0
  1275. package/node_modules/splaytree/dist/splay.js.map +1 -0
  1276. package/node_modules/splaytree/package.json +123 -0
  1277. package/node_modules/splaytree/src/index.ts +667 -0
  1278. package/node_modules/splaytree/src/node.ts +15 -0
  1279. package/node_modules/splaytree/src/types.ts +2 -0
  1280. package/node_modules/splaytree/typings/index.d.ts +82 -0
  1281. package/node_modules/splaytree/typings/node.d.ts +8 -0
  1282. package/node_modules/splaytree/typings/types.d.ts +2 -0
  1283. package/node_modules/tinyqueue/LICENSE +15 -0
  1284. package/node_modules/tinyqueue/README.md +59 -0
  1285. package/node_modules/tinyqueue/index.d.ts +11 -0
  1286. package/node_modules/tinyqueue/index.js +79 -0
  1287. package/node_modules/tinyqueue/package.json +78 -0
  1288. package/node_modules/tinyqueue/tinyqueue.js +93 -0
  1289. package/node_modules/tinyqueue/tinyqueue.min.js +1 -0
  1290. package/node_modules/topojson-client/LICENSE +13 -0
  1291. package/node_modules/topojson-client/README.md +242 -0
  1292. package/node_modules/topojson-client/bin/topo2geo +106 -0
  1293. package/node_modules/topojson-client/bin/topomerge +216 -0
  1294. package/node_modules/topojson-client/bin/topoquantize +74 -0
  1295. package/node_modules/topojson-client/dist/topojson-client.js +508 -0
  1296. package/node_modules/topojson-client/dist/topojson-client.min.js +2 -0
  1297. package/node_modules/topojson-client/package.json +77 -0
  1298. package/node_modules/topojson-client/src/bbox.js +39 -0
  1299. package/node_modules/topojson-client/src/bisect.js +9 -0
  1300. package/node_modules/topojson-client/src/feature.js +70 -0
  1301. package/node_modules/topojson-client/src/identity.js +3 -0
  1302. package/node_modules/topojson-client/src/index.js +8 -0
  1303. package/node_modules/topojson-client/src/merge.js +103 -0
  1304. package/node_modules/topojson-client/src/mesh.js +53 -0
  1305. package/node_modules/topojson-client/src/neighbors.js +45 -0
  1306. package/node_modules/topojson-client/src/quantize.js +54 -0
  1307. package/node_modules/topojson-client/src/reverse.js +4 -0
  1308. package/node_modules/topojson-client/src/stitch.js +73 -0
  1309. package/node_modules/topojson-client/src/transform.js +19 -0
  1310. package/node_modules/topojson-client/src/untransform.js +23 -0
  1311. package/node_modules/topojson-server/LICENSE +13 -0
  1312. package/node_modules/topojson-server/README.md +75 -0
  1313. package/node_modules/topojson-server/bin/geo2topo +125 -0
  1314. package/node_modules/topojson-server/dist/topojson-server.js +838 -0
  1315. package/node_modules/topojson-server/dist/topojson-server.min.js +2 -0
  1316. package/node_modules/topojson-server/package.json +75 -0
  1317. package/node_modules/topojson-server/src/bounds.js +46 -0
  1318. package/node_modules/topojson-server/src/cut.js +62 -0
  1319. package/node_modules/topojson-server/src/dedup.js +187 -0
  1320. package/node_modules/topojson-server/src/delta.js +30 -0
  1321. package/node_modules/topojson-server/src/extract.js +67 -0
  1322. package/node_modules/topojson-server/src/geometry.js +39 -0
  1323. package/node_modules/topojson-server/src/hash/hashmap.js +70 -0
  1324. package/node_modules/topojson-server/src/hash/hashset.js +53 -0
  1325. package/node_modules/topojson-server/src/hash/point-equal.js +3 -0
  1326. package/node_modules/topojson-server/src/hash/point-hash.js +13 -0
  1327. package/node_modules/topojson-server/src/index.js +1 -0
  1328. package/node_modules/topojson-server/src/join.js +116 -0
  1329. package/node_modules/topojson-server/src/object.js +1 -0
  1330. package/node_modules/topojson-server/src/prequantize.js +72 -0
  1331. package/node_modules/topojson-server/src/topology.js +80 -0
  1332. package/node_modules/turf-jsts/README.md +19 -0
  1333. package/node_modules/turf-jsts/jsts.js +18750 -0
  1334. package/node_modules/turf-jsts/jsts.min.js +1 -0
  1335. package/node_modules/turf-jsts/jsts.mjs +18742 -0
  1336. package/node_modules/turf-jsts/package.json +100 -0
  1337. package/node_modules/turf-jsts/src/Array.js +36 -0
  1338. package/node_modules/turf-jsts/src/Map.js +150 -0
  1339. package/node_modules/turf-jsts/src/Math.js +6 -0
  1340. package/node_modules/turf-jsts/src/Number.js +18 -0
  1341. package/node_modules/turf-jsts/src/extend.js +5 -0
  1342. package/node_modules/turf-jsts/src/hasInterface.js +3 -0
  1343. package/node_modules/turf-jsts/src/index.js +18 -0
  1344. package/node_modules/turf-jsts/src/inherits.js +4 -0
  1345. package/node_modules/turf-jsts/src/java/io/ByteArrayOutputStream.js +1 -0
  1346. package/node_modules/turf-jsts/src/java/io/IOException.js +1 -0
  1347. package/node_modules/turf-jsts/src/java/io/InputStream.js +1 -0
  1348. package/node_modules/turf-jsts/src/java/io/LineNumberReader.js +1 -0
  1349. package/node_modules/turf-jsts/src/java/io/OutputStream.js +1 -0
  1350. package/node_modules/turf-jsts/src/java/io/PrintStream.js +1 -0
  1351. package/node_modules/turf-jsts/src/java/io/Serializable.js +1 -0
  1352. package/node_modules/turf-jsts/src/java/io/StringReader.js +1 -0
  1353. package/node_modules/turf-jsts/src/java/io/StringWriter.js +1 -0
  1354. package/node_modules/turf-jsts/src/java/io/Writer.js +1 -0
  1355. package/node_modules/turf-jsts/src/java/lang/Character.js +4 -0
  1356. package/node_modules/turf-jsts/src/java/lang/Cloneable.js +1 -0
  1357. package/node_modules/turf-jsts/src/java/lang/Comparable.js +1 -0
  1358. package/node_modules/turf-jsts/src/java/lang/Double.js +7 -0
  1359. package/node_modules/turf-jsts/src/java/lang/Exception.js +1 -0
  1360. package/node_modules/turf-jsts/src/java/lang/IllegalArgumentException.js +8 -0
  1361. package/node_modules/turf-jsts/src/java/lang/Integer.js +14 -0
  1362. package/node_modules/turf-jsts/src/java/lang/RuntimeException.js +8 -0
  1363. package/node_modules/turf-jsts/src/java/lang/StringBuffer.js +16 -0
  1364. package/node_modules/turf-jsts/src/java/lang/System.js +15 -0
  1365. package/node_modules/turf-jsts/src/java/text/DecimalFormat.js +1 -0
  1366. package/node_modules/turf-jsts/src/java/text/DecimalFormatSymbols.js +1 -0
  1367. package/node_modules/turf-jsts/src/java/util/ArrayList.js +181 -0
  1368. package/node_modules/turf-jsts/src/java/util/Arrays.js +60 -0
  1369. package/node_modules/turf-jsts/src/java/util/Collection.js +58 -0
  1370. package/node_modules/turf-jsts/src/java/util/Collections.js +34 -0
  1371. package/node_modules/turf-jsts/src/java/util/Comparator.js +1 -0
  1372. package/node_modules/turf-jsts/src/java/util/EmptyStackException.js +15 -0
  1373. package/node_modules/turf-jsts/src/java/util/HashMap.js +61 -0
  1374. package/node_modules/turf-jsts/src/java/util/HashSet.js +151 -0
  1375. package/node_modules/turf-jsts/src/java/util/IndexOutOfBoundsException.js +15 -0
  1376. package/node_modules/turf-jsts/src/java/util/Iterator.js +24 -0
  1377. package/node_modules/turf-jsts/src/java/util/LinkedList.js +14 -0
  1378. package/node_modules/turf-jsts/src/java/util/List.js +32 -0
  1379. package/node_modules/turf-jsts/src/java/util/Map.js +53 -0
  1380. package/node_modules/turf-jsts/src/java/util/NoSuchElementException.js +15 -0
  1381. package/node_modules/turf-jsts/src/java/util/OperationNotSupported.js +15 -0
  1382. package/node_modules/turf-jsts/src/java/util/Set.js +21 -0
  1383. package/node_modules/turf-jsts/src/java/util/SortedMap.js +10 -0
  1384. package/node_modules/turf-jsts/src/java/util/SortedSet.js +11 -0
  1385. package/node_modules/turf-jsts/src/java/util/Stack.js +132 -0
  1386. package/node_modules/turf-jsts/src/java/util/TreeMap.js +246 -0
  1387. package/node_modules/turf-jsts/src/java/util/TreeSet.js +157 -0
  1388. package/node_modules/turf-jsts/src/org/locationtech/jts/JTSVersion.js +32 -0
  1389. package/node_modules/turf-jsts/src/org/locationtech/jts/algorithm/Angle.js +105 -0
  1390. package/node_modules/turf-jsts/src/org/locationtech/jts/algorithm/BoundaryNodeRule.js +66 -0
  1391. package/node_modules/turf-jsts/src/org/locationtech/jts/algorithm/CGAlgorithms.js +194 -0
  1392. package/node_modules/turf-jsts/src/org/locationtech/jts/algorithm/CGAlgorithms3D.js +65 -0
  1393. package/node_modules/turf-jsts/src/org/locationtech/jts/algorithm/CGAlgorithmsDD.js +72 -0
  1394. package/node_modules/turf-jsts/src/org/locationtech/jts/algorithm/Centroid.js +127 -0
  1395. package/node_modules/turf-jsts/src/org/locationtech/jts/algorithm/ConvexHull.js +252 -0
  1396. package/node_modules/turf-jsts/src/org/locationtech/jts/algorithm/HCoordinate.js +105 -0
  1397. package/node_modules/turf-jsts/src/org/locationtech/jts/algorithm/InteriorPointArea.js +137 -0
  1398. package/node_modules/turf-jsts/src/org/locationtech/jts/algorithm/InteriorPointLine.js +68 -0
  1399. package/node_modules/turf-jsts/src/org/locationtech/jts/algorithm/InteriorPointPoint.js +45 -0
  1400. package/node_modules/turf-jsts/src/org/locationtech/jts/algorithm/LineIntersector.js +156 -0
  1401. package/node_modules/turf-jsts/src/org/locationtech/jts/algorithm/MCPointInRing.js +102 -0
  1402. package/node_modules/turf-jsts/src/org/locationtech/jts/algorithm/MinimumBoundingCircle.js +170 -0
  1403. package/node_modules/turf-jsts/src/org/locationtech/jts/algorithm/MinimumDiameter.js +165 -0
  1404. package/node_modules/turf-jsts/src/org/locationtech/jts/algorithm/NonRobustCGAlgorithms.js +123 -0
  1405. package/node_modules/turf-jsts/src/org/locationtech/jts/algorithm/NonRobustLineIntersector.js +147 -0
  1406. package/node_modules/turf-jsts/src/org/locationtech/jts/algorithm/NotRepresentableException.js +13 -0
  1407. package/node_modules/turf-jsts/src/org/locationtech/jts/algorithm/PointInRing.js +9 -0
  1408. package/node_modules/turf-jsts/src/org/locationtech/jts/algorithm/PointLocator.js +120 -0
  1409. package/node_modules/turf-jsts/src/org/locationtech/jts/algorithm/RayCrossingCounter.js +95 -0
  1410. package/node_modules/turf-jsts/src/org/locationtech/jts/algorithm/RectangleLineIntersector.js +46 -0
  1411. package/node_modules/turf-jsts/src/org/locationtech/jts/algorithm/RobustDeterminant.js +202 -0
  1412. package/node_modules/turf-jsts/src/org/locationtech/jts/algorithm/RobustLineIntersector.js +231 -0
  1413. package/node_modules/turf-jsts/src/org/locationtech/jts/algorithm/SimplePointInRing.js +19 -0
  1414. package/node_modules/turf-jsts/src/org/locationtech/jts/algorithm/distance/DiscreteHausdorffDistance.js +139 -0
  1415. package/node_modules/turf-jsts/src/org/locationtech/jts/algorithm/distance/DistanceToPoint.js +61 -0
  1416. package/node_modules/turf-jsts/src/org/locationtech/jts/algorithm/distance/PointPairDistance.js +79 -0
  1417. package/node_modules/turf-jsts/src/org/locationtech/jts/algorithm/locate/IndexedPointInAreaLocator.js +95 -0
  1418. package/node_modules/turf-jsts/src/org/locationtech/jts/algorithm/locate/PointOnGeometryLocator.js +9 -0
  1419. package/node_modules/turf-jsts/src/org/locationtech/jts/algorithm/locate/SimplePointInAreaLocator.js +54 -0
  1420. package/node_modules/turf-jsts/src/org/locationtech/jts/algorithm/match/AreaSimilarityMeasure.js +15 -0
  1421. package/node_modules/turf-jsts/src/org/locationtech/jts/algorithm/match/HausdorffSimilarityMeasure.js +27 -0
  1422. package/node_modules/turf-jsts/src/org/locationtech/jts/algorithm/match/SimilarityMeasure.js +9 -0
  1423. package/node_modules/turf-jsts/src/org/locationtech/jts/algorithm/match/SimilarityMeasureCombiner.js +11 -0
  1424. package/node_modules/turf-jsts/src/org/locationtech/jts/algorithm.js +42 -0
  1425. package/node_modules/turf-jsts/src/org/locationtech/jts/densify/Densifier.js +93 -0
  1426. package/node_modules/turf-jsts/src/org/locationtech/jts/densify.js +2 -0
  1427. package/node_modules/turf-jsts/src/org/locationtech/jts/dissolve/DissolveEdgeGraph.js +14 -0
  1428. package/node_modules/turf-jsts/src/org/locationtech/jts/dissolve/DissolveHalfEdge.js +21 -0
  1429. package/node_modules/turf-jsts/src/org/locationtech/jts/dissolve/LineDissolver.js +152 -0
  1430. package/node_modules/turf-jsts/src/org/locationtech/jts/dissolve.js +4 -0
  1431. package/node_modules/turf-jsts/src/org/locationtech/jts/edgegraph/EdgeGraph.js +63 -0
  1432. package/node_modules/turf-jsts/src/org/locationtech/jts/edgegraph/EdgeGraphBuilder.js +53 -0
  1433. package/node_modules/turf-jsts/src/org/locationtech/jts/edgegraph/HalfEdge.js +143 -0
  1434. package/node_modules/turf-jsts/src/org/locationtech/jts/edgegraph/MarkHalfEdge.js +41 -0
  1435. package/node_modules/turf-jsts/src/org/locationtech/jts/edgegraph.js +5 -0
  1436. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/Coordinate.js +202 -0
  1437. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/CoordinateArrays.js +247 -0
  1438. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/CoordinateFilter.js +9 -0
  1439. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/CoordinateList.js +127 -0
  1440. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/CoordinateSequence.js +26 -0
  1441. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/CoordinateSequenceComparator.js +67 -0
  1442. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/CoordinateSequenceFactory.js +23 -0
  1443. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/CoordinateSequenceFilter.js +11 -0
  1444. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/CoordinateSequences.js +104 -0
  1445. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/Dimension.js +60 -0
  1446. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/Envelope.js +347 -0
  1447. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/Geometry.js +209 -0
  1448. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/GeometryCollection.js +216 -0
  1449. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/GeometryCollectionIterator.js +68 -0
  1450. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/GeometryComponentFilter.js +9 -0
  1451. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/GeometryFactory.js +260 -0
  1452. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/GeometryFilter.js +9 -0
  1453. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/IntersectionMatrix.js +232 -0
  1454. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/LineSegment.js +276 -0
  1455. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/LineString.js +212 -0
  1456. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/Lineal.js +8 -0
  1457. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/LinearRing.js +57 -0
  1458. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/Location.js +28 -0
  1459. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/MultiLineString.js +69 -0
  1460. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/MultiPoint.js +55 -0
  1461. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/MultiPolygon.js +66 -0
  1462. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/OctagonalEnvelope.js +278 -0
  1463. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/Point.js +145 -0
  1464. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/Polygon.js +282 -0
  1465. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/Polygonal.js +8 -0
  1466. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/PrecisionModel.js +136 -0
  1467. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/Puntal.js +8 -0
  1468. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/TopologyException.js +23 -0
  1469. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/Triangle.js +143 -0
  1470. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/impl/CoordinateArraySequence.js +152 -0
  1471. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/impl/CoordinateArraySequenceFactory.js +40 -0
  1472. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/prep/AbstractPreparedPolygonContains.js +62 -0
  1473. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/prep/BasicPreparedGeometry.js +72 -0
  1474. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/prep/PreparedGeometry.js +19 -0
  1475. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/prep/PreparedGeometryFactory.js +26 -0
  1476. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/prep/PreparedLineString.js +25 -0
  1477. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/prep/PreparedLineStringIntersects.js +39 -0
  1478. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/prep/PreparedPoint.js +14 -0
  1479. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/prep/PreparedPolygon.js +59 -0
  1480. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/prep/PreparedPolygonContains.js +21 -0
  1481. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/prep/PreparedPolygonContainsProperly.js +29 -0
  1482. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/prep/PreparedPolygonCovers.js +25 -0
  1483. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/prep/PreparedPolygonIntersects.js +30 -0
  1484. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/prep/PreparedPolygonPredicate.js +63 -0
  1485. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/util/AffineTransformation.js +445 -0
  1486. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/util/AffineTransformationBuilder.js +49 -0
  1487. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/util/AffineTransformationFactory.js +72 -0
  1488. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/util/ComponentCoordinateExtracter.js +24 -0
  1489. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/util/GeometryCollectionMapper.js +26 -0
  1490. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/util/GeometryCombiner.js +80 -0
  1491. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/util/GeometryEditor.js +156 -0
  1492. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/util/GeometryExtracter.js +36 -0
  1493. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/util/GeometryMapper.js +36 -0
  1494. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/util/GeometryTransformer.js +127 -0
  1495. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/util/LineStringExtracter.js +37 -0
  1496. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/util/LinearComponentExtracter.js +98 -0
  1497. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/util/NoninvertibleTransformationException.js +10 -0
  1498. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/util/PointExtracter.js +38 -0
  1499. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/util/PolygonExtracter.js +34 -0
  1500. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/util/ShortCircuitedGeometryVisitor.js +25 -0
  1501. package/node_modules/turf-jsts/src/org/locationtech/jts/geom/util/SineStarFactory.js +50 -0
  1502. package/node_modules/turf-jsts/src/org/locationtech/jts/geom.js +73 -0
  1503. package/node_modules/turf-jsts/src/org/locationtech/jts/geomgraph/Depth.js +92 -0
  1504. package/node_modules/turf-jsts/src/org/locationtech/jts/geomgraph/DirectedEdge.js +147 -0
  1505. package/node_modules/turf-jsts/src/org/locationtech/jts/geomgraph/DirectedEdgeStar.js +239 -0
  1506. package/node_modules/turf-jsts/src/org/locationtech/jts/geomgraph/Edge.js +193 -0
  1507. package/node_modules/turf-jsts/src/org/locationtech/jts/geomgraph/EdgeEnd.js +103 -0
  1508. package/node_modules/turf-jsts/src/org/locationtech/jts/geomgraph/EdgeEndStar.js +177 -0
  1509. package/node_modules/turf-jsts/src/org/locationtech/jts/geomgraph/EdgeIntersection.js +55 -0
  1510. package/node_modules/turf-jsts/src/org/locationtech/jts/geomgraph/EdgeIntersectionList.js +78 -0
  1511. package/node_modules/turf-jsts/src/org/locationtech/jts/geomgraph/EdgeList.js +61 -0
  1512. package/node_modules/turf-jsts/src/org/locationtech/jts/geomgraph/EdgeNodingValidator.js +32 -0
  1513. package/node_modules/turf-jsts/src/org/locationtech/jts/geomgraph/EdgeRing.js +163 -0
  1514. package/node_modules/turf-jsts/src/org/locationtech/jts/geomgraph/GeometryGraph.js +255 -0
  1515. package/node_modules/turf-jsts/src/org/locationtech/jts/geomgraph/GraphComponent.js +53 -0
  1516. package/node_modules/turf-jsts/src/org/locationtech/jts/geomgraph/Label.js +147 -0
  1517. package/node_modules/turf-jsts/src/org/locationtech/jts/geomgraph/Node.js +95 -0
  1518. package/node_modules/turf-jsts/src/org/locationtech/jts/geomgraph/NodeFactory.js +13 -0
  1519. package/node_modules/turf-jsts/src/org/locationtech/jts/geomgraph/NodeMap.js +68 -0
  1520. package/node_modules/turf-jsts/src/org/locationtech/jts/geomgraph/PlanarGraph.js +142 -0
  1521. package/node_modules/turf-jsts/src/org/locationtech/jts/geomgraph/Position.js +16 -0
  1522. package/node_modules/turf-jsts/src/org/locationtech/jts/geomgraph/Quadrant.js +60 -0
  1523. package/node_modules/turf-jsts/src/org/locationtech/jts/geomgraph/TopologyLocation.js +129 -0
  1524. package/node_modules/turf-jsts/src/org/locationtech/jts/geomgraph/index/EdgeSetIntersector.js +8 -0
  1525. package/node_modules/turf-jsts/src/org/locationtech/jts/geomgraph/index/MonotoneChain.js +19 -0
  1526. package/node_modules/turf-jsts/src/org/locationtech/jts/geomgraph/index/MonotoneChainEdge.js +83 -0
  1527. package/node_modules/turf-jsts/src/org/locationtech/jts/geomgraph/index/MonotoneChainIndexer.js +41 -0
  1528. package/node_modules/turf-jsts/src/org/locationtech/jts/geomgraph/index/SegmentIntersector.js +115 -0
  1529. package/node_modules/turf-jsts/src/org/locationtech/jts/geomgraph/index/SimpleEdgeSetIntersector.js +53 -0
  1530. package/node_modules/turf-jsts/src/org/locationtech/jts/geomgraph/index/SimpleMCSweepLineIntersector.js +101 -0
  1531. package/node_modules/turf-jsts/src/org/locationtech/jts/geomgraph/index/SimpleSweepLineIntersector.js +101 -0
  1532. package/node_modules/turf-jsts/src/org/locationtech/jts/geomgraph/index/SweepLineEvent.js +65 -0
  1533. package/node_modules/turf-jsts/src/org/locationtech/jts/geomgraph/index/SweepLineSegment.js +31 -0
  1534. package/node_modules/turf-jsts/src/org/locationtech/jts/geomgraph.js +34 -0
  1535. package/node_modules/turf-jsts/src/org/locationtech/jts/index/ArrayListVisitor.js +20 -0
  1536. package/node_modules/turf-jsts/src/org/locationtech/jts/index/ItemVisitor.js +9 -0
  1537. package/node_modules/turf-jsts/src/org/locationtech/jts/index/SpatialIndex.js +18 -0
  1538. package/node_modules/turf-jsts/src/org/locationtech/jts/index/bintree/Bintree.js +74 -0
  1539. package/node_modules/turf-jsts/src/org/locationtech/jts/index/bintree/Interval.js +73 -0
  1540. package/node_modules/turf-jsts/src/org/locationtech/jts/index/bintree/Key.js +46 -0
  1541. package/node_modules/turf-jsts/src/org/locationtech/jts/index/bintree/Node.js +94 -0
  1542. package/node_modules/turf-jsts/src/org/locationtech/jts/index/bintree/NodeBase.js +97 -0
  1543. package/node_modules/turf-jsts/src/org/locationtech/jts/index/bintree/Root.js +37 -0
  1544. package/node_modules/turf-jsts/src/org/locationtech/jts/index/chain/MonotoneChain.js +107 -0
  1545. package/node_modules/turf-jsts/src/org/locationtech/jts/index/chain/MonotoneChainBuilder.js +67 -0
  1546. package/node_modules/turf-jsts/src/org/locationtech/jts/index/chain/MonotoneChainOverlapAction.js +31 -0
  1547. package/node_modules/turf-jsts/src/org/locationtech/jts/index/chain/MonotoneChainSelectAction.js +25 -0
  1548. package/node_modules/turf-jsts/src/org/locationtech/jts/index/intervalrtree/IntervalRTreeBranchNode.js +31 -0
  1549. package/node_modules/turf-jsts/src/org/locationtech/jts/index/intervalrtree/IntervalRTreeLeafNode.js +24 -0
  1550. package/node_modules/turf-jsts/src/org/locationtech/jts/index/intervalrtree/IntervalRTreeNode.js +49 -0
  1551. package/node_modules/turf-jsts/src/org/locationtech/jts/index/intervalrtree/SortedPackedIntervalRTree.js +68 -0
  1552. package/node_modules/turf-jsts/src/org/locationtech/jts/index/intervalrtree.js +5 -0
  1553. package/node_modules/turf-jsts/src/org/locationtech/jts/index/kdtree/KdNode.js +68 -0
  1554. package/node_modules/turf-jsts/src/org/locationtech/jts/index/kdtree/KdNodeVisitor.js +9 -0
  1555. package/node_modules/turf-jsts/src/org/locationtech/jts/index/kdtree/KdTree.js +201 -0
  1556. package/node_modules/turf-jsts/src/org/locationtech/jts/index/kdtree.js +4 -0
  1557. package/node_modules/turf-jsts/src/org/locationtech/jts/index/quadtree/DoubleBits.js +86 -0
  1558. package/node_modules/turf-jsts/src/org/locationtech/jts/index/quadtree/IntervalSize.js +19 -0
  1559. package/node_modules/turf-jsts/src/org/locationtech/jts/index/quadtree/Key.js +57 -0
  1560. package/node_modules/turf-jsts/src/org/locationtech/jts/index/quadtree/Node.js +114 -0
  1561. package/node_modules/turf-jsts/src/org/locationtech/jts/index/quadtree/NodeBase.js +131 -0
  1562. package/node_modules/turf-jsts/src/org/locationtech/jts/index/quadtree/Quadtree.js +81 -0
  1563. package/node_modules/turf-jsts/src/org/locationtech/jts/index/quadtree/Root.js +39 -0
  1564. package/node_modules/turf-jsts/src/org/locationtech/jts/index/quadtree.js +8 -0
  1565. package/node_modules/turf-jsts/src/org/locationtech/jts/index/strtree/AbstractNode.js +45 -0
  1566. package/node_modules/turf-jsts/src/org/locationtech/jts/index/strtree/AbstractSTRtree.js +296 -0
  1567. package/node_modules/turf-jsts/src/org/locationtech/jts/index/strtree/Boundable.js +9 -0
  1568. package/node_modules/turf-jsts/src/org/locationtech/jts/index/strtree/BoundablePair.js +83 -0
  1569. package/node_modules/turf-jsts/src/org/locationtech/jts/index/strtree/GeometryItemDistance.js +15 -0
  1570. package/node_modules/turf-jsts/src/org/locationtech/jts/index/strtree/Interval.js +46 -0
  1571. package/node_modules/turf-jsts/src/org/locationtech/jts/index/strtree/ItemBoundable.js +25 -0
  1572. package/node_modules/turf-jsts/src/org/locationtech/jts/index/strtree/ItemDistance.js +9 -0
  1573. package/node_modules/turf-jsts/src/org/locationtech/jts/index/strtree/SIRtree.js +88 -0
  1574. package/node_modules/turf-jsts/src/org/locationtech/jts/index/strtree/STRtree.js +234 -0
  1575. package/node_modules/turf-jsts/src/org/locationtech/jts/index/strtree.js +11 -0
  1576. package/node_modules/turf-jsts/src/org/locationtech/jts/index/sweepline/SweepLineEvent.js +53 -0
  1577. package/node_modules/turf-jsts/src/org/locationtech/jts/index/sweepline/SweepLineIndex.js +53 -0
  1578. package/node_modules/turf-jsts/src/org/locationtech/jts/index/sweepline/SweepLineInterval.js +34 -0
  1579. package/node_modules/turf-jsts/src/org/locationtech/jts/index/sweepline/SweepLineOverlapAction.js +9 -0
  1580. package/node_modules/turf-jsts/src/org/locationtech/jts/index/sweepline.js +5 -0
  1581. package/node_modules/turf-jsts/src/org/locationtech/jts/index.js +2 -0
  1582. package/node_modules/turf-jsts/src/org/locationtech/jts/io/GeoJSONParser.js +439 -0
  1583. package/node_modules/turf-jsts/src/org/locationtech/jts/io/GeoJSONReader.js +59 -0
  1584. package/node_modules/turf-jsts/src/org/locationtech/jts/io/GeoJSONWriter.js +36 -0
  1585. package/node_modules/turf-jsts/src/org/locationtech/jts/io/OL3Parser.js +181 -0
  1586. package/node_modules/turf-jsts/src/org/locationtech/jts/io/WKTParser.js +398 -0
  1587. package/node_modules/turf-jsts/src/org/locationtech/jts/io/WKTReader.js +62 -0
  1588. package/node_modules/turf-jsts/src/org/locationtech/jts/io/WKTWriter.js +53 -0
  1589. package/node_modules/turf-jsts/src/org/locationtech/jts/io.js +8 -0
  1590. package/node_modules/turf-jsts/src/org/locationtech/jts/linearref/ExtractLineByLocation.js +69 -0
  1591. package/node_modules/turf-jsts/src/org/locationtech/jts/linearref/LengthIndexOfPoint.js +65 -0
  1592. package/node_modules/turf-jsts/src/org/locationtech/jts/linearref/LengthIndexedLine.js +86 -0
  1593. package/node_modules/turf-jsts/src/org/locationtech/jts/linearref/LengthLocationMap.js +106 -0
  1594. package/node_modules/turf-jsts/src/org/locationtech/jts/linearref/LinearGeometryBuilder.js +74 -0
  1595. package/node_modules/turf-jsts/src/org/locationtech/jts/linearref/LinearIterator.js +88 -0
  1596. package/node_modules/turf-jsts/src/org/locationtech/jts/linearref/LinearLocation.js +207 -0
  1597. package/node_modules/turf-jsts/src/org/locationtech/jts/linearref/LocationIndexOfLine.js +33 -0
  1598. package/node_modules/turf-jsts/src/org/locationtech/jts/linearref/LocationIndexOfPoint.js +68 -0
  1599. package/node_modules/turf-jsts/src/org/locationtech/jts/linearref/LocationIndexedLine.js +65 -0
  1600. package/node_modules/turf-jsts/src/org/locationtech/jts/linearref.js +11 -0
  1601. package/node_modules/turf-jsts/src/org/locationtech/jts/math/DD.js +639 -0
  1602. package/node_modules/turf-jsts/src/org/locationtech/jts/math/MathUtil.js +71 -0
  1603. package/node_modules/turf-jsts/src/org/locationtech/jts/math/Matrix.js +54 -0
  1604. package/node_modules/turf-jsts/src/org/locationtech/jts/math/Plane3D.js +41 -0
  1605. package/node_modules/turf-jsts/src/org/locationtech/jts/math/Vector2D.js +180 -0
  1606. package/node_modules/turf-jsts/src/org/locationtech/jts/math/Vector3D.js +97 -0
  1607. package/node_modules/turf-jsts/src/org/locationtech/jts/monkey.js +167 -0
  1608. package/node_modules/turf-jsts/src/org/locationtech/jts/noding/BasicSegmentString.js +46 -0
  1609. package/node_modules/turf-jsts/src/org/locationtech/jts/noding/FastNodingValidator.js +64 -0
  1610. package/node_modules/turf-jsts/src/org/locationtech/jts/noding/FastSegmentSetIntersectionFinder.js +31 -0
  1611. package/node_modules/turf-jsts/src/org/locationtech/jts/noding/InteriorIntersectionFinder.js +96 -0
  1612. package/node_modules/turf-jsts/src/org/locationtech/jts/noding/InteriorIntersectionFinderAdder.js +41 -0
  1613. package/node_modules/turf-jsts/src/org/locationtech/jts/noding/IntersectionAdder.js +90 -0
  1614. package/node_modules/turf-jsts/src/org/locationtech/jts/noding/IteratedNoder.js +54 -0
  1615. package/node_modules/turf-jsts/src/org/locationtech/jts/noding/MCIndexNoder.js +91 -0
  1616. package/node_modules/turf-jsts/src/org/locationtech/jts/noding/MCIndexSegmentSetMutualIntersector.js +88 -0
  1617. package/node_modules/turf-jsts/src/org/locationtech/jts/noding/NodableSegmentString.js +11 -0
  1618. package/node_modules/turf-jsts/src/org/locationtech/jts/noding/NodedSegmentString.js +103 -0
  1619. package/node_modules/turf-jsts/src/org/locationtech/jts/noding/Noder.js +10 -0
  1620. package/node_modules/turf-jsts/src/org/locationtech/jts/noding/NodingValidator.js +105 -0
  1621. package/node_modules/turf-jsts/src/org/locationtech/jts/noding/Octant.js +40 -0
  1622. package/node_modules/turf-jsts/src/org/locationtech/jts/noding/OrientedCoordinateArray.js +46 -0
  1623. package/node_modules/turf-jsts/src/org/locationtech/jts/noding/ScaledNoder.js +99 -0
  1624. package/node_modules/turf-jsts/src/org/locationtech/jts/noding/SegmentIntersectionDetector.js +81 -0
  1625. package/node_modules/turf-jsts/src/org/locationtech/jts/noding/SegmentIntersector.js +10 -0
  1626. package/node_modules/turf-jsts/src/org/locationtech/jts/noding/SegmentNode.js +50 -0
  1627. package/node_modules/turf-jsts/src/org/locationtech/jts/noding/SegmentNodeList.js +210 -0
  1628. package/node_modules/turf-jsts/src/org/locationtech/jts/noding/SegmentPointComparator.js +48 -0
  1629. package/node_modules/turf-jsts/src/org/locationtech/jts/noding/SegmentSetMutualIntersector.js +9 -0
  1630. package/node_modules/turf-jsts/src/org/locationtech/jts/noding/SegmentString.js +14 -0
  1631. package/node_modules/turf-jsts/src/org/locationtech/jts/noding/SegmentStringDissolver.js +58 -0
  1632. package/node_modules/turf-jsts/src/org/locationtech/jts/noding/SegmentStringUtil.js +49 -0
  1633. package/node_modules/turf-jsts/src/org/locationtech/jts/noding/SimpleNoder.js +37 -0
  1634. package/node_modules/turf-jsts/src/org/locationtech/jts/noding/SimpleSegmentSetMutualIntersector.js +35 -0
  1635. package/node_modules/turf-jsts/src/org/locationtech/jts/noding/SinglePassNoder.js +20 -0
  1636. package/node_modules/turf-jsts/src/org/locationtech/jts/noding/snapround/GeometryNoder.js +63 -0
  1637. package/node_modules/turf-jsts/src/org/locationtech/jts/noding/snapround/HotPixel.js +126 -0
  1638. package/node_modules/turf-jsts/src/org/locationtech/jts/noding/snapround/MCIndexPointSnapper.js +75 -0
  1639. package/node_modules/turf-jsts/src/org/locationtech/jts/noding/snapround/MCIndexSnapRounder.js +90 -0
  1640. package/node_modules/turf-jsts/src/org/locationtech/jts/noding/snapround/SimpleSnapRounder.js +109 -0
  1641. package/node_modules/turf-jsts/src/org/locationtech/jts/noding.js +3 -0
  1642. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/boundary/BoundaryOp.js +117 -0
  1643. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/boundary.js +2 -0
  1644. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/buffer/BufferBuilder.js +150 -0
  1645. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/buffer/BufferInputLineSimplifier.js +98 -0
  1646. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/buffer/BufferOp.js +139 -0
  1647. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/buffer/BufferParameters.js +95 -0
  1648. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/buffer/BufferSubgraph.js +151 -0
  1649. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/buffer/OffsetCurveBuilder.js +170 -0
  1650. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/buffer/OffsetCurveSetBuilder.js +122 -0
  1651. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/buffer/OffsetSegmentGenerator.js +289 -0
  1652. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/buffer/OffsetSegmentString.js +68 -0
  1653. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/buffer/RightmostEdgeFinder.js +95 -0
  1654. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/buffer/SubgraphDepthLocater.js +111 -0
  1655. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/buffer/validate/BufferCurveMaximumDistanceFinder.js +92 -0
  1656. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/buffer/validate/BufferDistanceValidator.js +107 -0
  1657. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/buffer/validate/BufferResultValidator.js +116 -0
  1658. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/buffer/validate/DistanceToPointFinder.js +61 -0
  1659. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/buffer/validate/PointPairDistance.js +75 -0
  1660. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/buffer.js +19 -0
  1661. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/distance/ConnectedElementLocationFilter.js +28 -0
  1662. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/distance/ConnectedElementPointFilter.js +27 -0
  1663. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/distance/DistanceOp.js +239 -0
  1664. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/distance/FacetSequence.js +114 -0
  1665. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/distance/FacetSequenceTreeBuilder.js +57 -0
  1666. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/distance/GeometryLocation.js +38 -0
  1667. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/distance/IndexedFacetDistance.js +45 -0
  1668. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/distance.js +8 -0
  1669. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/distance3d/AxisPlaneCoordinateSequence.js +80 -0
  1670. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/distance3d/Distance3DOp.js +312 -0
  1671. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/distance3d/PlanarPolygon3D.js +117 -0
  1672. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/distance3d.js +4 -0
  1673. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/geometrygraph/GeometryGraphOp.js +46 -0
  1674. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/geometrygraph.js +2 -0
  1675. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/issimple/IsSimpleOp.js +164 -0
  1676. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/issimple.js +2 -0
  1677. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/linemerge/EdgeString.js +46 -0
  1678. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/linemerge/LineMergeDirectedEdge.js +28 -0
  1679. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/linemerge/LineMergeEdge.js +17 -0
  1680. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/linemerge/LineMergeGraph.js +38 -0
  1681. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/linemerge/LineMerger.js +116 -0
  1682. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/linemerge/LineSequencer.js +249 -0
  1683. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/linemerge.js +7 -0
  1684. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/overlay/ConsistentPolygonRingChecker.js +74 -0
  1685. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/overlay/EdgeSetNoder.js +32 -0
  1686. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/overlay/LineBuilder.js +96 -0
  1687. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/overlay/MaximalEdgeRing.js +43 -0
  1688. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/overlay/MinimalEdgeRing.js +21 -0
  1689. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/overlay/OverlayNodeFactory.js +15 -0
  1690. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/overlay/OverlayOp.js +332 -0
  1691. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/overlay/PointBuilder.js +45 -0
  1692. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/overlay/PolygonBuilder.js +152 -0
  1693. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/overlay/snap/GeometrySnapper.js +115 -0
  1694. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/overlay/snap/LineStringSnapper.js +93 -0
  1695. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/overlay/snap/SnapIfNeededOverlayOp.js +57 -0
  1696. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/overlay/snap/SnapOverlayOp.js +73 -0
  1697. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/overlay/validate/FuzzyPointLocator.js +77 -0
  1698. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/overlay/validate/OffsetPointGenerator.js +55 -0
  1699. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/overlay/validate/OverlayResultValidator.js +88 -0
  1700. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/overlay.js +21 -0
  1701. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/polygonize/EdgeRing.js +232 -0
  1702. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/polygonize/PolygonizeDirectedEdge.js +41 -0
  1703. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/polygonize/PolygonizeEdge.js +17 -0
  1704. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/polygonize/PolygonizeGraph.js +249 -0
  1705. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/polygonize/Polygonizer.js +186 -0
  1706. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/polygonize.js +6 -0
  1707. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/predicate/RectangleContains.js +64 -0
  1708. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/predicate/RectangleIntersects.js +158 -0
  1709. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/predicate.js +3 -0
  1710. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/relate/EdgeEndBuilder.js +64 -0
  1711. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/relate/EdgeEndBundle.js +96 -0
  1712. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/relate/EdgeEndBundleStar.js +26 -0
  1713. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/relate/RelateComputer.js +172 -0
  1714. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/relate/RelateNode.js +21 -0
  1715. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/relate/RelateNodeFactory.js +15 -0
  1716. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/relate/RelateNodeGraph.js +52 -0
  1717. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/relate/RelateOp.js +109 -0
  1718. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/relate.js +9 -0
  1719. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/union/CascadedPolygonUnion.js +157 -0
  1720. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/union/PointGeometryUnion.js +47 -0
  1721. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/union/UnaryUnionOp.js +105 -0
  1722. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/union/UnionInteracting.js +75 -0
  1723. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/union/UnionOp.js +21 -0
  1724. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/union.js +6 -0
  1725. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/valid/ConnectedInteriorTester.js +121 -0
  1726. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/valid/ConsistentAreaTester.js +54 -0
  1727. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/valid/IndexedNestedRingTester.js +60 -0
  1728. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/valid/IsValidOp.js +324 -0
  1729. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/valid/QuadtreeNestedRingTester.js +61 -0
  1730. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/valid/RepeatedPointTester.js +56 -0
  1731. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/valid/SimpleNestedRingTester.js +46 -0
  1732. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/valid/SweeplineNestedRingTester.js +57 -0
  1733. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/valid/TopologyValidationError.js +48 -0
  1734. package/node_modules/turf-jsts/src/org/locationtech/jts/operation/valid.js +10 -0
  1735. package/node_modules/turf-jsts/src/org/locationtech/jts/operation.js +4 -0
  1736. package/node_modules/turf-jsts/src/org/locationtech/jts/planargraph/DirectedEdge.js +101 -0
  1737. package/node_modules/turf-jsts/src/org/locationtech/jts/planargraph/DirectedEdgeStar.js +79 -0
  1738. package/node_modules/turf-jsts/src/org/locationtech/jts/planargraph/Edge.js +51 -0
  1739. package/node_modules/turf-jsts/src/org/locationtech/jts/planargraph/GraphComponent.js +56 -0
  1740. package/node_modules/turf-jsts/src/org/locationtech/jts/planargraph/Node.js +60 -0
  1741. package/node_modules/turf-jsts/src/org/locationtech/jts/planargraph/NodeMap.js +29 -0
  1742. package/node_modules/turf-jsts/src/org/locationtech/jts/planargraph/PlanarGraph.js +100 -0
  1743. package/node_modules/turf-jsts/src/org/locationtech/jts/planargraph/Subgraph.js +43 -0
  1744. package/node_modules/turf-jsts/src/org/locationtech/jts/planargraph/algorithm/ConnectedSubgraphFinder.js +52 -0
  1745. package/node_modules/turf-jsts/src/org/locationtech/jts/precision/CommonBits.js +67 -0
  1746. package/node_modules/turf-jsts/src/org/locationtech/jts/precision/CommonBitsOp.js +63 -0
  1747. package/node_modules/turf-jsts/src/org/locationtech/jts/precision/CommonBitsRemover.js +87 -0
  1748. package/node_modules/turf-jsts/src/org/locationtech/jts/precision/CoordinatePrecisionReducerFilter.js +25 -0
  1749. package/node_modules/turf-jsts/src/org/locationtech/jts/precision/EnhancedPrecisionOp.js +116 -0
  1750. package/node_modules/turf-jsts/src/org/locationtech/jts/precision/GeometryPrecisionReducer.js +82 -0
  1751. package/node_modules/turf-jsts/src/org/locationtech/jts/precision/MinimumClearance.js +132 -0
  1752. package/node_modules/turf-jsts/src/org/locationtech/jts/precision/PrecisionReducerCoordinateOperation.js +39 -0
  1753. package/node_modules/turf-jsts/src/org/locationtech/jts/precision/SimpleMinimumClearance.js +126 -0
  1754. package/node_modules/turf-jsts/src/org/locationtech/jts/precision.js +10 -0
  1755. package/node_modules/turf-jsts/src/org/locationtech/jts/shape/GeometricShapeBuilder.js +54 -0
  1756. package/node_modules/turf-jsts/src/org/locationtech/jts/shape/fractal/KochSnowflakeBuilder.js +66 -0
  1757. package/node_modules/turf-jsts/src/org/locationtech/jts/shape/fractal/SierpinskiCarpetBuilder.js +57 -0
  1758. package/node_modules/turf-jsts/src/org/locationtech/jts/shape/random/RandomPointsBuilder.js +56 -0
  1759. package/node_modules/turf-jsts/src/org/locationtech/jts/shape/random/RandomPointsInGridBuilder.js +70 -0
  1760. package/node_modules/turf-jsts/src/org/locationtech/jts/simplify/DouglasPeuckerLineSimplifier.js +64 -0
  1761. package/node_modules/turf-jsts/src/org/locationtech/jts/simplify/DouglasPeuckerSimplifier.js +90 -0
  1762. package/node_modules/turf-jsts/src/org/locationtech/jts/simplify/LineSegmentIndex.js +63 -0
  1763. package/node_modules/turf-jsts/src/org/locationtech/jts/simplify/TaggedLineSegment.js +36 -0
  1764. package/node_modules/turf-jsts/src/org/locationtech/jts/simplify/TaggedLineString.js +78 -0
  1765. package/node_modules/turf-jsts/src/org/locationtech/jts/simplify/TaggedLineStringSimplifier.js +129 -0
  1766. package/node_modules/turf-jsts/src/org/locationtech/jts/simplify/TaggedLinesSimplifier.js +29 -0
  1767. package/node_modules/turf-jsts/src/org/locationtech/jts/simplify/TopologyPreservingSimplifier.js +88 -0
  1768. package/node_modules/turf-jsts/src/org/locationtech/jts/simplify/VWLineSimplifier.js +135 -0
  1769. package/node_modules/turf-jsts/src/org/locationtech/jts/simplify/VWSimplifier.js +90 -0
  1770. package/node_modules/turf-jsts/src/org/locationtech/jts/simplify.js +11 -0
  1771. package/node_modules/turf-jsts/src/org/locationtech/jts/triangulate/ConformingDelaunayTriangulationBuilder.js +95 -0
  1772. package/node_modules/turf-jsts/src/org/locationtech/jts/triangulate/ConformingDelaunayTriangulator.js +216 -0
  1773. package/node_modules/turf-jsts/src/org/locationtech/jts/triangulate/ConstraintEnforcementException.js +29 -0
  1774. package/node_modules/turf-jsts/src/org/locationtech/jts/triangulate/ConstraintSplitPointFinder.js +9 -0
  1775. package/node_modules/turf-jsts/src/org/locationtech/jts/triangulate/ConstraintVertex.js +34 -0
  1776. package/node_modules/turf-jsts/src/org/locationtech/jts/triangulate/ConstraintVertexFactory.js +9 -0
  1777. package/node_modules/turf-jsts/src/org/locationtech/jts/triangulate/DelaunayTriangulationBuilder.js +84 -0
  1778. package/node_modules/turf-jsts/src/org/locationtech/jts/triangulate/IncrementalDelaunayTriangulator.js +50 -0
  1779. package/node_modules/turf-jsts/src/org/locationtech/jts/triangulate/MidpointSplitPointFinder.js +16 -0
  1780. package/node_modules/turf-jsts/src/org/locationtech/jts/triangulate/NonEncroachingSplitPointFinder.js +31 -0
  1781. package/node_modules/turf-jsts/src/org/locationtech/jts/triangulate/Segment.js +96 -0
  1782. package/node_modules/turf-jsts/src/org/locationtech/jts/triangulate/SplitSegment.js +56 -0
  1783. package/node_modules/turf-jsts/src/org/locationtech/jts/triangulate/VertexTaggedGeometryDataMapper.js +48 -0
  1784. package/node_modules/turf-jsts/src/org/locationtech/jts/triangulate/VoronoiDiagramBuilder.js +77 -0
  1785. package/node_modules/turf-jsts/src/org/locationtech/jts/triangulate/quadedge/EdgeConnectedTriangleTraversal.js +39 -0
  1786. package/node_modules/turf-jsts/src/org/locationtech/jts/triangulate/quadedge/LastFoundQuadEdgeLocator.js +32 -0
  1787. package/node_modules/turf-jsts/src/org/locationtech/jts/triangulate/quadedge/LocateFailureException.js +32 -0
  1788. package/node_modules/turf-jsts/src/org/locationtech/jts/triangulate/quadedge/QuadEdge.js +146 -0
  1789. package/node_modules/turf-jsts/src/org/locationtech/jts/triangulate/quadedge/QuadEdgeLocator.js +9 -0
  1790. package/node_modules/turf-jsts/src/org/locationtech/jts/triangulate/quadedge/QuadEdgeSubdivision.js +456 -0
  1791. package/node_modules/turf-jsts/src/org/locationtech/jts/triangulate/quadedge/QuadEdgeTriangle.js +191 -0
  1792. package/node_modules/turf-jsts/src/org/locationtech/jts/triangulate/quadedge/QuadEdgeUtil.js +19 -0
  1793. package/node_modules/turf-jsts/src/org/locationtech/jts/triangulate/quadedge/TraversalVisitor.js +9 -0
  1794. package/node_modules/turf-jsts/src/org/locationtech/jts/triangulate/quadedge/TrianglePredicate.js +113 -0
  1795. package/node_modules/turf-jsts/src/org/locationtech/jts/triangulate/quadedge/TriangleVisitor.js +9 -0
  1796. package/node_modules/turf-jsts/src/org/locationtech/jts/triangulate/quadedge/Vertex.js +210 -0
  1797. package/node_modules/turf-jsts/src/org/locationtech/jts/triangulate/quadedge.js +5 -0
  1798. package/node_modules/turf-jsts/src/org/locationtech/jts/triangulate.js +15 -0
  1799. package/node_modules/turf-jsts/src/org/locationtech/jts/util/Assert.js +53 -0
  1800. package/node_modules/turf-jsts/src/org/locationtech/jts/util/AssertionFailedException.js +19 -0
  1801. package/node_modules/turf-jsts/src/org/locationtech/jts/util/CollectionUtil.js +35 -0
  1802. package/node_modules/turf-jsts/src/org/locationtech/jts/util/CoordinateArrayFilter.js +22 -0
  1803. package/node_modules/turf-jsts/src/org/locationtech/jts/util/CoordinateCountFilter.js +19 -0
  1804. package/node_modules/turf-jsts/src/org/locationtech/jts/util/GeometricShapeFactory.js +266 -0
  1805. package/node_modules/turf-jsts/src/org/locationtech/jts/util/Memory.js +47 -0
  1806. package/node_modules/turf-jsts/src/org/locationtech/jts/util/NumberUtil.js +11 -0
  1807. package/node_modules/turf-jsts/src/org/locationtech/jts/util/ObjectCounter.js +44 -0
  1808. package/node_modules/turf-jsts/src/org/locationtech/jts/util/PriorityQueue.js +55 -0
  1809. package/node_modules/turf-jsts/src/org/locationtech/jts/util/StringUtil.js +79 -0
  1810. package/node_modules/turf-jsts/src/org/locationtech/jts/util/UniqueCoordinateArrayFilter.js +33 -0
  1811. package/package.json +21 -12
  1812. package/tak-registration.html +15 -11
  1813. package/tak-registration.js +229 -27
@@ -0,0 +1,2341 @@
1
+ (function (global, factory) {
2
+ typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
3
+ typeof define === 'function' && define.amd ? define(['exports'], factory) :
4
+ (global = global || self, factory(global.predicates = {}));
5
+ }(this, function (exports) { 'use strict';
6
+
7
+ const epsilon = 1.1102230246251565e-16;
8
+ const splitter = 134217729;
9
+ const resulterrbound = (3 + 8 * epsilon) * epsilon;
10
+
11
+ // fast_expansion_sum_zeroelim routine from oritinal code
12
+ function sum(elen, e, flen, f, h) {
13
+ let Q, Qnew, hh, bvirt;
14
+ let enow = e[0];
15
+ let fnow = f[0];
16
+ let eindex = 0;
17
+ let findex = 0;
18
+ if ((fnow > enow) === (fnow > -enow)) {
19
+ Q = enow;
20
+ enow = e[++eindex];
21
+ } else {
22
+ Q = fnow;
23
+ fnow = f[++findex];
24
+ }
25
+ let hindex = 0;
26
+ if (eindex < elen && findex < flen) {
27
+ if ((fnow > enow) === (fnow > -enow)) {
28
+ Qnew = enow + Q;
29
+ hh = Q - (Qnew - enow);
30
+ enow = e[++eindex];
31
+ } else {
32
+ Qnew = fnow + Q;
33
+ hh = Q - (Qnew - fnow);
34
+ fnow = f[++findex];
35
+ }
36
+ Q = Qnew;
37
+ if (hh !== 0) {
38
+ h[hindex++] = hh;
39
+ }
40
+ while (eindex < elen && findex < flen) {
41
+ if ((fnow > enow) === (fnow > -enow)) {
42
+ Qnew = Q + enow;
43
+ bvirt = Qnew - Q;
44
+ hh = Q - (Qnew - bvirt) + (enow - bvirt);
45
+ enow = e[++eindex];
46
+ } else {
47
+ Qnew = Q + fnow;
48
+ bvirt = Qnew - Q;
49
+ hh = Q - (Qnew - bvirt) + (fnow - bvirt);
50
+ fnow = f[++findex];
51
+ }
52
+ Q = Qnew;
53
+ if (hh !== 0) {
54
+ h[hindex++] = hh;
55
+ }
56
+ }
57
+ }
58
+ while (eindex < elen) {
59
+ Qnew = Q + enow;
60
+ bvirt = Qnew - Q;
61
+ hh = Q - (Qnew - bvirt) + (enow - bvirt);
62
+ enow = e[++eindex];
63
+ Q = Qnew;
64
+ if (hh !== 0) {
65
+ h[hindex++] = hh;
66
+ }
67
+ }
68
+ while (findex < flen) {
69
+ Qnew = Q + fnow;
70
+ bvirt = Qnew - Q;
71
+ hh = Q - (Qnew - bvirt) + (fnow - bvirt);
72
+ fnow = f[++findex];
73
+ Q = Qnew;
74
+ if (hh !== 0) {
75
+ h[hindex++] = hh;
76
+ }
77
+ }
78
+ if (Q !== 0 || hindex === 0) {
79
+ h[hindex++] = Q;
80
+ }
81
+ return hindex;
82
+ }
83
+
84
+ function sum_three(alen, a, blen, b, clen, c, tmp, out) {
85
+ return sum(sum(alen, a, blen, b, tmp), tmp, clen, c, out);
86
+ }
87
+
88
+ // scale_expansion_zeroelim routine from oritinal code
89
+ function scale(elen, e, b, h) {
90
+ let Q, sum, hh, product1, product0;
91
+ let bvirt, c, ahi, alo, bhi, blo;
92
+
93
+ c = splitter * b;
94
+ bhi = c - (c - b);
95
+ blo = b - bhi;
96
+ let enow = e[0];
97
+ Q = enow * b;
98
+ c = splitter * enow;
99
+ ahi = c - (c - enow);
100
+ alo = enow - ahi;
101
+ hh = alo * blo - (Q - ahi * bhi - alo * bhi - ahi * blo);
102
+ let hindex = 0;
103
+ if (hh !== 0) {
104
+ h[hindex++] = hh;
105
+ }
106
+ for (let i = 1; i < elen; i++) {
107
+ enow = e[i];
108
+ product1 = enow * b;
109
+ c = splitter * enow;
110
+ ahi = c - (c - enow);
111
+ alo = enow - ahi;
112
+ product0 = alo * blo - (product1 - ahi * bhi - alo * bhi - ahi * blo);
113
+ sum = Q + product0;
114
+ bvirt = sum - Q;
115
+ hh = Q - (sum - bvirt) + (product0 - bvirt);
116
+ if (hh !== 0) {
117
+ h[hindex++] = hh;
118
+ }
119
+ Q = product1 + sum;
120
+ hh = sum - (Q - product1);
121
+ if (hh !== 0) {
122
+ h[hindex++] = hh;
123
+ }
124
+ }
125
+ if (Q !== 0 || hindex === 0) {
126
+ h[hindex++] = Q;
127
+ }
128
+ return hindex;
129
+ }
130
+
131
+ function negate(elen, e) {
132
+ for (let i = 0; i < elen; i++) e[i] = -e[i];
133
+ return elen;
134
+ }
135
+
136
+ function estimate(elen, e) {
137
+ let Q = e[0];
138
+ for (let i = 1; i < elen; i++) Q += e[i];
139
+ return Q;
140
+ }
141
+
142
+ function vec(n) {
143
+ return new Float64Array(n);
144
+ }
145
+
146
+ const ccwerrboundA = (3 + 16 * epsilon) * epsilon;
147
+ const ccwerrboundB = (2 + 12 * epsilon) * epsilon;
148
+ const ccwerrboundC = (9 + 64 * epsilon) * epsilon * epsilon;
149
+
150
+ const B = vec(4);
151
+ const C1 = vec(8);
152
+ const C2 = vec(12);
153
+ const D = vec(16);
154
+ const u = vec(4);
155
+
156
+ function orient2dadapt(ax, ay, bx, by, cx, cy, detsum) {
157
+ let acxtail, acytail, bcxtail, bcytail;
158
+ let bvirt, c, ahi, alo, bhi, blo, _i, _j, _0, s1, s0, t1, t0, u3;
159
+
160
+ const acx = ax - cx;
161
+ const bcx = bx - cx;
162
+ const acy = ay - cy;
163
+ const bcy = by - cy;
164
+
165
+ s1 = acx * bcy;
166
+ c = splitter * acx;
167
+ ahi = c - (c - acx);
168
+ alo = acx - ahi;
169
+ c = splitter * bcy;
170
+ bhi = c - (c - bcy);
171
+ blo = bcy - bhi;
172
+ s0 = alo * blo - (s1 - ahi * bhi - alo * bhi - ahi * blo);
173
+ t1 = acy * bcx;
174
+ c = splitter * acy;
175
+ ahi = c - (c - acy);
176
+ alo = acy - ahi;
177
+ c = splitter * bcx;
178
+ bhi = c - (c - bcx);
179
+ blo = bcx - bhi;
180
+ t0 = alo * blo - (t1 - ahi * bhi - alo * bhi - ahi * blo);
181
+ _i = s0 - t0;
182
+ bvirt = s0 - _i;
183
+ B[0] = s0 - (_i + bvirt) + (bvirt - t0);
184
+ _j = s1 + _i;
185
+ bvirt = _j - s1;
186
+ _0 = s1 - (_j - bvirt) + (_i - bvirt);
187
+ _i = _0 - t1;
188
+ bvirt = _0 - _i;
189
+ B[1] = _0 - (_i + bvirt) + (bvirt - t1);
190
+ u3 = _j + _i;
191
+ bvirt = u3 - _j;
192
+ B[2] = _j - (u3 - bvirt) + (_i - bvirt);
193
+ B[3] = u3;
194
+
195
+ let det = estimate(4, B);
196
+ let errbound = ccwerrboundB * detsum;
197
+ if (det >= errbound || -det >= errbound) {
198
+ return det;
199
+ }
200
+
201
+ bvirt = ax - acx;
202
+ acxtail = ax - (acx + bvirt) + (bvirt - cx);
203
+ bvirt = bx - bcx;
204
+ bcxtail = bx - (bcx + bvirt) + (bvirt - cx);
205
+ bvirt = ay - acy;
206
+ acytail = ay - (acy + bvirt) + (bvirt - cy);
207
+ bvirt = by - bcy;
208
+ bcytail = by - (bcy + bvirt) + (bvirt - cy);
209
+
210
+ if (acxtail === 0 && acytail === 0 && bcxtail === 0 && bcytail === 0) {
211
+ return det;
212
+ }
213
+
214
+ errbound = ccwerrboundC * detsum + resulterrbound * Math.abs(det);
215
+ det += (acx * bcytail + bcy * acxtail) - (acy * bcxtail + bcx * acytail);
216
+ if (det >= errbound || -det >= errbound) return det;
217
+
218
+ s1 = acxtail * bcy;
219
+ c = splitter * acxtail;
220
+ ahi = c - (c - acxtail);
221
+ alo = acxtail - ahi;
222
+ c = splitter * bcy;
223
+ bhi = c - (c - bcy);
224
+ blo = bcy - bhi;
225
+ s0 = alo * blo - (s1 - ahi * bhi - alo * bhi - ahi * blo);
226
+ t1 = acytail * bcx;
227
+ c = splitter * acytail;
228
+ ahi = c - (c - acytail);
229
+ alo = acytail - ahi;
230
+ c = splitter * bcx;
231
+ bhi = c - (c - bcx);
232
+ blo = bcx - bhi;
233
+ t0 = alo * blo - (t1 - ahi * bhi - alo * bhi - ahi * blo);
234
+ _i = s0 - t0;
235
+ bvirt = s0 - _i;
236
+ u[0] = s0 - (_i + bvirt) + (bvirt - t0);
237
+ _j = s1 + _i;
238
+ bvirt = _j - s1;
239
+ _0 = s1 - (_j - bvirt) + (_i - bvirt);
240
+ _i = _0 - t1;
241
+ bvirt = _0 - _i;
242
+ u[1] = _0 - (_i + bvirt) + (bvirt - t1);
243
+ u3 = _j + _i;
244
+ bvirt = u3 - _j;
245
+ u[2] = _j - (u3 - bvirt) + (_i - bvirt);
246
+ u[3] = u3;
247
+ const C1len = sum(4, B, 4, u, C1);
248
+
249
+ s1 = acx * bcytail;
250
+ c = splitter * acx;
251
+ ahi = c - (c - acx);
252
+ alo = acx - ahi;
253
+ c = splitter * bcytail;
254
+ bhi = c - (c - bcytail);
255
+ blo = bcytail - bhi;
256
+ s0 = alo * blo - (s1 - ahi * bhi - alo * bhi - ahi * blo);
257
+ t1 = acy * bcxtail;
258
+ c = splitter * acy;
259
+ ahi = c - (c - acy);
260
+ alo = acy - ahi;
261
+ c = splitter * bcxtail;
262
+ bhi = c - (c - bcxtail);
263
+ blo = bcxtail - bhi;
264
+ t0 = alo * blo - (t1 - ahi * bhi - alo * bhi - ahi * blo);
265
+ _i = s0 - t0;
266
+ bvirt = s0 - _i;
267
+ u[0] = s0 - (_i + bvirt) + (bvirt - t0);
268
+ _j = s1 + _i;
269
+ bvirt = _j - s1;
270
+ _0 = s1 - (_j - bvirt) + (_i - bvirt);
271
+ _i = _0 - t1;
272
+ bvirt = _0 - _i;
273
+ u[1] = _0 - (_i + bvirt) + (bvirt - t1);
274
+ u3 = _j + _i;
275
+ bvirt = u3 - _j;
276
+ u[2] = _j - (u3 - bvirt) + (_i - bvirt);
277
+ u[3] = u3;
278
+ const C2len = sum(C1len, C1, 4, u, C2);
279
+
280
+ s1 = acxtail * bcytail;
281
+ c = splitter * acxtail;
282
+ ahi = c - (c - acxtail);
283
+ alo = acxtail - ahi;
284
+ c = splitter * bcytail;
285
+ bhi = c - (c - bcytail);
286
+ blo = bcytail - bhi;
287
+ s0 = alo * blo - (s1 - ahi * bhi - alo * bhi - ahi * blo);
288
+ t1 = acytail * bcxtail;
289
+ c = splitter * acytail;
290
+ ahi = c - (c - acytail);
291
+ alo = acytail - ahi;
292
+ c = splitter * bcxtail;
293
+ bhi = c - (c - bcxtail);
294
+ blo = bcxtail - bhi;
295
+ t0 = alo * blo - (t1 - ahi * bhi - alo * bhi - ahi * blo);
296
+ _i = s0 - t0;
297
+ bvirt = s0 - _i;
298
+ u[0] = s0 - (_i + bvirt) + (bvirt - t0);
299
+ _j = s1 + _i;
300
+ bvirt = _j - s1;
301
+ _0 = s1 - (_j - bvirt) + (_i - bvirt);
302
+ _i = _0 - t1;
303
+ bvirt = _0 - _i;
304
+ u[1] = _0 - (_i + bvirt) + (bvirt - t1);
305
+ u3 = _j + _i;
306
+ bvirt = u3 - _j;
307
+ u[2] = _j - (u3 - bvirt) + (_i - bvirt);
308
+ u[3] = u3;
309
+ const Dlen = sum(C2len, C2, 4, u, D);
310
+
311
+ return D[Dlen - 1];
312
+ }
313
+
314
+ function orient2d(ax, ay, bx, by, cx, cy) {
315
+ const detleft = (ay - cy) * (bx - cx);
316
+ const detright = (ax - cx) * (by - cy);
317
+ const det = detleft - detright;
318
+
319
+ if (detleft === 0 || detright === 0 || (detleft > 0) !== (detright > 0)) return det;
320
+
321
+ const detsum = Math.abs(detleft + detright);
322
+ if (Math.abs(det) >= ccwerrboundA * detsum) return det;
323
+
324
+ return -orient2dadapt(ax, ay, bx, by, cx, cy, detsum);
325
+ }
326
+
327
+ function orient2dfast(ax, ay, bx, by, cx, cy) {
328
+ return (ay - cy) * (bx - cx) - (ax - cx) * (by - cy);
329
+ }
330
+
331
+ const o3derrboundA = (7 + 56 * epsilon) * epsilon;
332
+ const o3derrboundB = (3 + 28 * epsilon) * epsilon;
333
+ const o3derrboundC = (26 + 288 * epsilon) * epsilon * epsilon;
334
+
335
+ const bc = vec(4);
336
+ const ca = vec(4);
337
+ const ab = vec(4);
338
+ const at_b = vec(4);
339
+ const at_c = vec(4);
340
+ const bt_c = vec(4);
341
+ const bt_a = vec(4);
342
+ const ct_a = vec(4);
343
+ const ct_b = vec(4);
344
+ const bct = vec(8);
345
+ const cat = vec(8);
346
+ const abt = vec(8);
347
+ const u$1 = vec(4);
348
+
349
+ const _8 = vec(8);
350
+ const _8b = vec(8);
351
+ const _16 = vec(8);
352
+ const _12 = vec(12);
353
+
354
+ let fin = vec(192);
355
+ let fin2 = vec(192);
356
+
357
+ function finadd(finlen, alen, a) {
358
+ finlen = sum(finlen, fin, alen, a, fin2);
359
+ const tmp = fin; fin = fin2; fin2 = tmp;
360
+ return finlen;
361
+ }
362
+
363
+ function tailinit(xtail, ytail, ax, ay, bx, by, a, b) {
364
+ let bvirt, c, ahi, alo, bhi, blo, _i, _j, _0, s1, s0, t1, t0, u3, negate;
365
+ if (xtail === 0) {
366
+ if (ytail === 0) {
367
+ a[0] = 0;
368
+ b[0] = 0;
369
+ return 1;
370
+ } else {
371
+ negate = -ytail;
372
+ s1 = negate * ax;
373
+ c = splitter * negate;
374
+ ahi = c - (c - negate);
375
+ alo = negate - ahi;
376
+ c = splitter * ax;
377
+ bhi = c - (c - ax);
378
+ blo = ax - bhi;
379
+ a[0] = alo * blo - (s1 - ahi * bhi - alo * bhi - ahi * blo);
380
+ a[1] = s1;
381
+ s1 = ytail * bx;
382
+ c = splitter * ytail;
383
+ ahi = c - (c - ytail);
384
+ alo = ytail - ahi;
385
+ c = splitter * bx;
386
+ bhi = c - (c - bx);
387
+ blo = bx - bhi;
388
+ b[0] = alo * blo - (s1 - ahi * bhi - alo * bhi - ahi * blo);
389
+ b[1] = s1;
390
+ return 2;
391
+ }
392
+ } else {
393
+ if (ytail === 0) {
394
+ s1 = xtail * ay;
395
+ c = splitter * xtail;
396
+ ahi = c - (c - xtail);
397
+ alo = xtail - ahi;
398
+ c = splitter * ay;
399
+ bhi = c - (c - ay);
400
+ blo = ay - bhi;
401
+ a[0] = alo * blo - (s1 - ahi * bhi - alo * bhi - ahi * blo);
402
+ a[1] = s1;
403
+ negate = -xtail;
404
+ s1 = negate * by;
405
+ c = splitter * negate;
406
+ ahi = c - (c - negate);
407
+ alo = negate - ahi;
408
+ c = splitter * by;
409
+ bhi = c - (c - by);
410
+ blo = by - bhi;
411
+ b[0] = alo * blo - (s1 - ahi * bhi - alo * bhi - ahi * blo);
412
+ b[1] = s1;
413
+ return 2;
414
+ } else {
415
+ s1 = xtail * ay;
416
+ c = splitter * xtail;
417
+ ahi = c - (c - xtail);
418
+ alo = xtail - ahi;
419
+ c = splitter * ay;
420
+ bhi = c - (c - ay);
421
+ blo = ay - bhi;
422
+ s0 = alo * blo - (s1 - ahi * bhi - alo * bhi - ahi * blo);
423
+ t1 = ytail * ax;
424
+ c = splitter * ytail;
425
+ ahi = c - (c - ytail);
426
+ alo = ytail - ahi;
427
+ c = splitter * ax;
428
+ bhi = c - (c - ax);
429
+ blo = ax - bhi;
430
+ t0 = alo * blo - (t1 - ahi * bhi - alo * bhi - ahi * blo);
431
+ _i = s0 - t0;
432
+ bvirt = s0 - _i;
433
+ a[0] = s0 - (_i + bvirt) + (bvirt - t0);
434
+ _j = s1 + _i;
435
+ bvirt = _j - s1;
436
+ _0 = s1 - (_j - bvirt) + (_i - bvirt);
437
+ _i = _0 - t1;
438
+ bvirt = _0 - _i;
439
+ a[1] = _0 - (_i + bvirt) + (bvirt - t1);
440
+ u3 = _j + _i;
441
+ bvirt = u3 - _j;
442
+ a[2] = _j - (u3 - bvirt) + (_i - bvirt);
443
+ a[3] = u3;
444
+ s1 = ytail * bx;
445
+ c = splitter * ytail;
446
+ ahi = c - (c - ytail);
447
+ alo = ytail - ahi;
448
+ c = splitter * bx;
449
+ bhi = c - (c - bx);
450
+ blo = bx - bhi;
451
+ s0 = alo * blo - (s1 - ahi * bhi - alo * bhi - ahi * blo);
452
+ t1 = xtail * by;
453
+ c = splitter * xtail;
454
+ ahi = c - (c - xtail);
455
+ alo = xtail - ahi;
456
+ c = splitter * by;
457
+ bhi = c - (c - by);
458
+ blo = by - bhi;
459
+ t0 = alo * blo - (t1 - ahi * bhi - alo * bhi - ahi * blo);
460
+ _i = s0 - t0;
461
+ bvirt = s0 - _i;
462
+ b[0] = s0 - (_i + bvirt) + (bvirt - t0);
463
+ _j = s1 + _i;
464
+ bvirt = _j - s1;
465
+ _0 = s1 - (_j - bvirt) + (_i - bvirt);
466
+ _i = _0 - t1;
467
+ bvirt = _0 - _i;
468
+ b[1] = _0 - (_i + bvirt) + (bvirt - t1);
469
+ u3 = _j + _i;
470
+ bvirt = u3 - _j;
471
+ b[2] = _j - (u3 - bvirt) + (_i - bvirt);
472
+ b[3] = u3;
473
+ return 4;
474
+ }
475
+ }
476
+ }
477
+
478
+ function tailadd(finlen, a, b, k, z) {
479
+ let bvirt, c, ahi, alo, bhi, blo, _i, _j, _k, _0, s1, s0, u3;
480
+ s1 = a * b;
481
+ c = splitter * a;
482
+ ahi = c - (c - a);
483
+ alo = a - ahi;
484
+ c = splitter * b;
485
+ bhi = c - (c - b);
486
+ blo = b - bhi;
487
+ s0 = alo * blo - (s1 - ahi * bhi - alo * bhi - ahi * blo);
488
+ c = splitter * k;
489
+ bhi = c - (c - k);
490
+ blo = k - bhi;
491
+ _i = s0 * k;
492
+ c = splitter * s0;
493
+ ahi = c - (c - s0);
494
+ alo = s0 - ahi;
495
+ u$1[0] = alo * blo - (_i - ahi * bhi - alo * bhi - ahi * blo);
496
+ _j = s1 * k;
497
+ c = splitter * s1;
498
+ ahi = c - (c - s1);
499
+ alo = s1 - ahi;
500
+ _0 = alo * blo - (_j - ahi * bhi - alo * bhi - ahi * blo);
501
+ _k = _i + _0;
502
+ bvirt = _k - _i;
503
+ u$1[1] = _i - (_k - bvirt) + (_0 - bvirt);
504
+ u3 = _j + _k;
505
+ u$1[2] = _k - (u3 - _j);
506
+ u$1[3] = u3;
507
+ finlen = finadd(finlen, 4, u$1);
508
+ if (z !== 0) {
509
+ c = splitter * z;
510
+ bhi = c - (c - z);
511
+ blo = z - bhi;
512
+ _i = s0 * z;
513
+ c = splitter * s0;
514
+ ahi = c - (c - s0);
515
+ alo = s0 - ahi;
516
+ u$1[0] = alo * blo - (_i - ahi * bhi - alo * bhi - ahi * blo);
517
+ _j = s1 * z;
518
+ c = splitter * s1;
519
+ ahi = c - (c - s1);
520
+ alo = s1 - ahi;
521
+ _0 = alo * blo - (_j - ahi * bhi - alo * bhi - ahi * blo);
522
+ _k = _i + _0;
523
+ bvirt = _k - _i;
524
+ u$1[1] = _i - (_k - bvirt) + (_0 - bvirt);
525
+ u3 = _j + _k;
526
+ u$1[2] = _k - (u3 - _j);
527
+ u$1[3] = u3;
528
+ finlen = finadd(finlen, 4, u$1);
529
+ }
530
+ return finlen;
531
+ }
532
+
533
+ function orient3dadapt(ax, ay, az, bx, by, bz, cx, cy, cz, dx, dy, dz, permanent) {
534
+ let finlen;
535
+ let adxtail, bdxtail, cdxtail;
536
+ let adytail, bdytail, cdytail;
537
+ let adztail, bdztail, cdztail;
538
+ let bvirt, c, ahi, alo, bhi, blo, _i, _j, _0, s1, s0, t1, t0, u3;
539
+
540
+ const adx = ax - dx;
541
+ const bdx = bx - dx;
542
+ const cdx = cx - dx;
543
+ const ady = ay - dy;
544
+ const bdy = by - dy;
545
+ const cdy = cy - dy;
546
+ const adz = az - dz;
547
+ const bdz = bz - dz;
548
+ const cdz = cz - dz;
549
+
550
+ s1 = bdx * cdy;
551
+ c = splitter * bdx;
552
+ ahi = c - (c - bdx);
553
+ alo = bdx - ahi;
554
+ c = splitter * cdy;
555
+ bhi = c - (c - cdy);
556
+ blo = cdy - bhi;
557
+ s0 = alo * blo - (s1 - ahi * bhi - alo * bhi - ahi * blo);
558
+ t1 = cdx * bdy;
559
+ c = splitter * cdx;
560
+ ahi = c - (c - cdx);
561
+ alo = cdx - ahi;
562
+ c = splitter * bdy;
563
+ bhi = c - (c - bdy);
564
+ blo = bdy - bhi;
565
+ t0 = alo * blo - (t1 - ahi * bhi - alo * bhi - ahi * blo);
566
+ _i = s0 - t0;
567
+ bvirt = s0 - _i;
568
+ bc[0] = s0 - (_i + bvirt) + (bvirt - t0);
569
+ _j = s1 + _i;
570
+ bvirt = _j - s1;
571
+ _0 = s1 - (_j - bvirt) + (_i - bvirt);
572
+ _i = _0 - t1;
573
+ bvirt = _0 - _i;
574
+ bc[1] = _0 - (_i + bvirt) + (bvirt - t1);
575
+ u3 = _j + _i;
576
+ bvirt = u3 - _j;
577
+ bc[2] = _j - (u3 - bvirt) + (_i - bvirt);
578
+ bc[3] = u3;
579
+ s1 = cdx * ady;
580
+ c = splitter * cdx;
581
+ ahi = c - (c - cdx);
582
+ alo = cdx - ahi;
583
+ c = splitter * ady;
584
+ bhi = c - (c - ady);
585
+ blo = ady - bhi;
586
+ s0 = alo * blo - (s1 - ahi * bhi - alo * bhi - ahi * blo);
587
+ t1 = adx * cdy;
588
+ c = splitter * adx;
589
+ ahi = c - (c - adx);
590
+ alo = adx - ahi;
591
+ c = splitter * cdy;
592
+ bhi = c - (c - cdy);
593
+ blo = cdy - bhi;
594
+ t0 = alo * blo - (t1 - ahi * bhi - alo * bhi - ahi * blo);
595
+ _i = s0 - t0;
596
+ bvirt = s0 - _i;
597
+ ca[0] = s0 - (_i + bvirt) + (bvirt - t0);
598
+ _j = s1 + _i;
599
+ bvirt = _j - s1;
600
+ _0 = s1 - (_j - bvirt) + (_i - bvirt);
601
+ _i = _0 - t1;
602
+ bvirt = _0 - _i;
603
+ ca[1] = _0 - (_i + bvirt) + (bvirt - t1);
604
+ u3 = _j + _i;
605
+ bvirt = u3 - _j;
606
+ ca[2] = _j - (u3 - bvirt) + (_i - bvirt);
607
+ ca[3] = u3;
608
+ s1 = adx * bdy;
609
+ c = splitter * adx;
610
+ ahi = c - (c - adx);
611
+ alo = adx - ahi;
612
+ c = splitter * bdy;
613
+ bhi = c - (c - bdy);
614
+ blo = bdy - bhi;
615
+ s0 = alo * blo - (s1 - ahi * bhi - alo * bhi - ahi * blo);
616
+ t1 = bdx * ady;
617
+ c = splitter * bdx;
618
+ ahi = c - (c - bdx);
619
+ alo = bdx - ahi;
620
+ c = splitter * ady;
621
+ bhi = c - (c - ady);
622
+ blo = ady - bhi;
623
+ t0 = alo * blo - (t1 - ahi * bhi - alo * bhi - ahi * blo);
624
+ _i = s0 - t0;
625
+ bvirt = s0 - _i;
626
+ ab[0] = s0 - (_i + bvirt) + (bvirt - t0);
627
+ _j = s1 + _i;
628
+ bvirt = _j - s1;
629
+ _0 = s1 - (_j - bvirt) + (_i - bvirt);
630
+ _i = _0 - t1;
631
+ bvirt = _0 - _i;
632
+ ab[1] = _0 - (_i + bvirt) + (bvirt - t1);
633
+ u3 = _j + _i;
634
+ bvirt = u3 - _j;
635
+ ab[2] = _j - (u3 - bvirt) + (_i - bvirt);
636
+ ab[3] = u3;
637
+
638
+ finlen = sum(
639
+ sum(
640
+ scale(4, bc, adz, _8), _8,
641
+ scale(4, ca, bdz, _8b), _8b, _16), _16,
642
+ scale(4, ab, cdz, _8), _8, fin);
643
+
644
+ let det = estimate(finlen, fin);
645
+ let errbound = o3derrboundB * permanent;
646
+ if (det >= errbound || -det >= errbound) {
647
+ return det;
648
+ }
649
+
650
+ bvirt = ax - adx;
651
+ adxtail = ax - (adx + bvirt) + (bvirt - dx);
652
+ bvirt = bx - bdx;
653
+ bdxtail = bx - (bdx + bvirt) + (bvirt - dx);
654
+ bvirt = cx - cdx;
655
+ cdxtail = cx - (cdx + bvirt) + (bvirt - dx);
656
+ bvirt = ay - ady;
657
+ adytail = ay - (ady + bvirt) + (bvirt - dy);
658
+ bvirt = by - bdy;
659
+ bdytail = by - (bdy + bvirt) + (bvirt - dy);
660
+ bvirt = cy - cdy;
661
+ cdytail = cy - (cdy + bvirt) + (bvirt - dy);
662
+ bvirt = az - adz;
663
+ adztail = az - (adz + bvirt) + (bvirt - dz);
664
+ bvirt = bz - bdz;
665
+ bdztail = bz - (bdz + bvirt) + (bvirt - dz);
666
+ bvirt = cz - cdz;
667
+ cdztail = cz - (cdz + bvirt) + (bvirt - dz);
668
+
669
+ if (adxtail === 0 && bdxtail === 0 && cdxtail === 0 &&
670
+ adytail === 0 && bdytail === 0 && cdytail === 0 &&
671
+ adztail === 0 && bdztail === 0 && cdztail === 0) {
672
+ return det;
673
+ }
674
+
675
+ errbound = o3derrboundC * permanent + resulterrbound * Math.abs(det);
676
+ det +=
677
+ adz * (bdx * cdytail + cdy * bdxtail - (bdy * cdxtail + cdx * bdytail)) + adztail * (bdx * cdy - bdy * cdx) +
678
+ bdz * (cdx * adytail + ady * cdxtail - (cdy * adxtail + adx * cdytail)) + bdztail * (cdx * ady - cdy * adx) +
679
+ cdz * (adx * bdytail + bdy * adxtail - (ady * bdxtail + bdx * adytail)) + cdztail * (adx * bdy - ady * bdx);
680
+ if (det >= errbound || -det >= errbound) {
681
+ return det;
682
+ }
683
+
684
+ const at_len = tailinit(adxtail, adytail, bdx, bdy, cdx, cdy, at_b, at_c);
685
+ const bt_len = tailinit(bdxtail, bdytail, cdx, cdy, adx, ady, bt_c, bt_a);
686
+ const ct_len = tailinit(cdxtail, cdytail, adx, ady, bdx, bdy, ct_a, ct_b);
687
+
688
+ const bctlen = sum(bt_len, bt_c, ct_len, ct_b, bct);
689
+ finlen = finadd(finlen, scale(bctlen, bct, adz, _16), _16);
690
+
691
+ const catlen = sum(ct_len, ct_a, at_len, at_c, cat);
692
+ finlen = finadd(finlen, scale(catlen, cat, bdz, _16), _16);
693
+
694
+ const abtlen = sum(at_len, at_b, bt_len, bt_a, abt);
695
+ finlen = finadd(finlen, scale(abtlen, abt, cdz, _16), _16);
696
+
697
+ if (adztail !== 0) {
698
+ finlen = finadd(finlen, scale(4, bc, adztail, _12), _12);
699
+ finlen = finadd(finlen, scale(bctlen, bct, adztail, _16), _16);
700
+ }
701
+ if (bdztail !== 0) {
702
+ finlen = finadd(finlen, scale(4, ca, bdztail, _12), _12);
703
+ finlen = finadd(finlen, scale(catlen, cat, bdztail, _16), _16);
704
+ }
705
+ if (cdztail !== 0) {
706
+ finlen = finadd(finlen, scale(4, ab, cdztail, _12), _12);
707
+ finlen = finadd(finlen, scale(abtlen, abt, cdztail, _16), _16);
708
+ }
709
+
710
+ if (adxtail !== 0) {
711
+ if (bdytail !== 0) {
712
+ finlen = tailadd(finlen, adxtail, bdytail, cdz, cdztail);
713
+ }
714
+ if (cdytail !== 0) {
715
+ finlen = tailadd(finlen, -adxtail, cdytail, bdz, bdztail);
716
+ }
717
+ }
718
+ if (bdxtail !== 0) {
719
+ if (cdytail !== 0) {
720
+ finlen = tailadd(finlen, bdxtail, cdytail, adz, adztail);
721
+ }
722
+ if (adytail !== 0) {
723
+ finlen = tailadd(finlen, -bdxtail, adytail, cdz, cdztail);
724
+ }
725
+ }
726
+ if (cdxtail !== 0) {
727
+ if (adytail !== 0) {
728
+ finlen = tailadd(finlen, cdxtail, adytail, bdz, bdztail);
729
+ }
730
+ if (bdytail !== 0) {
731
+ finlen = tailadd(finlen, -cdxtail, bdytail, adz, adztail);
732
+ }
733
+ }
734
+
735
+ return fin[finlen - 1];
736
+ }
737
+
738
+ function orient3d(ax, ay, az, bx, by, bz, cx, cy, cz, dx, dy, dz) {
739
+ const adx = ax - dx;
740
+ const bdx = bx - dx;
741
+ const cdx = cx - dx;
742
+ const ady = ay - dy;
743
+ const bdy = by - dy;
744
+ const cdy = cy - dy;
745
+ const adz = az - dz;
746
+ const bdz = bz - dz;
747
+ const cdz = cz - dz;
748
+
749
+ const bdxcdy = bdx * cdy;
750
+ const cdxbdy = cdx * bdy;
751
+
752
+ const cdxady = cdx * ady;
753
+ const adxcdy = adx * cdy;
754
+
755
+ const adxbdy = adx * bdy;
756
+ const bdxady = bdx * ady;
757
+
758
+ const det =
759
+ adz * (bdxcdy - cdxbdy) +
760
+ bdz * (cdxady - adxcdy) +
761
+ cdz * (adxbdy - bdxady);
762
+
763
+ const permanent =
764
+ (Math.abs(bdxcdy) + Math.abs(cdxbdy)) * Math.abs(adz) +
765
+ (Math.abs(cdxady) + Math.abs(adxcdy)) * Math.abs(bdz) +
766
+ (Math.abs(adxbdy) + Math.abs(bdxady)) * Math.abs(cdz);
767
+
768
+ const errbound = o3derrboundA * permanent;
769
+ if (det > errbound || -det > errbound) {
770
+ return det;
771
+ }
772
+
773
+ return orient3dadapt(ax, ay, az, bx, by, bz, cx, cy, cz, dx, dy, dz, permanent);
774
+ }
775
+
776
+ function orient3dfast(ax, ay, az, bx, by, bz, cx, cy, cz, dx, dy, dz) {
777
+ const adx = ax - dx;
778
+ const bdx = bx - dx;
779
+ const cdx = cx - dx;
780
+ const ady = ay - dy;
781
+ const bdy = by - dy;
782
+ const cdy = cy - dy;
783
+ const adz = az - dz;
784
+ const bdz = bz - dz;
785
+ const cdz = cz - dz;
786
+
787
+ return adx * (bdy * cdz - bdz * cdy) +
788
+ bdx * (cdy * adz - cdz * ady) +
789
+ cdx * (ady * bdz - adz * bdy);
790
+ }
791
+
792
+ const iccerrboundA = (10 + 96 * epsilon) * epsilon;
793
+ const iccerrboundB = (4 + 48 * epsilon) * epsilon;
794
+ const iccerrboundC = (44 + 576 * epsilon) * epsilon * epsilon;
795
+
796
+ const bc$1 = vec(4);
797
+ const ca$1 = vec(4);
798
+ const ab$1 = vec(4);
799
+ const aa = vec(4);
800
+ const bb = vec(4);
801
+ const cc = vec(4);
802
+ const u$2 = vec(4);
803
+ const v = vec(4);
804
+ const axtbc = vec(8);
805
+ const aytbc = vec(8);
806
+ const bxtca = vec(8);
807
+ const bytca = vec(8);
808
+ const cxtab = vec(8);
809
+ const cytab = vec(8);
810
+ const abt$1 = vec(8);
811
+ const bct$1 = vec(8);
812
+ const cat$1 = vec(8);
813
+ const abtt = vec(4);
814
+ const bctt = vec(4);
815
+ const catt = vec(4);
816
+
817
+ const _8$1 = vec(8);
818
+ const _16$1 = vec(16);
819
+ const _16b = vec(16);
820
+ const _16c = vec(16);
821
+ const _32 = vec(32);
822
+ const _32b = vec(32);
823
+ const _48 = vec(48);
824
+ const _64 = vec(64);
825
+
826
+ let fin$1 = vec(1152);
827
+ let fin2$1 = vec(1152);
828
+
829
+ function finadd$1(finlen, a, alen) {
830
+ finlen = sum(finlen, fin$1, a, alen, fin2$1);
831
+ const tmp = fin$1; fin$1 = fin2$1; fin2$1 = tmp;
832
+ return finlen;
833
+ }
834
+
835
+ function incircleadapt(ax, ay, bx, by, cx, cy, dx, dy, permanent) {
836
+ let finlen;
837
+ let adxtail, bdxtail, cdxtail, adytail, bdytail, cdytail;
838
+ let axtbclen, aytbclen, bxtcalen, bytcalen, cxtablen, cytablen;
839
+ let abtlen, bctlen, catlen;
840
+ let abttlen, bcttlen, cattlen;
841
+ let n1, n0;
842
+
843
+ let bvirt, c, ahi, alo, bhi, blo, _i, _j, _0, s1, s0, t1, t0, u3;
844
+
845
+ const adx = ax - dx;
846
+ const bdx = bx - dx;
847
+ const cdx = cx - dx;
848
+ const ady = ay - dy;
849
+ const bdy = by - dy;
850
+ const cdy = cy - dy;
851
+
852
+ s1 = bdx * cdy;
853
+ c = splitter * bdx;
854
+ ahi = c - (c - bdx);
855
+ alo = bdx - ahi;
856
+ c = splitter * cdy;
857
+ bhi = c - (c - cdy);
858
+ blo = cdy - bhi;
859
+ s0 = alo * blo - (s1 - ahi * bhi - alo * bhi - ahi * blo);
860
+ t1 = cdx * bdy;
861
+ c = splitter * cdx;
862
+ ahi = c - (c - cdx);
863
+ alo = cdx - ahi;
864
+ c = splitter * bdy;
865
+ bhi = c - (c - bdy);
866
+ blo = bdy - bhi;
867
+ t0 = alo * blo - (t1 - ahi * bhi - alo * bhi - ahi * blo);
868
+ _i = s0 - t0;
869
+ bvirt = s0 - _i;
870
+ bc$1[0] = s0 - (_i + bvirt) + (bvirt - t0);
871
+ _j = s1 + _i;
872
+ bvirt = _j - s1;
873
+ _0 = s1 - (_j - bvirt) + (_i - bvirt);
874
+ _i = _0 - t1;
875
+ bvirt = _0 - _i;
876
+ bc$1[1] = _0 - (_i + bvirt) + (bvirt - t1);
877
+ u3 = _j + _i;
878
+ bvirt = u3 - _j;
879
+ bc$1[2] = _j - (u3 - bvirt) + (_i - bvirt);
880
+ bc$1[3] = u3;
881
+ s1 = cdx * ady;
882
+ c = splitter * cdx;
883
+ ahi = c - (c - cdx);
884
+ alo = cdx - ahi;
885
+ c = splitter * ady;
886
+ bhi = c - (c - ady);
887
+ blo = ady - bhi;
888
+ s0 = alo * blo - (s1 - ahi * bhi - alo * bhi - ahi * blo);
889
+ t1 = adx * cdy;
890
+ c = splitter * adx;
891
+ ahi = c - (c - adx);
892
+ alo = adx - ahi;
893
+ c = splitter * cdy;
894
+ bhi = c - (c - cdy);
895
+ blo = cdy - bhi;
896
+ t0 = alo * blo - (t1 - ahi * bhi - alo * bhi - ahi * blo);
897
+ _i = s0 - t0;
898
+ bvirt = s0 - _i;
899
+ ca$1[0] = s0 - (_i + bvirt) + (bvirt - t0);
900
+ _j = s1 + _i;
901
+ bvirt = _j - s1;
902
+ _0 = s1 - (_j - bvirt) + (_i - bvirt);
903
+ _i = _0 - t1;
904
+ bvirt = _0 - _i;
905
+ ca$1[1] = _0 - (_i + bvirt) + (bvirt - t1);
906
+ u3 = _j + _i;
907
+ bvirt = u3 - _j;
908
+ ca$1[2] = _j - (u3 - bvirt) + (_i - bvirt);
909
+ ca$1[3] = u3;
910
+ s1 = adx * bdy;
911
+ c = splitter * adx;
912
+ ahi = c - (c - adx);
913
+ alo = adx - ahi;
914
+ c = splitter * bdy;
915
+ bhi = c - (c - bdy);
916
+ blo = bdy - bhi;
917
+ s0 = alo * blo - (s1 - ahi * bhi - alo * bhi - ahi * blo);
918
+ t1 = bdx * ady;
919
+ c = splitter * bdx;
920
+ ahi = c - (c - bdx);
921
+ alo = bdx - ahi;
922
+ c = splitter * ady;
923
+ bhi = c - (c - ady);
924
+ blo = ady - bhi;
925
+ t0 = alo * blo - (t1 - ahi * bhi - alo * bhi - ahi * blo);
926
+ _i = s0 - t0;
927
+ bvirt = s0 - _i;
928
+ ab$1[0] = s0 - (_i + bvirt) + (bvirt - t0);
929
+ _j = s1 + _i;
930
+ bvirt = _j - s1;
931
+ _0 = s1 - (_j - bvirt) + (_i - bvirt);
932
+ _i = _0 - t1;
933
+ bvirt = _0 - _i;
934
+ ab$1[1] = _0 - (_i + bvirt) + (bvirt - t1);
935
+ u3 = _j + _i;
936
+ bvirt = u3 - _j;
937
+ ab$1[2] = _j - (u3 - bvirt) + (_i - bvirt);
938
+ ab$1[3] = u3;
939
+
940
+ finlen = sum(
941
+ sum(
942
+ sum(
943
+ scale(scale(4, bc$1, adx, _8$1), _8$1, adx, _16$1), _16$1,
944
+ scale(scale(4, bc$1, ady, _8$1), _8$1, ady, _16b), _16b, _32), _32,
945
+ sum(
946
+ scale(scale(4, ca$1, bdx, _8$1), _8$1, bdx, _16$1), _16$1,
947
+ scale(scale(4, ca$1, bdy, _8$1), _8$1, bdy, _16b), _16b, _32b), _32b, _64), _64,
948
+ sum(
949
+ scale(scale(4, ab$1, cdx, _8$1), _8$1, cdx, _16$1), _16$1,
950
+ scale(scale(4, ab$1, cdy, _8$1), _8$1, cdy, _16b), _16b, _32), _32, fin$1);
951
+
952
+ let det = estimate(finlen, fin$1);
953
+ let errbound = iccerrboundB * permanent;
954
+ if (det >= errbound || -det >= errbound) {
955
+ return det;
956
+ }
957
+
958
+ bvirt = ax - adx;
959
+ adxtail = ax - (adx + bvirt) + (bvirt - dx);
960
+ bvirt = ay - ady;
961
+ adytail = ay - (ady + bvirt) + (bvirt - dy);
962
+ bvirt = bx - bdx;
963
+ bdxtail = bx - (bdx + bvirt) + (bvirt - dx);
964
+ bvirt = by - bdy;
965
+ bdytail = by - (bdy + bvirt) + (bvirt - dy);
966
+ bvirt = cx - cdx;
967
+ cdxtail = cx - (cdx + bvirt) + (bvirt - dx);
968
+ bvirt = cy - cdy;
969
+ cdytail = cy - (cdy + bvirt) + (bvirt - dy);
970
+ if (adxtail === 0 && bdxtail === 0 && cdxtail === 0 && adytail === 0 && bdytail === 0 && cdytail === 0) {
971
+ return det;
972
+ }
973
+
974
+ errbound = iccerrboundC * permanent + resulterrbound * Math.abs(det);
975
+ det += ((adx * adx + ady * ady) * ((bdx * cdytail + cdy * bdxtail) - (bdy * cdxtail + cdx * bdytail)) +
976
+ 2 * (adx * adxtail + ady * adytail) * (bdx * cdy - bdy * cdx)) +
977
+ ((bdx * bdx + bdy * bdy) * ((cdx * adytail + ady * cdxtail) - (cdy * adxtail + adx * cdytail)) +
978
+ 2 * (bdx * bdxtail + bdy * bdytail) * (cdx * ady - cdy * adx)) +
979
+ ((cdx * cdx + cdy * cdy) * ((adx * bdytail + bdy * adxtail) - (ady * bdxtail + bdx * adytail)) +
980
+ 2 * (cdx * cdxtail + cdy * cdytail) * (adx * bdy - ady * bdx));
981
+
982
+ if (det >= errbound || -det >= errbound) {
983
+ return det;
984
+ }
985
+
986
+ if (bdxtail !== 0 || bdytail !== 0 || cdxtail !== 0 || cdytail !== 0) {
987
+ s1 = adx * adx;
988
+ c = splitter * adx;
989
+ ahi = c - (c - adx);
990
+ alo = adx - ahi;
991
+ s0 = alo * alo - (s1 - ahi * ahi - (ahi + ahi) * alo);
992
+ t1 = ady * ady;
993
+ c = splitter * ady;
994
+ ahi = c - (c - ady);
995
+ alo = ady - ahi;
996
+ t0 = alo * alo - (t1 - ahi * ahi - (ahi + ahi) * alo);
997
+ _i = s0 + t0;
998
+ bvirt = _i - s0;
999
+ aa[0] = s0 - (_i - bvirt) + (t0 - bvirt);
1000
+ _j = s1 + _i;
1001
+ bvirt = _j - s1;
1002
+ _0 = s1 - (_j - bvirt) + (_i - bvirt);
1003
+ _i = _0 + t1;
1004
+ bvirt = _i - _0;
1005
+ aa[1] = _0 - (_i - bvirt) + (t1 - bvirt);
1006
+ u3 = _j + _i;
1007
+ bvirt = u3 - _j;
1008
+ aa[2] = _j - (u3 - bvirt) + (_i - bvirt);
1009
+ aa[3] = u3;
1010
+ }
1011
+ if (cdxtail !== 0 || cdytail !== 0 || adxtail !== 0 || adytail !== 0) {
1012
+ s1 = bdx * bdx;
1013
+ c = splitter * bdx;
1014
+ ahi = c - (c - bdx);
1015
+ alo = bdx - ahi;
1016
+ s0 = alo * alo - (s1 - ahi * ahi - (ahi + ahi) * alo);
1017
+ t1 = bdy * bdy;
1018
+ c = splitter * bdy;
1019
+ ahi = c - (c - bdy);
1020
+ alo = bdy - ahi;
1021
+ t0 = alo * alo - (t1 - ahi * ahi - (ahi + ahi) * alo);
1022
+ _i = s0 + t0;
1023
+ bvirt = _i - s0;
1024
+ bb[0] = s0 - (_i - bvirt) + (t0 - bvirt);
1025
+ _j = s1 + _i;
1026
+ bvirt = _j - s1;
1027
+ _0 = s1 - (_j - bvirt) + (_i - bvirt);
1028
+ _i = _0 + t1;
1029
+ bvirt = _i - _0;
1030
+ bb[1] = _0 - (_i - bvirt) + (t1 - bvirt);
1031
+ u3 = _j + _i;
1032
+ bvirt = u3 - _j;
1033
+ bb[2] = _j - (u3 - bvirt) + (_i - bvirt);
1034
+ bb[3] = u3;
1035
+ }
1036
+ if (adxtail !== 0 || adytail !== 0 || bdxtail !== 0 || bdytail !== 0) {
1037
+ s1 = cdx * cdx;
1038
+ c = splitter * cdx;
1039
+ ahi = c - (c - cdx);
1040
+ alo = cdx - ahi;
1041
+ s0 = alo * alo - (s1 - ahi * ahi - (ahi + ahi) * alo);
1042
+ t1 = cdy * cdy;
1043
+ c = splitter * cdy;
1044
+ ahi = c - (c - cdy);
1045
+ alo = cdy - ahi;
1046
+ t0 = alo * alo - (t1 - ahi * ahi - (ahi + ahi) * alo);
1047
+ _i = s0 + t0;
1048
+ bvirt = _i - s0;
1049
+ cc[0] = s0 - (_i - bvirt) + (t0 - bvirt);
1050
+ _j = s1 + _i;
1051
+ bvirt = _j - s1;
1052
+ _0 = s1 - (_j - bvirt) + (_i - bvirt);
1053
+ _i = _0 + t1;
1054
+ bvirt = _i - _0;
1055
+ cc[1] = _0 - (_i - bvirt) + (t1 - bvirt);
1056
+ u3 = _j + _i;
1057
+ bvirt = u3 - _j;
1058
+ cc[2] = _j - (u3 - bvirt) + (_i - bvirt);
1059
+ cc[3] = u3;
1060
+ }
1061
+
1062
+ if (adxtail !== 0) {
1063
+ axtbclen = scale(4, bc$1, adxtail, axtbc);
1064
+ finlen = finadd$1(finlen, sum_three(
1065
+ scale(axtbclen, axtbc, 2 * adx, _16$1), _16$1,
1066
+ scale(scale(4, cc, adxtail, _8$1), _8$1, bdy, _16b), _16b,
1067
+ scale(scale(4, bb, adxtail, _8$1), _8$1, -cdy, _16c), _16c, _32, _48), _48);
1068
+ }
1069
+ if (adytail !== 0) {
1070
+ aytbclen = scale(4, bc$1, adytail, aytbc);
1071
+ finlen = finadd$1(finlen, sum_three(
1072
+ scale(aytbclen, aytbc, 2 * ady, _16$1), _16$1,
1073
+ scale(scale(4, bb, adytail, _8$1), _8$1, cdx, _16b), _16b,
1074
+ scale(scale(4, cc, adytail, _8$1), _8$1, -bdx, _16c), _16c, _32, _48), _48);
1075
+ }
1076
+ if (bdxtail !== 0) {
1077
+ bxtcalen = scale(4, ca$1, bdxtail, bxtca);
1078
+ finlen = finadd$1(finlen, sum_three(
1079
+ scale(bxtcalen, bxtca, 2 * bdx, _16$1), _16$1,
1080
+ scale(scale(4, aa, bdxtail, _8$1), _8$1, cdy, _16b), _16b,
1081
+ scale(scale(4, cc, bdxtail, _8$1), _8$1, -ady, _16c), _16c, _32, _48), _48);
1082
+ }
1083
+ if (bdytail !== 0) {
1084
+ bytcalen = scale(4, ca$1, bdytail, bytca);
1085
+ finlen = finadd$1(finlen, sum_three(
1086
+ scale(bytcalen, bytca, 2 * bdy, _16$1), _16$1,
1087
+ scale(scale(4, cc, bdytail, _8$1), _8$1, adx, _16b), _16b,
1088
+ scale(scale(4, aa, bdytail, _8$1), _8$1, -cdx, _16c), _16c, _32, _48), _48);
1089
+ }
1090
+ if (cdxtail !== 0) {
1091
+ cxtablen = scale(4, ab$1, cdxtail, cxtab);
1092
+ finlen = finadd$1(finlen, sum_three(
1093
+ scale(cxtablen, cxtab, 2 * cdx, _16$1), _16$1,
1094
+ scale(scale(4, bb, cdxtail, _8$1), _8$1, ady, _16b), _16b,
1095
+ scale(scale(4, aa, cdxtail, _8$1), _8$1, -bdy, _16c), _16c, _32, _48), _48);
1096
+ }
1097
+ if (cdytail !== 0) {
1098
+ cytablen = scale(4, ab$1, cdytail, cytab);
1099
+ finlen = finadd$1(finlen, sum_three(
1100
+ scale(cytablen, cytab, 2 * cdy, _16$1), _16$1,
1101
+ scale(scale(4, aa, cdytail, _8$1), _8$1, bdx, _16b), _16b,
1102
+ scale(scale(4, bb, cdytail, _8$1), _8$1, -adx, _16c), _16c, _32, _48), _48);
1103
+ }
1104
+
1105
+ if (adxtail !== 0 || adytail !== 0) {
1106
+ if (bdxtail !== 0 || bdytail !== 0 || cdxtail !== 0 || cdytail !== 0) {
1107
+ s1 = bdxtail * cdy;
1108
+ c = splitter * bdxtail;
1109
+ ahi = c - (c - bdxtail);
1110
+ alo = bdxtail - ahi;
1111
+ c = splitter * cdy;
1112
+ bhi = c - (c - cdy);
1113
+ blo = cdy - bhi;
1114
+ s0 = alo * blo - (s1 - ahi * bhi - alo * bhi - ahi * blo);
1115
+ t1 = bdx * cdytail;
1116
+ c = splitter * bdx;
1117
+ ahi = c - (c - bdx);
1118
+ alo = bdx - ahi;
1119
+ c = splitter * cdytail;
1120
+ bhi = c - (c - cdytail);
1121
+ blo = cdytail - bhi;
1122
+ t0 = alo * blo - (t1 - ahi * bhi - alo * bhi - ahi * blo);
1123
+ _i = s0 + t0;
1124
+ bvirt = _i - s0;
1125
+ u$2[0] = s0 - (_i - bvirt) + (t0 - bvirt);
1126
+ _j = s1 + _i;
1127
+ bvirt = _j - s1;
1128
+ _0 = s1 - (_j - bvirt) + (_i - bvirt);
1129
+ _i = _0 + t1;
1130
+ bvirt = _i - _0;
1131
+ u$2[1] = _0 - (_i - bvirt) + (t1 - bvirt);
1132
+ u3 = _j + _i;
1133
+ bvirt = u3 - _j;
1134
+ u$2[2] = _j - (u3 - bvirt) + (_i - bvirt);
1135
+ u$2[3] = u3;
1136
+ s1 = cdxtail * -bdy;
1137
+ c = splitter * cdxtail;
1138
+ ahi = c - (c - cdxtail);
1139
+ alo = cdxtail - ahi;
1140
+ c = splitter * -bdy;
1141
+ bhi = c - (c - -bdy);
1142
+ blo = -bdy - bhi;
1143
+ s0 = alo * blo - (s1 - ahi * bhi - alo * bhi - ahi * blo);
1144
+ t1 = cdx * -bdytail;
1145
+ c = splitter * cdx;
1146
+ ahi = c - (c - cdx);
1147
+ alo = cdx - ahi;
1148
+ c = splitter * -bdytail;
1149
+ bhi = c - (c - -bdytail);
1150
+ blo = -bdytail - bhi;
1151
+ t0 = alo * blo - (t1 - ahi * bhi - alo * bhi - ahi * blo);
1152
+ _i = s0 + t0;
1153
+ bvirt = _i - s0;
1154
+ v[0] = s0 - (_i - bvirt) + (t0 - bvirt);
1155
+ _j = s1 + _i;
1156
+ bvirt = _j - s1;
1157
+ _0 = s1 - (_j - bvirt) + (_i - bvirt);
1158
+ _i = _0 + t1;
1159
+ bvirt = _i - _0;
1160
+ v[1] = _0 - (_i - bvirt) + (t1 - bvirt);
1161
+ u3 = _j + _i;
1162
+ bvirt = u3 - _j;
1163
+ v[2] = _j - (u3 - bvirt) + (_i - bvirt);
1164
+ v[3] = u3;
1165
+ bctlen = sum(4, u$2, 4, v, bct$1);
1166
+ s1 = bdxtail * cdytail;
1167
+ c = splitter * bdxtail;
1168
+ ahi = c - (c - bdxtail);
1169
+ alo = bdxtail - ahi;
1170
+ c = splitter * cdytail;
1171
+ bhi = c - (c - cdytail);
1172
+ blo = cdytail - bhi;
1173
+ s0 = alo * blo - (s1 - ahi * bhi - alo * bhi - ahi * blo);
1174
+ t1 = cdxtail * bdytail;
1175
+ c = splitter * cdxtail;
1176
+ ahi = c - (c - cdxtail);
1177
+ alo = cdxtail - ahi;
1178
+ c = splitter * bdytail;
1179
+ bhi = c - (c - bdytail);
1180
+ blo = bdytail - bhi;
1181
+ t0 = alo * blo - (t1 - ahi * bhi - alo * bhi - ahi * blo);
1182
+ _i = s0 - t0;
1183
+ bvirt = s0 - _i;
1184
+ bctt[0] = s0 - (_i + bvirt) + (bvirt - t0);
1185
+ _j = s1 + _i;
1186
+ bvirt = _j - s1;
1187
+ _0 = s1 - (_j - bvirt) + (_i - bvirt);
1188
+ _i = _0 - t1;
1189
+ bvirt = _0 - _i;
1190
+ bctt[1] = _0 - (_i + bvirt) + (bvirt - t1);
1191
+ u3 = _j + _i;
1192
+ bvirt = u3 - _j;
1193
+ bctt[2] = _j - (u3 - bvirt) + (_i - bvirt);
1194
+ bctt[3] = u3;
1195
+ bcttlen = 4;
1196
+ } else {
1197
+ bct$1[0] = 0;
1198
+ bctlen = 1;
1199
+ bctt[0] = 0;
1200
+ bcttlen = 1;
1201
+ }
1202
+ if (adxtail !== 0) {
1203
+ const len = scale(bctlen, bct$1, adxtail, _16c);
1204
+ finlen = finadd$1(finlen, sum(
1205
+ scale(axtbclen, axtbc, adxtail, _16$1), _16$1,
1206
+ scale(len, _16c, 2 * adx, _32), _32, _48), _48);
1207
+
1208
+ const len2 = scale(bcttlen, bctt, adxtail, _8$1);
1209
+ finlen = finadd$1(finlen, sum_three(
1210
+ scale(len2, _8$1, 2 * adx, _16$1), _16$1,
1211
+ scale(len2, _8$1, adxtail, _16b), _16b,
1212
+ scale(len, _16c, adxtail, _32), _32, _32b, _64), _64);
1213
+
1214
+ if (bdytail !== 0) {
1215
+ finlen = finadd$1(finlen, scale(scale(4, cc, adxtail, _8$1), _8$1, bdytail, _16$1), _16$1);
1216
+ }
1217
+ if (cdytail !== 0) {
1218
+ finlen = finadd$1(finlen, scale(scale(4, bb, -adxtail, _8$1), _8$1, cdytail, _16$1), _16$1);
1219
+ }
1220
+ }
1221
+ if (adytail !== 0) {
1222
+ const len = scale(bctlen, bct$1, adytail, _16c);
1223
+ finlen = finadd$1(finlen, sum(
1224
+ scale(aytbclen, aytbc, adytail, _16$1), _16$1,
1225
+ scale(len, _16c, 2 * ady, _32), _32, _48), _48);
1226
+
1227
+ const len2 = scale(bcttlen, bctt, adytail, _8$1);
1228
+ finlen = finadd$1(finlen, sum_three(
1229
+ scale(len2, _8$1, 2 * ady, _16$1), _16$1,
1230
+ scale(len2, _8$1, adytail, _16b), _16b,
1231
+ scale(len, _16c, adytail, _32), _32, _32b, _64), _64);
1232
+ }
1233
+ }
1234
+ if (bdxtail !== 0 || bdytail !== 0) {
1235
+ if (cdxtail !== 0 || cdytail !== 0 || adxtail !== 0 || adytail !== 0) {
1236
+ s1 = cdxtail * ady;
1237
+ c = splitter * cdxtail;
1238
+ ahi = c - (c - cdxtail);
1239
+ alo = cdxtail - ahi;
1240
+ c = splitter * ady;
1241
+ bhi = c - (c - ady);
1242
+ blo = ady - bhi;
1243
+ s0 = alo * blo - (s1 - ahi * bhi - alo * bhi - ahi * blo);
1244
+ t1 = cdx * adytail;
1245
+ c = splitter * cdx;
1246
+ ahi = c - (c - cdx);
1247
+ alo = cdx - ahi;
1248
+ c = splitter * adytail;
1249
+ bhi = c - (c - adytail);
1250
+ blo = adytail - bhi;
1251
+ t0 = alo * blo - (t1 - ahi * bhi - alo * bhi - ahi * blo);
1252
+ _i = s0 + t0;
1253
+ bvirt = _i - s0;
1254
+ u$2[0] = s0 - (_i - bvirt) + (t0 - bvirt);
1255
+ _j = s1 + _i;
1256
+ bvirt = _j - s1;
1257
+ _0 = s1 - (_j - bvirt) + (_i - bvirt);
1258
+ _i = _0 + t1;
1259
+ bvirt = _i - _0;
1260
+ u$2[1] = _0 - (_i - bvirt) + (t1 - bvirt);
1261
+ u3 = _j + _i;
1262
+ bvirt = u3 - _j;
1263
+ u$2[2] = _j - (u3 - bvirt) + (_i - bvirt);
1264
+ u$2[3] = u3;
1265
+ n1 = -cdy;
1266
+ n0 = -cdytail;
1267
+ s1 = adxtail * n1;
1268
+ c = splitter * adxtail;
1269
+ ahi = c - (c - adxtail);
1270
+ alo = adxtail - ahi;
1271
+ c = splitter * n1;
1272
+ bhi = c - (c - n1);
1273
+ blo = n1 - bhi;
1274
+ s0 = alo * blo - (s1 - ahi * bhi - alo * bhi - ahi * blo);
1275
+ t1 = adx * n0;
1276
+ c = splitter * adx;
1277
+ ahi = c - (c - adx);
1278
+ alo = adx - ahi;
1279
+ c = splitter * n0;
1280
+ bhi = c - (c - n0);
1281
+ blo = n0 - bhi;
1282
+ t0 = alo * blo - (t1 - ahi * bhi - alo * bhi - ahi * blo);
1283
+ _i = s0 + t0;
1284
+ bvirt = _i - s0;
1285
+ v[0] = s0 - (_i - bvirt) + (t0 - bvirt);
1286
+ _j = s1 + _i;
1287
+ bvirt = _j - s1;
1288
+ _0 = s1 - (_j - bvirt) + (_i - bvirt);
1289
+ _i = _0 + t1;
1290
+ bvirt = _i - _0;
1291
+ v[1] = _0 - (_i - bvirt) + (t1 - bvirt);
1292
+ u3 = _j + _i;
1293
+ bvirt = u3 - _j;
1294
+ v[2] = _j - (u3 - bvirt) + (_i - bvirt);
1295
+ v[3] = u3;
1296
+ catlen = sum(4, u$2, 4, v, cat$1);
1297
+ s1 = cdxtail * adytail;
1298
+ c = splitter * cdxtail;
1299
+ ahi = c - (c - cdxtail);
1300
+ alo = cdxtail - ahi;
1301
+ c = splitter * adytail;
1302
+ bhi = c - (c - adytail);
1303
+ blo = adytail - bhi;
1304
+ s0 = alo * blo - (s1 - ahi * bhi - alo * bhi - ahi * blo);
1305
+ t1 = adxtail * cdytail;
1306
+ c = splitter * adxtail;
1307
+ ahi = c - (c - adxtail);
1308
+ alo = adxtail - ahi;
1309
+ c = splitter * cdytail;
1310
+ bhi = c - (c - cdytail);
1311
+ blo = cdytail - bhi;
1312
+ t0 = alo * blo - (t1 - ahi * bhi - alo * bhi - ahi * blo);
1313
+ _i = s0 - t0;
1314
+ bvirt = s0 - _i;
1315
+ catt[0] = s0 - (_i + bvirt) + (bvirt - t0);
1316
+ _j = s1 + _i;
1317
+ bvirt = _j - s1;
1318
+ _0 = s1 - (_j - bvirt) + (_i - bvirt);
1319
+ _i = _0 - t1;
1320
+ bvirt = _0 - _i;
1321
+ catt[1] = _0 - (_i + bvirt) + (bvirt - t1);
1322
+ u3 = _j + _i;
1323
+ bvirt = u3 - _j;
1324
+ catt[2] = _j - (u3 - bvirt) + (_i - bvirt);
1325
+ catt[3] = u3;
1326
+ cattlen = 4;
1327
+ } else {
1328
+ cat$1[0] = 0;
1329
+ catlen = 1;
1330
+ catt[0] = 0;
1331
+ cattlen = 1;
1332
+ }
1333
+ if (bdxtail !== 0) {
1334
+ const len = scale(catlen, cat$1, bdxtail, _16c);
1335
+ finlen = finadd$1(finlen, sum(
1336
+ scale(bxtcalen, bxtca, bdxtail, _16$1), _16$1,
1337
+ scale(len, _16c, 2 * bdx, _32), _32, _48), _48);
1338
+
1339
+ const len2 = scale(cattlen, catt, bdxtail, _8$1);
1340
+ finlen = finadd$1(finlen, sum_three(
1341
+ scale(len2, _8$1, 2 * bdx, _16$1), _16$1,
1342
+ scale(len2, _8$1, bdxtail, _16b), _16b,
1343
+ scale(len, _16c, bdxtail, _32), _32, _32b, _64), _64);
1344
+
1345
+ if (cdytail !== 0) {
1346
+ finlen = finadd$1(finlen, scale(scale(4, aa, bdxtail, _8$1), _8$1, cdytail, _16$1), _16$1);
1347
+ }
1348
+ if (adytail !== 0) {
1349
+ finlen = finadd$1(finlen, scale(scale(4, cc, -bdxtail, _8$1), _8$1, adytail, _16$1), _16$1);
1350
+ }
1351
+ }
1352
+ if (bdytail !== 0) {
1353
+ const len = scale(catlen, cat$1, bdytail, _16c);
1354
+ finlen = finadd$1(finlen, sum(
1355
+ scale(bytcalen, bytca, bdytail, _16$1), _16$1,
1356
+ scale(len, _16c, 2 * bdy, _32), _32, _48), _48);
1357
+
1358
+ const len2 = scale(cattlen, catt, bdytail, _8$1);
1359
+ finlen = finadd$1(finlen, sum_three(
1360
+ scale(len2, _8$1, 2 * bdy, _16$1), _16$1,
1361
+ scale(len2, _8$1, bdytail, _16b), _16b,
1362
+ scale(len, _16c, bdytail, _32), _32, _32b, _64), _64);
1363
+ }
1364
+ }
1365
+ if (cdxtail !== 0 || cdytail !== 0) {
1366
+ if (adxtail !== 0 || adytail !== 0 || bdxtail !== 0 || bdytail !== 0) {
1367
+ s1 = adxtail * bdy;
1368
+ c = splitter * adxtail;
1369
+ ahi = c - (c - adxtail);
1370
+ alo = adxtail - ahi;
1371
+ c = splitter * bdy;
1372
+ bhi = c - (c - bdy);
1373
+ blo = bdy - bhi;
1374
+ s0 = alo * blo - (s1 - ahi * bhi - alo * bhi - ahi * blo);
1375
+ t1 = adx * bdytail;
1376
+ c = splitter * adx;
1377
+ ahi = c - (c - adx);
1378
+ alo = adx - ahi;
1379
+ c = splitter * bdytail;
1380
+ bhi = c - (c - bdytail);
1381
+ blo = bdytail - bhi;
1382
+ t0 = alo * blo - (t1 - ahi * bhi - alo * bhi - ahi * blo);
1383
+ _i = s0 + t0;
1384
+ bvirt = _i - s0;
1385
+ u$2[0] = s0 - (_i - bvirt) + (t0 - bvirt);
1386
+ _j = s1 + _i;
1387
+ bvirt = _j - s1;
1388
+ _0 = s1 - (_j - bvirt) + (_i - bvirt);
1389
+ _i = _0 + t1;
1390
+ bvirt = _i - _0;
1391
+ u$2[1] = _0 - (_i - bvirt) + (t1 - bvirt);
1392
+ u3 = _j + _i;
1393
+ bvirt = u3 - _j;
1394
+ u$2[2] = _j - (u3 - bvirt) + (_i - bvirt);
1395
+ u$2[3] = u3;
1396
+ n1 = -ady;
1397
+ n0 = -adytail;
1398
+ s1 = bdxtail * n1;
1399
+ c = splitter * bdxtail;
1400
+ ahi = c - (c - bdxtail);
1401
+ alo = bdxtail - ahi;
1402
+ c = splitter * n1;
1403
+ bhi = c - (c - n1);
1404
+ blo = n1 - bhi;
1405
+ s0 = alo * blo - (s1 - ahi * bhi - alo * bhi - ahi * blo);
1406
+ t1 = bdx * n0;
1407
+ c = splitter * bdx;
1408
+ ahi = c - (c - bdx);
1409
+ alo = bdx - ahi;
1410
+ c = splitter * n0;
1411
+ bhi = c - (c - n0);
1412
+ blo = n0 - bhi;
1413
+ t0 = alo * blo - (t1 - ahi * bhi - alo * bhi - ahi * blo);
1414
+ _i = s0 + t0;
1415
+ bvirt = _i - s0;
1416
+ v[0] = s0 - (_i - bvirt) + (t0 - bvirt);
1417
+ _j = s1 + _i;
1418
+ bvirt = _j - s1;
1419
+ _0 = s1 - (_j - bvirt) + (_i - bvirt);
1420
+ _i = _0 + t1;
1421
+ bvirt = _i - _0;
1422
+ v[1] = _0 - (_i - bvirt) + (t1 - bvirt);
1423
+ u3 = _j + _i;
1424
+ bvirt = u3 - _j;
1425
+ v[2] = _j - (u3 - bvirt) + (_i - bvirt);
1426
+ v[3] = u3;
1427
+ abtlen = sum(4, u$2, 4, v, abt$1);
1428
+ s1 = adxtail * bdytail;
1429
+ c = splitter * adxtail;
1430
+ ahi = c - (c - adxtail);
1431
+ alo = adxtail - ahi;
1432
+ c = splitter * bdytail;
1433
+ bhi = c - (c - bdytail);
1434
+ blo = bdytail - bhi;
1435
+ s0 = alo * blo - (s1 - ahi * bhi - alo * bhi - ahi * blo);
1436
+ t1 = bdxtail * adytail;
1437
+ c = splitter * bdxtail;
1438
+ ahi = c - (c - bdxtail);
1439
+ alo = bdxtail - ahi;
1440
+ c = splitter * adytail;
1441
+ bhi = c - (c - adytail);
1442
+ blo = adytail - bhi;
1443
+ t0 = alo * blo - (t1 - ahi * bhi - alo * bhi - ahi * blo);
1444
+ _i = s0 - t0;
1445
+ bvirt = s0 - _i;
1446
+ abtt[0] = s0 - (_i + bvirt) + (bvirt - t0);
1447
+ _j = s1 + _i;
1448
+ bvirt = _j - s1;
1449
+ _0 = s1 - (_j - bvirt) + (_i - bvirt);
1450
+ _i = _0 - t1;
1451
+ bvirt = _0 - _i;
1452
+ abtt[1] = _0 - (_i + bvirt) + (bvirt - t1);
1453
+ u3 = _j + _i;
1454
+ bvirt = u3 - _j;
1455
+ abtt[2] = _j - (u3 - bvirt) + (_i - bvirt);
1456
+ abtt[3] = u3;
1457
+ abttlen = 4;
1458
+ } else {
1459
+ abt$1[0] = 0;
1460
+ abtlen = 1;
1461
+ abtt[0] = 0;
1462
+ abttlen = 1;
1463
+ }
1464
+ if (cdxtail !== 0) {
1465
+ const len = scale(abtlen, abt$1, cdxtail, _16c);
1466
+ finlen = finadd$1(finlen, sum(
1467
+ scale(cxtablen, cxtab, cdxtail, _16$1), _16$1,
1468
+ scale(len, _16c, 2 * cdx, _32), _32, _48), _48);
1469
+
1470
+ const len2 = scale(abttlen, abtt, cdxtail, _8$1);
1471
+ finlen = finadd$1(finlen, sum_three(
1472
+ scale(len2, _8$1, 2 * cdx, _16$1), _16$1,
1473
+ scale(len2, _8$1, cdxtail, _16b), _16b,
1474
+ scale(len, _16c, cdxtail, _32), _32, _32b, _64), _64);
1475
+
1476
+ if (adytail !== 0) {
1477
+ finlen = finadd$1(finlen, scale(scale(4, bb, cdxtail, _8$1), _8$1, adytail, _16$1), _16$1);
1478
+ }
1479
+ if (bdytail !== 0) {
1480
+ finlen = finadd$1(finlen, scale(scale(4, aa, -cdxtail, _8$1), _8$1, bdytail, _16$1), _16$1);
1481
+ }
1482
+ }
1483
+ if (cdytail !== 0) {
1484
+ const len = scale(abtlen, abt$1, cdytail, _16c);
1485
+ finlen = finadd$1(finlen, sum(
1486
+ scale(cytablen, cytab, cdytail, _16$1), _16$1,
1487
+ scale(len, _16c, 2 * cdy, _32), _32, _48), _48);
1488
+
1489
+ const len2 = scale(abttlen, abtt, cdytail, _8$1);
1490
+ finlen = finadd$1(finlen, sum_three(
1491
+ scale(len2, _8$1, 2 * cdy, _16$1), _16$1,
1492
+ scale(len2, _8$1, cdytail, _16b), _16b,
1493
+ scale(len, _16c, cdytail, _32), _32, _32b, _64), _64);
1494
+ }
1495
+ }
1496
+
1497
+ return fin$1[finlen - 1];
1498
+ }
1499
+
1500
+ function incircle(ax, ay, bx, by, cx, cy, dx, dy) {
1501
+ const adx = ax - dx;
1502
+ const bdx = bx - dx;
1503
+ const cdx = cx - dx;
1504
+ const ady = ay - dy;
1505
+ const bdy = by - dy;
1506
+ const cdy = cy - dy;
1507
+
1508
+ const bdxcdy = bdx * cdy;
1509
+ const cdxbdy = cdx * bdy;
1510
+ const alift = adx * adx + ady * ady;
1511
+
1512
+ const cdxady = cdx * ady;
1513
+ const adxcdy = adx * cdy;
1514
+ const blift = bdx * bdx + bdy * bdy;
1515
+
1516
+ const adxbdy = adx * bdy;
1517
+ const bdxady = bdx * ady;
1518
+ const clift = cdx * cdx + cdy * cdy;
1519
+
1520
+ const det =
1521
+ alift * (bdxcdy - cdxbdy) +
1522
+ blift * (cdxady - adxcdy) +
1523
+ clift * (adxbdy - bdxady);
1524
+
1525
+ const permanent =
1526
+ (Math.abs(bdxcdy) + Math.abs(cdxbdy)) * alift +
1527
+ (Math.abs(cdxady) + Math.abs(adxcdy)) * blift +
1528
+ (Math.abs(adxbdy) + Math.abs(bdxady)) * clift;
1529
+
1530
+ const errbound = iccerrboundA * permanent;
1531
+
1532
+ if (det > errbound || -det > errbound) {
1533
+ return det;
1534
+ }
1535
+ return incircleadapt(ax, ay, bx, by, cx, cy, dx, dy, permanent);
1536
+ }
1537
+
1538
+ function incirclefast(ax, ay, bx, by, cx, cy, dx, dy) {
1539
+ const adx = ax - dx;
1540
+ const ady = ay - dy;
1541
+ const bdx = bx - dx;
1542
+ const bdy = by - dy;
1543
+ const cdx = cx - dx;
1544
+ const cdy = cy - dy;
1545
+
1546
+ const abdet = adx * bdy - bdx * ady;
1547
+ const bcdet = bdx * cdy - cdx * bdy;
1548
+ const cadet = cdx * ady - adx * cdy;
1549
+ const alift = adx * adx + ady * ady;
1550
+ const blift = bdx * bdx + bdy * bdy;
1551
+ const clift = cdx * cdx + cdy * cdy;
1552
+
1553
+ return alift * bcdet + blift * cadet + clift * abdet;
1554
+ }
1555
+
1556
+ const isperrboundA = (16 + 224 * epsilon) * epsilon;
1557
+ const isperrboundB = (5 + 72 * epsilon) * epsilon;
1558
+ const isperrboundC = (71 + 1408 * epsilon) * epsilon * epsilon;
1559
+
1560
+ const ab$2 = vec(4);
1561
+ const bc$2 = vec(4);
1562
+ const cd = vec(4);
1563
+ const de = vec(4);
1564
+ const ea = vec(4);
1565
+ const ac = vec(4);
1566
+ const bd = vec(4);
1567
+ const ce = vec(4);
1568
+ const da = vec(4);
1569
+ const eb = vec(4);
1570
+
1571
+ const abc = vec(24);
1572
+ const bcd = vec(24);
1573
+ const cde = vec(24);
1574
+ const dea = vec(24);
1575
+ const eab = vec(24);
1576
+ const abd = vec(24);
1577
+ const bce = vec(24);
1578
+ const cda = vec(24);
1579
+ const deb = vec(24);
1580
+ const eac = vec(24);
1581
+
1582
+ const adet = vec(1152);
1583
+ const bdet = vec(1152);
1584
+ const cdet = vec(1152);
1585
+ const ddet = vec(1152);
1586
+ const edet = vec(1152);
1587
+ const abdet = vec(2304);
1588
+ const cddet = vec(2304);
1589
+ const cdedet = vec(3456);
1590
+ const deter = vec(5760);
1591
+
1592
+ const _8$2 = vec(8);
1593
+ const _8b$1 = vec(8);
1594
+ const _8c = vec(8);
1595
+ const _16$2 = vec(16);
1596
+ const _24 = vec(24);
1597
+ const _48$1 = vec(48);
1598
+ const _48b = vec(48);
1599
+ const _96 = vec(96);
1600
+ const _192 = vec(192);
1601
+ const _384x = vec(384);
1602
+ const _384y = vec(384);
1603
+ const _384z = vec(384);
1604
+ const _768 = vec(768);
1605
+
1606
+ function sum_three_scale(a, b, c, az, bz, cz, out) {
1607
+ return sum_three(
1608
+ scale(4, a, az, _8$2), _8$2,
1609
+ scale(4, b, bz, _8b$1), _8b$1,
1610
+ scale(4, c, cz, _8c), _8c, _16$2, out);
1611
+ }
1612
+
1613
+ function liftexact(alen, a, blen, b, clen, c, dlen, d, x, y, z, out) {
1614
+ const len = sum(
1615
+ sum(alen, a, blen, b, _48$1), _48$1,
1616
+ negate(sum(clen, c, dlen, d, _48b), _48b), _48b, _96);
1617
+
1618
+ return sum_three(
1619
+ scale(scale(len, _96, x, _192), _192, x, _384x), _384x,
1620
+ scale(scale(len, _96, y, _192), _192, y, _384y), _384y,
1621
+ scale(scale(len, _96, z, _192), _192, z, _384z), _384z, _768, out);
1622
+ }
1623
+
1624
+ function insphereexact(ax, ay, az, bx, by, bz, cx, cy, cz, dx, dy, dz, ex, ey, ez) {
1625
+ let bvirt, c, ahi, alo, bhi, blo, _i, _j, _0, s1, s0, t1, t0, u3;
1626
+
1627
+ s1 = ax * by;
1628
+ c = splitter * ax;
1629
+ ahi = c - (c - ax);
1630
+ alo = ax - ahi;
1631
+ c = splitter * by;
1632
+ bhi = c - (c - by);
1633
+ blo = by - bhi;
1634
+ s0 = alo * blo - (s1 - ahi * bhi - alo * bhi - ahi * blo);
1635
+ t1 = bx * ay;
1636
+ c = splitter * bx;
1637
+ ahi = c - (c - bx);
1638
+ alo = bx - ahi;
1639
+ c = splitter * ay;
1640
+ bhi = c - (c - ay);
1641
+ blo = ay - bhi;
1642
+ t0 = alo * blo - (t1 - ahi * bhi - alo * bhi - ahi * blo);
1643
+ _i = s0 - t0;
1644
+ bvirt = s0 - _i;
1645
+ ab$2[0] = s0 - (_i + bvirt) + (bvirt - t0);
1646
+ _j = s1 + _i;
1647
+ bvirt = _j - s1;
1648
+ _0 = s1 - (_j - bvirt) + (_i - bvirt);
1649
+ _i = _0 - t1;
1650
+ bvirt = _0 - _i;
1651
+ ab$2[1] = _0 - (_i + bvirt) + (bvirt - t1);
1652
+ u3 = _j + _i;
1653
+ bvirt = u3 - _j;
1654
+ ab$2[2] = _j - (u3 - bvirt) + (_i - bvirt);
1655
+ ab$2[3] = u3;
1656
+ s1 = bx * cy;
1657
+ c = splitter * bx;
1658
+ ahi = c - (c - bx);
1659
+ alo = bx - ahi;
1660
+ c = splitter * cy;
1661
+ bhi = c - (c - cy);
1662
+ blo = cy - bhi;
1663
+ s0 = alo * blo - (s1 - ahi * bhi - alo * bhi - ahi * blo);
1664
+ t1 = cx * by;
1665
+ c = splitter * cx;
1666
+ ahi = c - (c - cx);
1667
+ alo = cx - ahi;
1668
+ c = splitter * by;
1669
+ bhi = c - (c - by);
1670
+ blo = by - bhi;
1671
+ t0 = alo * blo - (t1 - ahi * bhi - alo * bhi - ahi * blo);
1672
+ _i = s0 - t0;
1673
+ bvirt = s0 - _i;
1674
+ bc$2[0] = s0 - (_i + bvirt) + (bvirt - t0);
1675
+ _j = s1 + _i;
1676
+ bvirt = _j - s1;
1677
+ _0 = s1 - (_j - bvirt) + (_i - bvirt);
1678
+ _i = _0 - t1;
1679
+ bvirt = _0 - _i;
1680
+ bc$2[1] = _0 - (_i + bvirt) + (bvirt - t1);
1681
+ u3 = _j + _i;
1682
+ bvirt = u3 - _j;
1683
+ bc$2[2] = _j - (u3 - bvirt) + (_i - bvirt);
1684
+ bc$2[3] = u3;
1685
+ s1 = cx * dy;
1686
+ c = splitter * cx;
1687
+ ahi = c - (c - cx);
1688
+ alo = cx - ahi;
1689
+ c = splitter * dy;
1690
+ bhi = c - (c - dy);
1691
+ blo = dy - bhi;
1692
+ s0 = alo * blo - (s1 - ahi * bhi - alo * bhi - ahi * blo);
1693
+ t1 = dx * cy;
1694
+ c = splitter * dx;
1695
+ ahi = c - (c - dx);
1696
+ alo = dx - ahi;
1697
+ c = splitter * cy;
1698
+ bhi = c - (c - cy);
1699
+ blo = cy - bhi;
1700
+ t0 = alo * blo - (t1 - ahi * bhi - alo * bhi - ahi * blo);
1701
+ _i = s0 - t0;
1702
+ bvirt = s0 - _i;
1703
+ cd[0] = s0 - (_i + bvirt) + (bvirt - t0);
1704
+ _j = s1 + _i;
1705
+ bvirt = _j - s1;
1706
+ _0 = s1 - (_j - bvirt) + (_i - bvirt);
1707
+ _i = _0 - t1;
1708
+ bvirt = _0 - _i;
1709
+ cd[1] = _0 - (_i + bvirt) + (bvirt - t1);
1710
+ u3 = _j + _i;
1711
+ bvirt = u3 - _j;
1712
+ cd[2] = _j - (u3 - bvirt) + (_i - bvirt);
1713
+ cd[3] = u3;
1714
+ s1 = dx * ey;
1715
+ c = splitter * dx;
1716
+ ahi = c - (c - dx);
1717
+ alo = dx - ahi;
1718
+ c = splitter * ey;
1719
+ bhi = c - (c - ey);
1720
+ blo = ey - bhi;
1721
+ s0 = alo * blo - (s1 - ahi * bhi - alo * bhi - ahi * blo);
1722
+ t1 = ex * dy;
1723
+ c = splitter * ex;
1724
+ ahi = c - (c - ex);
1725
+ alo = ex - ahi;
1726
+ c = splitter * dy;
1727
+ bhi = c - (c - dy);
1728
+ blo = dy - bhi;
1729
+ t0 = alo * blo - (t1 - ahi * bhi - alo * bhi - ahi * blo);
1730
+ _i = s0 - t0;
1731
+ bvirt = s0 - _i;
1732
+ de[0] = s0 - (_i + bvirt) + (bvirt - t0);
1733
+ _j = s1 + _i;
1734
+ bvirt = _j - s1;
1735
+ _0 = s1 - (_j - bvirt) + (_i - bvirt);
1736
+ _i = _0 - t1;
1737
+ bvirt = _0 - _i;
1738
+ de[1] = _0 - (_i + bvirt) + (bvirt - t1);
1739
+ u3 = _j + _i;
1740
+ bvirt = u3 - _j;
1741
+ de[2] = _j - (u3 - bvirt) + (_i - bvirt);
1742
+ de[3] = u3;
1743
+ s1 = ex * ay;
1744
+ c = splitter * ex;
1745
+ ahi = c - (c - ex);
1746
+ alo = ex - ahi;
1747
+ c = splitter * ay;
1748
+ bhi = c - (c - ay);
1749
+ blo = ay - bhi;
1750
+ s0 = alo * blo - (s1 - ahi * bhi - alo * bhi - ahi * blo);
1751
+ t1 = ax * ey;
1752
+ c = splitter * ax;
1753
+ ahi = c - (c - ax);
1754
+ alo = ax - ahi;
1755
+ c = splitter * ey;
1756
+ bhi = c - (c - ey);
1757
+ blo = ey - bhi;
1758
+ t0 = alo * blo - (t1 - ahi * bhi - alo * bhi - ahi * blo);
1759
+ _i = s0 - t0;
1760
+ bvirt = s0 - _i;
1761
+ ea[0] = s0 - (_i + bvirt) + (bvirt - t0);
1762
+ _j = s1 + _i;
1763
+ bvirt = _j - s1;
1764
+ _0 = s1 - (_j - bvirt) + (_i - bvirt);
1765
+ _i = _0 - t1;
1766
+ bvirt = _0 - _i;
1767
+ ea[1] = _0 - (_i + bvirt) + (bvirt - t1);
1768
+ u3 = _j + _i;
1769
+ bvirt = u3 - _j;
1770
+ ea[2] = _j - (u3 - bvirt) + (_i - bvirt);
1771
+ ea[3] = u3;
1772
+ s1 = ax * cy;
1773
+ c = splitter * ax;
1774
+ ahi = c - (c - ax);
1775
+ alo = ax - ahi;
1776
+ c = splitter * cy;
1777
+ bhi = c - (c - cy);
1778
+ blo = cy - bhi;
1779
+ s0 = alo * blo - (s1 - ahi * bhi - alo * bhi - ahi * blo);
1780
+ t1 = cx * ay;
1781
+ c = splitter * cx;
1782
+ ahi = c - (c - cx);
1783
+ alo = cx - ahi;
1784
+ c = splitter * ay;
1785
+ bhi = c - (c - ay);
1786
+ blo = ay - bhi;
1787
+ t0 = alo * blo - (t1 - ahi * bhi - alo * bhi - ahi * blo);
1788
+ _i = s0 - t0;
1789
+ bvirt = s0 - _i;
1790
+ ac[0] = s0 - (_i + bvirt) + (bvirt - t0);
1791
+ _j = s1 + _i;
1792
+ bvirt = _j - s1;
1793
+ _0 = s1 - (_j - bvirt) + (_i - bvirt);
1794
+ _i = _0 - t1;
1795
+ bvirt = _0 - _i;
1796
+ ac[1] = _0 - (_i + bvirt) + (bvirt - t1);
1797
+ u3 = _j + _i;
1798
+ bvirt = u3 - _j;
1799
+ ac[2] = _j - (u3 - bvirt) + (_i - bvirt);
1800
+ ac[3] = u3;
1801
+ s1 = bx * dy;
1802
+ c = splitter * bx;
1803
+ ahi = c - (c - bx);
1804
+ alo = bx - ahi;
1805
+ c = splitter * dy;
1806
+ bhi = c - (c - dy);
1807
+ blo = dy - bhi;
1808
+ s0 = alo * blo - (s1 - ahi * bhi - alo * bhi - ahi * blo);
1809
+ t1 = dx * by;
1810
+ c = splitter * dx;
1811
+ ahi = c - (c - dx);
1812
+ alo = dx - ahi;
1813
+ c = splitter * by;
1814
+ bhi = c - (c - by);
1815
+ blo = by - bhi;
1816
+ t0 = alo * blo - (t1 - ahi * bhi - alo * bhi - ahi * blo);
1817
+ _i = s0 - t0;
1818
+ bvirt = s0 - _i;
1819
+ bd[0] = s0 - (_i + bvirt) + (bvirt - t0);
1820
+ _j = s1 + _i;
1821
+ bvirt = _j - s1;
1822
+ _0 = s1 - (_j - bvirt) + (_i - bvirt);
1823
+ _i = _0 - t1;
1824
+ bvirt = _0 - _i;
1825
+ bd[1] = _0 - (_i + bvirt) + (bvirt - t1);
1826
+ u3 = _j + _i;
1827
+ bvirt = u3 - _j;
1828
+ bd[2] = _j - (u3 - bvirt) + (_i - bvirt);
1829
+ bd[3] = u3;
1830
+ s1 = cx * ey;
1831
+ c = splitter * cx;
1832
+ ahi = c - (c - cx);
1833
+ alo = cx - ahi;
1834
+ c = splitter * ey;
1835
+ bhi = c - (c - ey);
1836
+ blo = ey - bhi;
1837
+ s0 = alo * blo - (s1 - ahi * bhi - alo * bhi - ahi * blo);
1838
+ t1 = ex * cy;
1839
+ c = splitter * ex;
1840
+ ahi = c - (c - ex);
1841
+ alo = ex - ahi;
1842
+ c = splitter * cy;
1843
+ bhi = c - (c - cy);
1844
+ blo = cy - bhi;
1845
+ t0 = alo * blo - (t1 - ahi * bhi - alo * bhi - ahi * blo);
1846
+ _i = s0 - t0;
1847
+ bvirt = s0 - _i;
1848
+ ce[0] = s0 - (_i + bvirt) + (bvirt - t0);
1849
+ _j = s1 + _i;
1850
+ bvirt = _j - s1;
1851
+ _0 = s1 - (_j - bvirt) + (_i - bvirt);
1852
+ _i = _0 - t1;
1853
+ bvirt = _0 - _i;
1854
+ ce[1] = _0 - (_i + bvirt) + (bvirt - t1);
1855
+ u3 = _j + _i;
1856
+ bvirt = u3 - _j;
1857
+ ce[2] = _j - (u3 - bvirt) + (_i - bvirt);
1858
+ ce[3] = u3;
1859
+ s1 = dx * ay;
1860
+ c = splitter * dx;
1861
+ ahi = c - (c - dx);
1862
+ alo = dx - ahi;
1863
+ c = splitter * ay;
1864
+ bhi = c - (c - ay);
1865
+ blo = ay - bhi;
1866
+ s0 = alo * blo - (s1 - ahi * bhi - alo * bhi - ahi * blo);
1867
+ t1 = ax * dy;
1868
+ c = splitter * ax;
1869
+ ahi = c - (c - ax);
1870
+ alo = ax - ahi;
1871
+ c = splitter * dy;
1872
+ bhi = c - (c - dy);
1873
+ blo = dy - bhi;
1874
+ t0 = alo * blo - (t1 - ahi * bhi - alo * bhi - ahi * blo);
1875
+ _i = s0 - t0;
1876
+ bvirt = s0 - _i;
1877
+ da[0] = s0 - (_i + bvirt) + (bvirt - t0);
1878
+ _j = s1 + _i;
1879
+ bvirt = _j - s1;
1880
+ _0 = s1 - (_j - bvirt) + (_i - bvirt);
1881
+ _i = _0 - t1;
1882
+ bvirt = _0 - _i;
1883
+ da[1] = _0 - (_i + bvirt) + (bvirt - t1);
1884
+ u3 = _j + _i;
1885
+ bvirt = u3 - _j;
1886
+ da[2] = _j - (u3 - bvirt) + (_i - bvirt);
1887
+ da[3] = u3;
1888
+ s1 = ex * by;
1889
+ c = splitter * ex;
1890
+ ahi = c - (c - ex);
1891
+ alo = ex - ahi;
1892
+ c = splitter * by;
1893
+ bhi = c - (c - by);
1894
+ blo = by - bhi;
1895
+ s0 = alo * blo - (s1 - ahi * bhi - alo * bhi - ahi * blo);
1896
+ t1 = bx * ey;
1897
+ c = splitter * bx;
1898
+ ahi = c - (c - bx);
1899
+ alo = bx - ahi;
1900
+ c = splitter * ey;
1901
+ bhi = c - (c - ey);
1902
+ blo = ey - bhi;
1903
+ t0 = alo * blo - (t1 - ahi * bhi - alo * bhi - ahi * blo);
1904
+ _i = s0 - t0;
1905
+ bvirt = s0 - _i;
1906
+ eb[0] = s0 - (_i + bvirt) + (bvirt - t0);
1907
+ _j = s1 + _i;
1908
+ bvirt = _j - s1;
1909
+ _0 = s1 - (_j - bvirt) + (_i - bvirt);
1910
+ _i = _0 - t1;
1911
+ bvirt = _0 - _i;
1912
+ eb[1] = _0 - (_i + bvirt) + (bvirt - t1);
1913
+ u3 = _j + _i;
1914
+ bvirt = u3 - _j;
1915
+ eb[2] = _j - (u3 - bvirt) + (_i - bvirt);
1916
+ eb[3] = u3;
1917
+
1918
+ const abclen = sum_three_scale(ab$2, bc$2, ac, cz, az, -bz, abc);
1919
+ const bcdlen = sum_three_scale(bc$2, cd, bd, dz, bz, -cz, bcd);
1920
+ const cdelen = sum_three_scale(cd, de, ce, ez, cz, -dz, cde);
1921
+ const dealen = sum_three_scale(de, ea, da, az, dz, -ez, dea);
1922
+ const eablen = sum_three_scale(ea, ab$2, eb, bz, ez, -az, eab);
1923
+ const abdlen = sum_three_scale(ab$2, bd, da, dz, az, bz, abd);
1924
+ const bcelen = sum_three_scale(bc$2, ce, eb, ez, bz, cz, bce);
1925
+ const cdalen = sum_three_scale(cd, da, ac, az, cz, dz, cda);
1926
+ const deblen = sum_three_scale(de, eb, bd, bz, dz, ez, deb);
1927
+ const eaclen = sum_three_scale(ea, ac, ce, cz, ez, az, eac);
1928
+
1929
+ const deterlen = sum_three(
1930
+ liftexact(cdelen, cde, bcelen, bce, deblen, deb, bcdlen, bcd, ax, ay, az, adet), adet,
1931
+ liftexact(dealen, dea, cdalen, cda, eaclen, eac, cdelen, cde, bx, by, bz, bdet), bdet,
1932
+ sum_three(
1933
+ liftexact(eablen, eab, deblen, deb, abdlen, abd, dealen, dea, cx, cy, cz, cdet), cdet,
1934
+ liftexact(abclen, abc, eaclen, eac, bcelen, bce, eablen, eab, dx, dy, dz, ddet), ddet,
1935
+ liftexact(bcdlen, bcd, abdlen, abd, cdalen, cda, abclen, abc, ex, ey, ez, edet), edet, cddet, cdedet), cdedet, abdet, deter);
1936
+
1937
+ return deter[deterlen - 1];
1938
+ }
1939
+
1940
+ const xdet = vec(96);
1941
+ const ydet = vec(96);
1942
+ const zdet = vec(96);
1943
+ const fin$2 = vec(1152);
1944
+
1945
+ function liftadapt(a, b, c, az, bz, cz, x, y, z, out) {
1946
+ const len = sum_three_scale(a, b, c, az, bz, cz, _24);
1947
+ return sum_three(
1948
+ scale(scale(len, _24, x, _48$1), _48$1, x, xdet), xdet,
1949
+ scale(scale(len, _24, y, _48$1), _48$1, y, ydet), ydet,
1950
+ scale(scale(len, _24, z, _48$1), _48$1, z, zdet), zdet, _192, out);
1951
+ }
1952
+
1953
+ function insphereadapt(ax, ay, az, bx, by, bz, cx, cy, cz, dx, dy, dz, ex, ey, ez, permanent) {
1954
+ let ab3, bc3, cd3, da3, ac3, bd3;
1955
+
1956
+ let aextail, bextail, cextail, dextail;
1957
+ let aeytail, beytail, ceytail, deytail;
1958
+ let aeztail, beztail, ceztail, deztail;
1959
+
1960
+ let bvirt, c, ahi, alo, bhi, blo, _i, _j, _0, s1, s0, t1, t0;
1961
+
1962
+ const aex = ax - ex;
1963
+ const bex = bx - ex;
1964
+ const cex = cx - ex;
1965
+ const dex = dx - ex;
1966
+ const aey = ay - ey;
1967
+ const bey = by - ey;
1968
+ const cey = cy - ey;
1969
+ const dey = dy - ey;
1970
+ const aez = az - ez;
1971
+ const bez = bz - ez;
1972
+ const cez = cz - ez;
1973
+ const dez = dz - ez;
1974
+
1975
+ s1 = aex * bey;
1976
+ c = splitter * aex;
1977
+ ahi = c - (c - aex);
1978
+ alo = aex - ahi;
1979
+ c = splitter * bey;
1980
+ bhi = c - (c - bey);
1981
+ blo = bey - bhi;
1982
+ s0 = alo * blo - (s1 - ahi * bhi - alo * bhi - ahi * blo);
1983
+ t1 = bex * aey;
1984
+ c = splitter * bex;
1985
+ ahi = c - (c - bex);
1986
+ alo = bex - ahi;
1987
+ c = splitter * aey;
1988
+ bhi = c - (c - aey);
1989
+ blo = aey - bhi;
1990
+ t0 = alo * blo - (t1 - ahi * bhi - alo * bhi - ahi * blo);
1991
+ _i = s0 - t0;
1992
+ bvirt = s0 - _i;
1993
+ ab$2[0] = s0 - (_i + bvirt) + (bvirt - t0);
1994
+ _j = s1 + _i;
1995
+ bvirt = _j - s1;
1996
+ _0 = s1 - (_j - bvirt) + (_i - bvirt);
1997
+ _i = _0 - t1;
1998
+ bvirt = _0 - _i;
1999
+ ab$2[1] = _0 - (_i + bvirt) + (bvirt - t1);
2000
+ ab3 = _j + _i;
2001
+ bvirt = ab3 - _j;
2002
+ ab$2[2] = _j - (ab3 - bvirt) + (_i - bvirt);
2003
+ ab$2[3] = ab3;
2004
+ s1 = bex * cey;
2005
+ c = splitter * bex;
2006
+ ahi = c - (c - bex);
2007
+ alo = bex - ahi;
2008
+ c = splitter * cey;
2009
+ bhi = c - (c - cey);
2010
+ blo = cey - bhi;
2011
+ s0 = alo * blo - (s1 - ahi * bhi - alo * bhi - ahi * blo);
2012
+ t1 = cex * bey;
2013
+ c = splitter * cex;
2014
+ ahi = c - (c - cex);
2015
+ alo = cex - ahi;
2016
+ c = splitter * bey;
2017
+ bhi = c - (c - bey);
2018
+ blo = bey - bhi;
2019
+ t0 = alo * blo - (t1 - ahi * bhi - alo * bhi - ahi * blo);
2020
+ _i = s0 - t0;
2021
+ bvirt = s0 - _i;
2022
+ bc$2[0] = s0 - (_i + bvirt) + (bvirt - t0);
2023
+ _j = s1 + _i;
2024
+ bvirt = _j - s1;
2025
+ _0 = s1 - (_j - bvirt) + (_i - bvirt);
2026
+ _i = _0 - t1;
2027
+ bvirt = _0 - _i;
2028
+ bc$2[1] = _0 - (_i + bvirt) + (bvirt - t1);
2029
+ bc3 = _j + _i;
2030
+ bvirt = bc3 - _j;
2031
+ bc$2[2] = _j - (bc3 - bvirt) + (_i - bvirt);
2032
+ bc$2[3] = bc3;
2033
+ s1 = cex * dey;
2034
+ c = splitter * cex;
2035
+ ahi = c - (c - cex);
2036
+ alo = cex - ahi;
2037
+ c = splitter * dey;
2038
+ bhi = c - (c - dey);
2039
+ blo = dey - bhi;
2040
+ s0 = alo * blo - (s1 - ahi * bhi - alo * bhi - ahi * blo);
2041
+ t1 = dex * cey;
2042
+ c = splitter * dex;
2043
+ ahi = c - (c - dex);
2044
+ alo = dex - ahi;
2045
+ c = splitter * cey;
2046
+ bhi = c - (c - cey);
2047
+ blo = cey - bhi;
2048
+ t0 = alo * blo - (t1 - ahi * bhi - alo * bhi - ahi * blo);
2049
+ _i = s0 - t0;
2050
+ bvirt = s0 - _i;
2051
+ cd[0] = s0 - (_i + bvirt) + (bvirt - t0);
2052
+ _j = s1 + _i;
2053
+ bvirt = _j - s1;
2054
+ _0 = s1 - (_j - bvirt) + (_i - bvirt);
2055
+ _i = _0 - t1;
2056
+ bvirt = _0 - _i;
2057
+ cd[1] = _0 - (_i + bvirt) + (bvirt - t1);
2058
+ cd3 = _j + _i;
2059
+ bvirt = cd3 - _j;
2060
+ cd[2] = _j - (cd3 - bvirt) + (_i - bvirt);
2061
+ cd[3] = cd3;
2062
+ s1 = dex * aey;
2063
+ c = splitter * dex;
2064
+ ahi = c - (c - dex);
2065
+ alo = dex - ahi;
2066
+ c = splitter * aey;
2067
+ bhi = c - (c - aey);
2068
+ blo = aey - bhi;
2069
+ s0 = alo * blo - (s1 - ahi * bhi - alo * bhi - ahi * blo);
2070
+ t1 = aex * dey;
2071
+ c = splitter * aex;
2072
+ ahi = c - (c - aex);
2073
+ alo = aex - ahi;
2074
+ c = splitter * dey;
2075
+ bhi = c - (c - dey);
2076
+ blo = dey - bhi;
2077
+ t0 = alo * blo - (t1 - ahi * bhi - alo * bhi - ahi * blo);
2078
+ _i = s0 - t0;
2079
+ bvirt = s0 - _i;
2080
+ da[0] = s0 - (_i + bvirt) + (bvirt - t0);
2081
+ _j = s1 + _i;
2082
+ bvirt = _j - s1;
2083
+ _0 = s1 - (_j - bvirt) + (_i - bvirt);
2084
+ _i = _0 - t1;
2085
+ bvirt = _0 - _i;
2086
+ da[1] = _0 - (_i + bvirt) + (bvirt - t1);
2087
+ da3 = _j + _i;
2088
+ bvirt = da3 - _j;
2089
+ da[2] = _j - (da3 - bvirt) + (_i - bvirt);
2090
+ da[3] = da3;
2091
+ s1 = aex * cey;
2092
+ c = splitter * aex;
2093
+ ahi = c - (c - aex);
2094
+ alo = aex - ahi;
2095
+ c = splitter * cey;
2096
+ bhi = c - (c - cey);
2097
+ blo = cey - bhi;
2098
+ s0 = alo * blo - (s1 - ahi * bhi - alo * bhi - ahi * blo);
2099
+ t1 = cex * aey;
2100
+ c = splitter * cex;
2101
+ ahi = c - (c - cex);
2102
+ alo = cex - ahi;
2103
+ c = splitter * aey;
2104
+ bhi = c - (c - aey);
2105
+ blo = aey - bhi;
2106
+ t0 = alo * blo - (t1 - ahi * bhi - alo * bhi - ahi * blo);
2107
+ _i = s0 - t0;
2108
+ bvirt = s0 - _i;
2109
+ ac[0] = s0 - (_i + bvirt) + (bvirt - t0);
2110
+ _j = s1 + _i;
2111
+ bvirt = _j - s1;
2112
+ _0 = s1 - (_j - bvirt) + (_i - bvirt);
2113
+ _i = _0 - t1;
2114
+ bvirt = _0 - _i;
2115
+ ac[1] = _0 - (_i + bvirt) + (bvirt - t1);
2116
+ ac3 = _j + _i;
2117
+ bvirt = ac3 - _j;
2118
+ ac[2] = _j - (ac3 - bvirt) + (_i - bvirt);
2119
+ ac[3] = ac3;
2120
+ s1 = bex * dey;
2121
+ c = splitter * bex;
2122
+ ahi = c - (c - bex);
2123
+ alo = bex - ahi;
2124
+ c = splitter * dey;
2125
+ bhi = c - (c - dey);
2126
+ blo = dey - bhi;
2127
+ s0 = alo * blo - (s1 - ahi * bhi - alo * bhi - ahi * blo);
2128
+ t1 = dex * bey;
2129
+ c = splitter * dex;
2130
+ ahi = c - (c - dex);
2131
+ alo = dex - ahi;
2132
+ c = splitter * bey;
2133
+ bhi = c - (c - bey);
2134
+ blo = bey - bhi;
2135
+ t0 = alo * blo - (t1 - ahi * bhi - alo * bhi - ahi * blo);
2136
+ _i = s0 - t0;
2137
+ bvirt = s0 - _i;
2138
+ bd[0] = s0 - (_i + bvirt) + (bvirt - t0);
2139
+ _j = s1 + _i;
2140
+ bvirt = _j - s1;
2141
+ _0 = s1 - (_j - bvirt) + (_i - bvirt);
2142
+ _i = _0 - t1;
2143
+ bvirt = _0 - _i;
2144
+ bd[1] = _0 - (_i + bvirt) + (bvirt - t1);
2145
+ bd3 = _j + _i;
2146
+ bvirt = bd3 - _j;
2147
+ bd[2] = _j - (bd3 - bvirt) + (_i - bvirt);
2148
+ bd[3] = bd3;
2149
+
2150
+ const finlen = sum(
2151
+ sum(
2152
+ negate(liftadapt(bc$2, cd, bd, dez, bez, -cez, aex, aey, aez, adet), adet), adet,
2153
+ liftadapt(cd, da, ac, aez, cez, dez, bex, bey, bez, bdet), bdet, abdet), abdet,
2154
+ sum(
2155
+ negate(liftadapt(da, ab$2, bd, bez, dez, aez, cex, cey, cez, cdet), cdet), cdet,
2156
+ liftadapt(ab$2, bc$2, ac, cez, aez, -bez, dex, dey, dez, ddet), ddet, cddet), cddet, fin$2);
2157
+
2158
+ let det = estimate(finlen, fin$2);
2159
+ let errbound = isperrboundB * permanent;
2160
+ if (det >= errbound || -det >= errbound) {
2161
+ return det;
2162
+ }
2163
+
2164
+ bvirt = ax - aex;
2165
+ aextail = ax - (aex + bvirt) + (bvirt - ex);
2166
+ bvirt = ay - aey;
2167
+ aeytail = ay - (aey + bvirt) + (bvirt - ey);
2168
+ bvirt = az - aez;
2169
+ aeztail = az - (aez + bvirt) + (bvirt - ez);
2170
+ bvirt = bx - bex;
2171
+ bextail = bx - (bex + bvirt) + (bvirt - ex);
2172
+ bvirt = by - bey;
2173
+ beytail = by - (bey + bvirt) + (bvirt - ey);
2174
+ bvirt = bz - bez;
2175
+ beztail = bz - (bez + bvirt) + (bvirt - ez);
2176
+ bvirt = cx - cex;
2177
+ cextail = cx - (cex + bvirt) + (bvirt - ex);
2178
+ bvirt = cy - cey;
2179
+ ceytail = cy - (cey + bvirt) + (bvirt - ey);
2180
+ bvirt = cz - cez;
2181
+ ceztail = cz - (cez + bvirt) + (bvirt - ez);
2182
+ bvirt = dx - dex;
2183
+ dextail = dx - (dex + bvirt) + (bvirt - ex);
2184
+ bvirt = dy - dey;
2185
+ deytail = dy - (dey + bvirt) + (bvirt - ey);
2186
+ bvirt = dz - dez;
2187
+ deztail = dz - (dez + bvirt) + (bvirt - ez);
2188
+ if (aextail === 0 && aeytail === 0 && aeztail === 0 &&
2189
+ bextail === 0 && beytail === 0 && beztail === 0 &&
2190
+ cextail === 0 && ceytail === 0 && ceztail === 0 &&
2191
+ dextail === 0 && deytail === 0 && deztail === 0) {
2192
+ return det;
2193
+ }
2194
+
2195
+ errbound = isperrboundC * permanent + resulterrbound * Math.abs(det);
2196
+
2197
+ const abeps = (aex * beytail + bey * aextail) - (aey * bextail + bex * aeytail);
2198
+ const bceps = (bex * ceytail + cey * bextail) - (bey * cextail + cex * beytail);
2199
+ const cdeps = (cex * deytail + dey * cextail) - (cey * dextail + dex * ceytail);
2200
+ const daeps = (dex * aeytail + aey * dextail) - (dey * aextail + aex * deytail);
2201
+ const aceps = (aex * ceytail + cey * aextail) - (aey * cextail + cex * aeytail);
2202
+ const bdeps = (bex * deytail + dey * bextail) - (bey * dextail + dex * beytail);
2203
+ det +=
2204
+ (((bex * bex + bey * bey + bez * bez) * ((cez * daeps + dez * aceps + aez * cdeps) +
2205
+ (ceztail * da3 + deztail * ac3 + aeztail * cd3)) + (dex * dex + dey * dey + dez * dez) *
2206
+ ((aez * bceps - bez * aceps + cez * abeps) + (aeztail * bc3 - beztail * ac3 + ceztail * ab3))) -
2207
+ ((aex * aex + aey * aey + aez * aez) * ((bez * cdeps - cez * bdeps + dez * bceps) +
2208
+ (beztail * cd3 - ceztail * bd3 + deztail * bc3)) + (cex * cex + cey * cey + cez * cez) *
2209
+ ((dez * abeps + aez * bdeps + bez * daeps) + (deztail * ab3 + aeztail * bd3 + beztail * da3)))) +
2210
+ 2 * (((bex * bextail + bey * beytail + bez * beztail) * (cez * da3 + dez * ac3 + aez * cd3) +
2211
+ (dex * dextail + dey * deytail + dez * deztail) * (aez * bc3 - bez * ac3 + cez * ab3)) -
2212
+ ((aex * aextail + aey * aeytail + aez * aeztail) * (bez * cd3 - cez * bd3 + dez * bc3) +
2213
+ (cex * cextail + cey * ceytail + cez * ceztail) * (dez * ab3 + aez * bd3 + bez * da3)));
2214
+
2215
+ if (det >= errbound || -det >= errbound) {
2216
+ return det;
2217
+ }
2218
+
2219
+ return insphereexact(ax, ay, az, bx, by, bz, cx, cy, cz, dx, dy, dz, ex, ey, ez);
2220
+ }
2221
+
2222
+ function insphere(ax, ay, az, bx, by, bz, cx, cy, cz, dx, dy, dz, ex, ey, ez) {
2223
+ const aex = ax - ex;
2224
+ const bex = bx - ex;
2225
+ const cex = cx - ex;
2226
+ const dex = dx - ex;
2227
+ const aey = ay - ey;
2228
+ const bey = by - ey;
2229
+ const cey = cy - ey;
2230
+ const dey = dy - ey;
2231
+ const aez = az - ez;
2232
+ const bez = bz - ez;
2233
+ const cez = cz - ez;
2234
+ const dez = dz - ez;
2235
+
2236
+ const aexbey = aex * bey;
2237
+ const bexaey = bex * aey;
2238
+ const ab = aexbey - bexaey;
2239
+ const bexcey = bex * cey;
2240
+ const cexbey = cex * bey;
2241
+ const bc = bexcey - cexbey;
2242
+ const cexdey = cex * dey;
2243
+ const dexcey = dex * cey;
2244
+ const cd = cexdey - dexcey;
2245
+ const dexaey = dex * aey;
2246
+ const aexdey = aex * dey;
2247
+ const da = dexaey - aexdey;
2248
+ const aexcey = aex * cey;
2249
+ const cexaey = cex * aey;
2250
+ const ac = aexcey - cexaey;
2251
+ const bexdey = bex * dey;
2252
+ const dexbey = dex * bey;
2253
+ const bd = bexdey - dexbey;
2254
+
2255
+ const abc = aez * bc - bez * ac + cez * ab;
2256
+ const bcd = bez * cd - cez * bd + dez * bc;
2257
+ const cda = cez * da + dez * ac + aez * cd;
2258
+ const dab = dez * ab + aez * bd + bez * da;
2259
+
2260
+ const alift = aex * aex + aey * aey + aez * aez;
2261
+ const blift = bex * bex + bey * bey + bez * bez;
2262
+ const clift = cex * cex + cey * cey + cez * cez;
2263
+ const dlift = dex * dex + dey * dey + dez * dez;
2264
+
2265
+ const det = (clift * dab - dlift * abc) + (alift * bcd - blift * cda);
2266
+
2267
+ const aezplus = Math.abs(aez);
2268
+ const bezplus = Math.abs(bez);
2269
+ const cezplus = Math.abs(cez);
2270
+ const dezplus = Math.abs(dez);
2271
+ const aexbeyplus = Math.abs(aexbey);
2272
+ const bexaeyplus = Math.abs(bexaey);
2273
+ const bexceyplus = Math.abs(bexcey);
2274
+ const cexbeyplus = Math.abs(cexbey);
2275
+ const cexdeyplus = Math.abs(cexdey);
2276
+ const dexceyplus = Math.abs(dexcey);
2277
+ const dexaeyplus = Math.abs(dexaey);
2278
+ const aexdeyplus = Math.abs(aexdey);
2279
+ const aexceyplus = Math.abs(aexcey);
2280
+ const cexaeyplus = Math.abs(cexaey);
2281
+ const bexdeyplus = Math.abs(bexdey);
2282
+ const dexbeyplus = Math.abs(dexbey);
2283
+ const permanent =
2284
+ ((cexdeyplus + dexceyplus) * bezplus + (dexbeyplus + bexdeyplus) * cezplus + (bexceyplus + cexbeyplus) * dezplus) * alift +
2285
+ ((dexaeyplus + aexdeyplus) * cezplus + (aexceyplus + cexaeyplus) * dezplus + (cexdeyplus + dexceyplus) * aezplus) * blift +
2286
+ ((aexbeyplus + bexaeyplus) * dezplus + (bexdeyplus + dexbeyplus) * aezplus + (dexaeyplus + aexdeyplus) * bezplus) * clift +
2287
+ ((bexceyplus + cexbeyplus) * aezplus + (cexaeyplus + aexceyplus) * bezplus + (aexbeyplus + bexaeyplus) * cezplus) * dlift;
2288
+
2289
+ const errbound = isperrboundA * permanent;
2290
+ if (det > errbound || -det > errbound) {
2291
+ return det;
2292
+ }
2293
+ return -insphereadapt(ax, ay, az, bx, by, bz, cx, cy, cz, dx, dy, dz, ex, ey, ez, permanent);
2294
+ }
2295
+
2296
+ function inspherefast(pax, pay, paz, pbx, pby, pbz, pcx, pcy, pcz, pdx, pdy, pdz, pex, pey, pez) {
2297
+ const aex = pax - pex;
2298
+ const bex = pbx - pex;
2299
+ const cex = pcx - pex;
2300
+ const dex = pdx - pex;
2301
+ const aey = pay - pey;
2302
+ const bey = pby - pey;
2303
+ const cey = pcy - pey;
2304
+ const dey = pdy - pey;
2305
+ const aez = paz - pez;
2306
+ const bez = pbz - pez;
2307
+ const cez = pcz - pez;
2308
+ const dez = pdz - pez;
2309
+
2310
+ const ab = aex * bey - bex * aey;
2311
+ const bc = bex * cey - cex * bey;
2312
+ const cd = cex * dey - dex * cey;
2313
+ const da = dex * aey - aex * dey;
2314
+ const ac = aex * cey - cex * aey;
2315
+ const bd = bex * dey - dex * bey;
2316
+
2317
+ const abc = aez * bc - bez * ac + cez * ab;
2318
+ const bcd = bez * cd - cez * bd + dez * bc;
2319
+ const cda = cez * da + dez * ac + aez * cd;
2320
+ const dab = dez * ab + aez * bd + bez * da;
2321
+
2322
+ const alift = aex * aex + aey * aey + aez * aez;
2323
+ const blift = bex * bex + bey * bey + bez * bez;
2324
+ const clift = cex * cex + cey * cey + cez * cez;
2325
+ const dlift = dex * dex + dey * dey + dez * dez;
2326
+
2327
+ return (clift * dab - dlift * abc) + (alift * bcd - blift * cda);
2328
+ }
2329
+
2330
+ exports.incircle = incircle;
2331
+ exports.incirclefast = incirclefast;
2332
+ exports.insphere = insphere;
2333
+ exports.inspherefast = inspherefast;
2334
+ exports.orient2d = orient2d;
2335
+ exports.orient2dfast = orient2dfast;
2336
+ exports.orient3d = orient3d;
2337
+ exports.orient3dfast = orient3dfast;
2338
+
2339
+ Object.defineProperty(exports, '__esModule', { value: true });
2340
+
2341
+ }));