node-red-contrib-tak-registration 0.16.3 → 0.16.7

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