node-red-contrib-tak-registration 0.16.1 → 0.16.5

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