node-red-contrib-tak-registration 0.16.1 → 0.16.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/node_modules/@turf/centroid/dist/cjs/index.cjs +2 -2
- package/node_modules/@turf/centroid/dist/cjs/index.cjs.map +1 -1
- package/node_modules/@turf/centroid/dist/esm/index.js +2 -2
- package/node_modules/@turf/centroid/dist/esm/index.js.map +1 -1
- package/node_modules/@turf/centroid/package.json +12 -13
- package/node_modules/@turf/helpers/README.md +1 -1
- package/node_modules/@turf/helpers/dist/cjs/index.cjs.map +1 -1
- package/node_modules/@turf/helpers/dist/cjs/index.d.cts +6 -4
- package/node_modules/@turf/helpers/dist/esm/index.d.ts +6 -4
- package/node_modules/@turf/helpers/dist/esm/index.js.map +1 -1
- package/node_modules/@turf/helpers/package.json +8 -9
- package/node_modules/@turf/meta/dist/cjs/index.cjs +188 -95
- package/node_modules/@turf/meta/dist/cjs/index.cjs.map +1 -1
- package/node_modules/@turf/meta/dist/cjs/index.d.cts +607 -251
- package/node_modules/@turf/meta/dist/esm/index.d.ts +607 -251
- package/node_modules/@turf/meta/dist/esm/index.js +188 -95
- package/node_modules/@turf/meta/dist/esm/index.js.map +1 -1
- package/node_modules/@turf/meta/package.json +12 -10
- package/node_modules/@types/node/README.md +1 -1
- package/node_modules/@types/node/assert/strict.d.ts +101 -4
- package/node_modules/@types/node/assert.d.ts +150 -251
- package/node_modules/@types/node/async_hooks.d.ts +8 -8
- package/node_modules/@types/node/buffer.buffer.d.ts +10 -7
- package/node_modules/@types/node/buffer.d.ts +52 -172
- package/node_modules/@types/node/child_process.d.ts +81 -106
- package/node_modules/@types/node/cluster.d.ts +240 -333
- package/node_modules/@types/node/console.d.ts +49 -350
- package/node_modules/@types/node/constants.d.ts +3 -4
- package/node_modules/@types/node/crypto.d.ts +641 -1142
- package/node_modules/@types/node/dgram.d.ts +18 -53
- package/node_modules/@types/node/diagnostics_channel.d.ts +4 -6
- package/node_modules/@types/node/dns/promises.d.ts +3 -3
- package/node_modules/@types/node/dns.d.ts +137 -133
- package/node_modules/@types/node/domain.d.ts +13 -17
- package/node_modules/@types/node/events.d.ts +854 -730
- package/node_modules/@types/node/fs/promises.d.ts +60 -30
- package/node_modules/@types/node/fs.d.ts +666 -463
- package/node_modules/@types/node/globals.d.ts +8 -26
- package/node_modules/@types/node/globals.typedarray.d.ts +79 -0
- package/node_modules/@types/node/http.d.ts +341 -244
- package/node_modules/@types/node/http2.d.ts +552 -702
- package/node_modules/@types/node/https.d.ts +73 -219
- package/node_modules/@types/node/index.d.ts +18 -2
- package/node_modules/@types/node/inspector/promises.d.ts +41 -0
- package/node_modules/@types/node/inspector.d.ts +169 -4156
- package/node_modules/@types/node/inspector.generated.d.ts +4226 -0
- package/node_modules/@types/node/module.d.ts +47 -122
- package/node_modules/@types/node/net.d.ts +90 -189
- package/node_modules/@types/node/os.d.ts +20 -9
- package/node_modules/@types/node/package.json +3 -3
- package/node_modules/@types/node/path/posix.d.ts +8 -0
- package/node_modules/@types/node/path/win32.d.ts +8 -0
- package/node_modules/@types/node/path.d.ts +120 -133
- package/node_modules/@types/node/perf_hooks.d.ts +284 -647
- package/node_modules/@types/node/process.d.ts +228 -140
- package/node_modules/@types/node/punycode.d.ts +5 -5
- package/node_modules/@types/node/querystring.d.ts +4 -4
- package/node_modules/@types/node/quic.d.ts +910 -0
- package/node_modules/@types/node/readline/promises.d.ts +4 -4
- package/node_modules/@types/node/readline.d.ts +67 -120
- package/node_modules/@types/node/repl.d.ts +75 -98
- package/node_modules/@types/node/sea.d.ts +10 -1
- package/node_modules/@types/node/sqlite.d.ts +235 -12
- package/node_modules/@types/node/stream/consumers.d.ts +10 -10
- package/node_modules/@types/node/stream/promises.d.ts +136 -15
- package/node_modules/@types/node/stream/web.d.ts +176 -502
- package/node_modules/@types/node/stream.d.ts +586 -494
- package/node_modules/@types/node/string_decoder.d.ts +6 -6
- package/node_modules/@types/node/test/reporters.d.ts +96 -0
- package/node_modules/@types/node/test.d.ts +111 -206
- package/node_modules/@types/node/timers/promises.d.ts +4 -4
- package/node_modules/@types/node/timers.d.ts +4 -130
- package/node_modules/@types/node/tls.d.ts +151 -166
- package/node_modules/@types/node/trace_events.d.ts +9 -9
- package/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +11 -9
- package/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +16 -0
- package/node_modules/@types/node/ts5.6/index.d.ts +18 -2
- package/node_modules/@types/node/ts5.7/index.d.ts +18 -2
- package/node_modules/@types/node/tty.d.ts +58 -16
- package/node_modules/@types/node/url.d.ts +85 -591
- package/node_modules/@types/node/util/types.d.ts +558 -0
- package/node_modules/@types/node/util.d.ts +142 -798
- package/node_modules/@types/node/v8.d.ts +70 -10
- package/node_modules/@types/node/vm.d.ts +182 -101
- package/node_modules/@types/node/wasi.d.ts +5 -5
- package/node_modules/@types/node/web-globals/abortcontroller.d.ts +27 -2
- package/node_modules/@types/node/web-globals/blob.d.ts +23 -0
- package/node_modules/@types/node/web-globals/console.d.ts +9 -0
- package/node_modules/@types/node/web-globals/crypto.d.ts +39 -0
- package/node_modules/@types/node/web-globals/encoding.d.ts +11 -0
- package/node_modules/@types/node/web-globals/events.d.ts +12 -0
- package/node_modules/@types/node/web-globals/fetch.d.ts +4 -0
- package/node_modules/@types/node/web-globals/importmeta.d.ts +13 -0
- package/node_modules/@types/node/web-globals/messaging.d.ts +23 -0
- package/node_modules/@types/node/web-globals/navigator.d.ts +3 -0
- package/node_modules/@types/node/web-globals/performance.d.ts +45 -0
- package/node_modules/@types/node/web-globals/streams.d.ts +115 -0
- package/node_modules/@types/node/web-globals/timers.d.ts +44 -0
- package/node_modules/@types/node/web-globals/url.d.ts +24 -0
- package/node_modules/@types/node/worker_threads.d.ts +270 -358
- package/node_modules/@types/node/zlib.d.ts +39 -95
- package/node_modules/axios/CHANGELOG.md +595 -474
- package/node_modules/axios/MIGRATION_GUIDE.md +876 -2
- package/node_modules/axios/README.md +620 -458
- package/node_modules/axios/dist/axios.js +363 -190
- package/node_modules/axios/dist/axios.js.map +1 -1
- package/node_modules/axios/dist/axios.min.js +2 -2
- package/node_modules/axios/dist/axios.min.js.map +1 -1
- package/node_modules/axios/dist/browser/axios.cjs +267 -219
- package/node_modules/axios/dist/browser/axios.cjs.map +1 -1
- package/node_modules/axios/dist/esm/axios.js +267 -219
- package/node_modules/axios/dist/esm/axios.js.map +1 -1
- package/node_modules/axios/dist/esm/axios.min.js +2 -2
- package/node_modules/axios/dist/esm/axios.min.js.map +1 -1
- package/node_modules/axios/dist/node/axios.cjs +522 -286
- package/node_modules/axios/dist/node/axios.cjs.map +1 -1
- package/node_modules/axios/index.d.cts +25 -3
- package/node_modules/axios/index.d.ts +344 -116
- package/node_modules/axios/lib/adapters/README.md +1 -1
- package/node_modules/axios/lib/adapters/adapters.js +85 -40
- package/node_modules/axios/lib/adapters/fetch.js +1 -1
- package/node_modules/axios/lib/adapters/http.js +236 -51
- package/node_modules/axios/lib/adapters/xhr.js +2 -2
- package/node_modules/axios/lib/cancel/CanceledError.js +15 -18
- package/node_modules/axios/lib/core/Axios.js +1 -1
- package/node_modules/axios/lib/core/AxiosError.js +65 -102
- package/node_modules/axios/lib/core/InterceptorManager.js +3 -2
- package/node_modules/axios/lib/core/mergeConfig.js +6 -7
- package/node_modules/axios/lib/core/transformData.js +1 -1
- package/node_modules/axios/lib/env/data.js +1 -1
- package/node_modules/axios/lib/helpers/HttpStatusCode.js +6 -0
- package/node_modules/axios/lib/helpers/bind.js +7 -0
- package/node_modules/axios/lib/helpers/buildURL.js +7 -10
- package/node_modules/axios/lib/helpers/composeSignals.js +1 -1
- package/node_modules/axios/lib/helpers/cookies.js +25 -14
- package/node_modules/axios/lib/helpers/isAxiosError.js +1 -1
- package/node_modules/axios/lib/helpers/parseHeaders.js +1 -1
- package/node_modules/axios/lib/helpers/spread.js +1 -1
- package/node_modules/axios/lib/utils.js +24 -7
- package/node_modules/axios/package.json +34 -5
- package/node_modules/fast-xml-parser/CHANGELOG.md +12 -0
- package/node_modules/fast-xml-parser/README.md +6 -5
- package/node_modules/fast-xml-parser/lib/fxp.cjs +1 -1
- package/node_modules/fast-xml-parser/lib/fxp.d.cts +1 -1
- package/node_modules/fast-xml-parser/lib/fxp.min.js +1 -1
- package/node_modules/fast-xml-parser/lib/fxp.min.js.map +1 -1
- package/node_modules/fast-xml-parser/lib/fxparser.min.js +1 -1
- package/node_modules/fast-xml-parser/lib/fxparser.min.js.map +1 -1
- package/node_modules/fast-xml-parser/package.json +4 -2
- package/node_modules/fast-xml-parser/src/fxp.d.ts +2 -2
- package/node_modules/fast-xml-parser/src/v6/OutputBuilders/JsMinArrBuilder.js +1 -1
- package/node_modules/fast-xml-parser/src/v6/OutputBuilders/ParserOptionsBuilder.js +4 -4
- package/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +297 -287
- package/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +43 -20
- package/node_modules/fast-xml-parser/src/xmlparser/XMLParser.js +4 -4
- package/node_modules/form-data/CHANGELOG.md +60 -2
- package/node_modules/form-data/README.md +4 -4
- package/node_modules/form-data/lib/form_data.js +2 -2
- package/node_modules/form-data/package.json +4 -4
- package/node_modules/protobufjs/dist/light/protobuf.js +8 -5
- package/node_modules/protobufjs/dist/light/protobuf.js.map +1 -1
- package/node_modules/protobufjs/dist/light/protobuf.min.js +3 -3
- package/node_modules/protobufjs/dist/light/protobuf.min.js.map +1 -1
- package/node_modules/protobufjs/dist/minimal/protobuf.js +2 -2
- package/node_modules/protobufjs/dist/minimal/protobuf.min.js +2 -2
- package/node_modules/protobufjs/dist/protobuf.js +53 -6
- package/node_modules/protobufjs/dist/protobuf.js.map +1 -1
- package/node_modules/protobufjs/dist/protobuf.min.js +3 -3
- package/node_modules/protobufjs/dist/protobuf.min.js.map +1 -1
- package/node_modules/protobufjs/package.json +1 -1
- package/node_modules/protobufjs/src/object.js +6 -3
- package/node_modules/protobufjs/src/parse.js +45 -1
- package/node_modules/strnum/README.md +6 -0
- package/node_modules/strnum/package.json +1 -1
- package/node_modules/strnum/strnum.js +1 -1
- package/node_modules/undici-types/agent.d.ts +1 -4
- package/node_modules/undici-types/client.d.ts +0 -2
- package/node_modules/undici-types/diagnostics-channel.d.ts +0 -1
- package/node_modules/undici-types/dispatcher.d.ts +0 -6
- package/node_modules/undici-types/errors.d.ts +5 -15
- package/node_modules/undici-types/eventsource.d.ts +6 -1
- package/node_modules/undici-types/h2c-client.d.ts +0 -2
- package/node_modules/undici-types/index.d.ts +6 -1
- package/node_modules/undici-types/interceptors.d.ts +5 -0
- package/node_modules/undici-types/mock-interceptor.d.ts +0 -1
- package/node_modules/undici-types/package.json +1 -1
- package/node_modules/undici-types/snapshot-agent.d.ts +109 -0
- package/node_modules/undici-types/webidl.d.ts +92 -21
- package/node_modules/undici-types/websocket.d.ts +2 -0
- package/node_modules/uuid/README.md +19 -8
- package/node_modules/uuid/dist/cjs/index.d.ts +15 -0
- package/node_modules/uuid/dist/cjs/index.js +31 -0
- package/node_modules/uuid/dist/cjs/max.d.ts +2 -0
- package/node_modules/uuid/dist/cjs/max.js +3 -0
- package/node_modules/uuid/dist/cjs/md5.d.ts +4 -0
- package/node_modules/uuid/dist/cjs/md5.js +13 -0
- package/node_modules/uuid/dist/cjs/native.d.ts +6 -0
- package/node_modules/uuid/dist/cjs/native.js +4 -0
- package/node_modules/uuid/dist/cjs/nil.d.ts +2 -0
- package/node_modules/uuid/dist/cjs/nil.js +3 -0
- package/node_modules/uuid/dist/cjs/package.json +1 -0
- package/node_modules/uuid/dist/cjs/parse.d.ts +2 -0
- package/node_modules/uuid/dist/cjs/parse.js +11 -0
- package/node_modules/uuid/dist/cjs/regex.d.ts +2 -0
- package/node_modules/uuid/dist/cjs/regex.js +3 -0
- package/node_modules/uuid/dist/cjs/rng.d.ts +1 -0
- package/node_modules/uuid/dist/cjs/rng.js +13 -0
- package/node_modules/uuid/dist/cjs/sha1.d.ts +4 -0
- package/node_modules/uuid/dist/cjs/sha1.js +13 -0
- package/node_modules/uuid/dist/cjs/stringify.d.ts +3 -0
- package/node_modules/uuid/dist/cjs/stringify.js +39 -0
- package/node_modules/uuid/dist/cjs/types.d.ts +21 -0
- package/node_modules/uuid/dist/cjs/types.js +2 -0
- package/node_modules/uuid/dist/cjs/uuid-bin.js +72 -0
- package/node_modules/uuid/dist/cjs/v1.d.ts +11 -0
- package/node_modules/uuid/dist/cjs/v1.js +87 -0
- package/node_modules/uuid/dist/cjs/v1ToV6.d.ts +2 -0
- package/node_modules/uuid/dist/cjs/v1ToV6.js +13 -0
- package/node_modules/uuid/dist/cjs/v3.d.ts +9 -0
- package/node_modules/uuid/dist/cjs/v3.js +14 -0
- package/node_modules/uuid/dist/cjs/v35.d.ts +7 -0
- package/node_modules/uuid/dist/cjs/v35.js +41 -0
- package/node_modules/uuid/dist/cjs/v4.d.ts +4 -0
- package/node_modules/uuid/dist/cjs/v4.js +29 -0
- package/node_modules/uuid/dist/cjs/v5.d.ts +9 -0
- package/node_modules/uuid/dist/cjs/v5.js +14 -0
- package/node_modules/uuid/dist/cjs/v6.d.ts +4 -0
- package/node_modules/uuid/dist/cjs/v6.js +19 -0
- package/node_modules/uuid/dist/cjs/v6ToV1.d.ts +2 -0
- package/node_modules/uuid/dist/cjs/v6ToV1.js +13 -0
- package/node_modules/uuid/dist/cjs/v7.d.ts +9 -0
- package/node_modules/uuid/dist/cjs/v7.js +69 -0
- package/node_modules/uuid/dist/cjs/validate.d.ts +2 -0
- package/node_modules/uuid/dist/cjs/validate.js +7 -0
- package/node_modules/uuid/dist/cjs/version.d.ts +2 -0
- package/node_modules/uuid/dist/cjs/version.js +10 -0
- package/node_modules/uuid/dist/cjs-browser/index.js +31 -0
- package/node_modules/uuid/dist/cjs-browser/max.js +3 -0
- package/node_modules/uuid/dist/cjs-browser/md5.js +137 -0
- package/node_modules/uuid/dist/cjs-browser/native.js +4 -0
- package/node_modules/uuid/dist/cjs-browser/nil.js +3 -0
- package/node_modules/uuid/dist/cjs-browser/package.json +1 -0
- package/node_modules/uuid/dist/cjs-browser/parse.js +11 -0
- package/node_modules/uuid/dist/cjs-browser/regex.js +3 -0
- package/node_modules/uuid/dist/cjs-browser/rng.js +14 -0
- package/node_modules/uuid/dist/cjs-browser/sha1.js +72 -0
- package/node_modules/uuid/dist/cjs-browser/stringify.js +39 -0
- package/node_modules/uuid/dist/cjs-browser/types.js +2 -0
- package/node_modules/uuid/dist/cjs-browser/uuid-bin.js +72 -0
- package/node_modules/uuid/dist/cjs-browser/v1.js +87 -0
- package/node_modules/uuid/dist/cjs-browser/v1ToV6.js +13 -0
- package/node_modules/uuid/dist/cjs-browser/v3.js +14 -0
- package/node_modules/uuid/dist/cjs-browser/v35.js +41 -0
- package/node_modules/uuid/dist/cjs-browser/v4.js +29 -0
- package/node_modules/uuid/dist/cjs-browser/v5.js +14 -0
- package/node_modules/uuid/dist/cjs-browser/v6.js +19 -0
- package/node_modules/uuid/dist/cjs-browser/v6ToV1.js +13 -0
- package/node_modules/uuid/dist/cjs-browser/v7.js +69 -0
- package/node_modules/uuid/dist/cjs-browser/validate.js +7 -0
- package/node_modules/uuid/dist/cjs-browser/version.js +10 -0
- package/node_modules/uuid/dist/esm/index.d.ts +15 -0
- package/node_modules/uuid/dist/esm/max.d.ts +2 -0
- package/node_modules/uuid/dist/esm/md5.d.ts +4 -0
- package/node_modules/uuid/dist/esm/md5.js +11 -0
- package/node_modules/uuid/dist/esm/native.d.ts +6 -0
- package/node_modules/uuid/dist/esm/native.js +2 -0
- package/node_modules/uuid/dist/esm/nil.d.ts +2 -0
- package/node_modules/uuid/dist/esm/parse.d.ts +2 -0
- package/node_modules/uuid/dist/esm/regex.d.ts +2 -0
- package/node_modules/uuid/dist/esm/rng.d.ts +1 -0
- package/node_modules/uuid/dist/esm/rng.js +10 -0
- package/node_modules/uuid/dist/esm/sha1.d.ts +4 -0
- package/node_modules/uuid/dist/esm/sha1.js +11 -0
- package/node_modules/uuid/dist/esm/stringify.d.ts +3 -0
- package/node_modules/uuid/dist/esm/types.d.ts +21 -0
- package/node_modules/uuid/dist/esm/types.js +1 -0
- package/node_modules/uuid/dist/esm/uuid-bin.d.ts +1 -0
- package/node_modules/uuid/dist/esm/uuid-bin.js +70 -0
- package/node_modules/uuid/dist/esm/v1.d.ts +11 -0
- package/node_modules/uuid/dist/esm/v1ToV6.d.ts +2 -0
- package/node_modules/uuid/dist/esm/v3.d.ts +9 -0
- package/node_modules/uuid/dist/esm/v35.d.ts +7 -0
- package/node_modules/uuid/dist/esm/v4.d.ts +4 -0
- package/node_modules/uuid/dist/esm/v4.js +27 -0
- package/node_modules/uuid/dist/esm/v5.d.ts +9 -0
- package/node_modules/uuid/dist/esm/v6.d.ts +4 -0
- package/node_modules/uuid/dist/esm/v6ToV1.d.ts +2 -0
- package/node_modules/uuid/dist/esm/v7.d.ts +9 -0
- package/node_modules/uuid/dist/esm/validate.d.ts +2 -0
- package/node_modules/uuid/dist/esm/version.d.ts +2 -0
- package/node_modules/uuid/dist/esm-browser/index.d.ts +15 -0
- package/node_modules/uuid/dist/esm-browser/max.d.ts +2 -0
- package/node_modules/uuid/dist/esm-browser/md5.d.ts +2 -0
- package/node_modules/uuid/dist/esm-browser/native.d.ts +4 -0
- package/node_modules/uuid/dist/esm-browser/nil.d.ts +2 -0
- package/node_modules/uuid/dist/esm-browser/parse.d.ts +2 -0
- package/node_modules/uuid/dist/esm-browser/regex.d.ts +2 -0
- package/node_modules/uuid/dist/esm-browser/rng.d.ts +1 -0
- package/node_modules/uuid/dist/esm-browser/sha1.d.ts +2 -0
- package/node_modules/uuid/dist/esm-browser/stringify.d.ts +3 -0
- package/node_modules/uuid/dist/esm-browser/types.d.ts +21 -0
- package/node_modules/uuid/dist/esm-browser/uuid-bin.d.ts +1 -0
- package/node_modules/uuid/dist/esm-browser/uuid-bin.js +70 -0
- package/node_modules/uuid/dist/esm-browser/v1.d.ts +11 -0
- package/node_modules/uuid/dist/esm-browser/v1ToV6.d.ts +2 -0
- package/node_modules/uuid/dist/esm-browser/v3.d.ts +9 -0
- package/node_modules/uuid/dist/esm-browser/v35.d.ts +7 -0
- package/node_modules/uuid/dist/esm-browser/v4.d.ts +4 -0
- package/node_modules/uuid/dist/esm-browser/v4.js +27 -0
- package/node_modules/uuid/dist/esm-browser/v5.d.ts +9 -0
- package/node_modules/uuid/dist/esm-browser/v6.d.ts +4 -0
- package/node_modules/uuid/dist/esm-browser/v6ToV1.d.ts +2 -0
- package/node_modules/uuid/dist/esm-browser/v7.d.ts +9 -0
- package/node_modules/uuid/dist/esm-browser/validate.d.ts +2 -0
- package/node_modules/uuid/dist/esm-browser/version.d.ts +2 -0
- package/node_modules/uuid/package.json +41 -28
- package/package.json +12 -10
- package/tak-registration.js +18 -14
- package/node_modules/@turf/along/LICENSE +0 -20
- package/node_modules/@turf/along/README.md +0 -59
- package/node_modules/@turf/along/dist/cjs/index.cjs +0 -39
- package/node_modules/@turf/along/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/along/dist/cjs/index.d.cts +0 -26
- package/node_modules/@turf/along/dist/esm/index.d.ts +0 -26
- package/node_modules/@turf/along/dist/esm/index.js +0 -39
- package/node_modules/@turf/along/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/along/package.json +0 -75
- package/node_modules/@turf/angle/LICENSE +0 -20
- package/node_modules/@turf/angle/README.md +0 -60
- package/node_modules/@turf/angle/dist/cjs/index.cjs +0 -41
- package/node_modules/@turf/angle/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/angle/dist/cjs/index.d.cts +0 -24
- package/node_modules/@turf/angle/dist/esm/index.d.ts +0 -24
- package/node_modules/@turf/angle/dist/esm/index.js +0 -41
- package/node_modules/@turf/angle/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/angle/package.json +0 -79
- package/node_modules/@turf/area/LICENSE +0 -20
- package/node_modules/@turf/area/README.md +0 -55
- package/node_modules/@turf/area/dist/cjs/index.cjs +0 -66
- package/node_modules/@turf/area/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/area/dist/cjs/index.d.cts +0 -20
- package/node_modules/@turf/area/dist/esm/index.d.ts +0 -20
- package/node_modules/@turf/area/dist/esm/index.js +0 -66
- package/node_modules/@turf/area/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/area/package.json +0 -72
- package/node_modules/@turf/bbox/LICENSE +0 -20
- package/node_modules/@turf/bbox/README.md +0 -56
- package/node_modules/@turf/bbox/dist/cjs/index.cjs +0 -29
- package/node_modules/@turf/bbox/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/bbox/dist/cjs/index.d.cts +0 -25
- package/node_modules/@turf/bbox/dist/esm/index.d.ts +0 -25
- package/node_modules/@turf/bbox/dist/esm/index.js +0 -29
- package/node_modules/@turf/bbox/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/bbox/package.json +0 -72
- package/node_modules/@turf/bbox-clip/LICENSE +0 -20
- package/node_modules/@turf/bbox-clip/README.md +0 -62
- package/node_modules/@turf/bbox-clip/dist/cjs/index.cjs +0 -133
- package/node_modules/@turf/bbox-clip/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/bbox-clip/dist/cjs/index.d.cts +0 -23
- package/node_modules/@turf/bbox-clip/dist/esm/index.d.ts +0 -23
- package/node_modules/@turf/bbox-clip/dist/esm/index.js +0 -133
- package/node_modules/@turf/bbox-clip/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/bbox-clip/package.json +0 -79
- package/node_modules/@turf/bbox-polygon/LICENSE +0 -20
- package/node_modules/@turf/bbox-polygon/README.md +0 -60
- package/node_modules/@turf/bbox-polygon/dist/cjs/index.cjs +0 -28
- package/node_modules/@turf/bbox-polygon/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/bbox-polygon/dist/cjs/index.d.cts +0 -26
- package/node_modules/@turf/bbox-polygon/dist/esm/index.d.ts +0 -26
- package/node_modules/@turf/bbox-polygon/dist/esm/index.js +0 -28
- package/node_modules/@turf/bbox-polygon/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/bbox-polygon/package.json +0 -70
- package/node_modules/@turf/bearing/LICENSE +0 -20
- package/node_modules/@turf/bearing/README.md +0 -63
- package/node_modules/@turf/bearing/dist/cjs/index.cjs +0 -28
- package/node_modules/@turf/bearing/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/bearing/dist/cjs/index.d.cts +0 -29
- package/node_modules/@turf/bearing/dist/esm/index.d.ts +0 -29
- package/node_modules/@turf/bearing/dist/esm/index.js +0 -28
- package/node_modules/@turf/bearing/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/bearing/package.json +0 -70
- package/node_modules/@turf/bezier-spline/LICENSE +0 -20
- package/node_modules/@turf/bezier-spline/README.md +0 -73
- package/node_modules/@turf/bezier-spline/dist/cjs/index.cjs +0 -165
- package/node_modules/@turf/bezier-spline/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/bezier-spline/dist/cjs/index.d.cts +0 -39
- package/node_modules/@turf/bezier-spline/dist/esm/index.d.ts +0 -39
- package/node_modules/@turf/bezier-spline/dist/esm/index.js +0 -165
- package/node_modules/@turf/bezier-spline/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/bezier-spline/package.json +0 -73
- package/node_modules/@turf/boolean-clockwise/LICENSE +0 -20
- package/node_modules/@turf/boolean-clockwise/README.md +0 -55
- package/node_modules/@turf/boolean-clockwise/dist/cjs/index.cjs +0 -22
- package/node_modules/@turf/boolean-clockwise/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/boolean-clockwise/dist/cjs/index.d.cts +0 -20
- package/node_modules/@turf/boolean-clockwise/dist/esm/index.d.ts +0 -20
- package/node_modules/@turf/boolean-clockwise/dist/esm/index.js +0 -22
- package/node_modules/@turf/boolean-clockwise/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/boolean-clockwise/package.json +0 -77
- package/node_modules/@turf/boolean-concave/LICENSE +0 -20
- package/node_modules/@turf/boolean-concave/README.md +0 -48
- package/node_modules/@turf/boolean-concave/dist/cjs/index.cjs +0 -29
- package/node_modules/@turf/boolean-concave/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/boolean-concave/dist/cjs/index.d.cts +0 -17
- package/node_modules/@turf/boolean-concave/dist/esm/index.d.ts +0 -17
- package/node_modules/@turf/boolean-concave/dist/esm/index.js +0 -29
- package/node_modules/@turf/boolean-concave/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/boolean-concave/package.json +0 -76
- package/node_modules/@turf/boolean-contains/LICENSE +0 -20
- package/node_modules/@turf/boolean-contains/README.md +0 -58
- package/node_modules/@turf/boolean-contains/dist/cjs/index.cjs +0 -216
- package/node_modules/@turf/boolean-contains/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/boolean-contains/dist/cjs/index.d.cts +0 -50
- package/node_modules/@turf/boolean-contains/dist/esm/index.d.ts +0 -50
- package/node_modules/@turf/boolean-contains/dist/esm/index.js +0 -216
- package/node_modules/@turf/boolean-contains/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/boolean-contains/package.json +0 -81
- package/node_modules/@turf/boolean-crosses/LICENSE +0 -20
- package/node_modules/@turf/boolean-crosses/README.md +0 -60
- package/node_modules/@turf/boolean-crosses/dist/cjs/index.cjs +0 -141
- package/node_modules/@turf/boolean-crosses/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/boolean-crosses/dist/cjs/index.d.cts +0 -24
- package/node_modules/@turf/boolean-crosses/dist/esm/index.d.ts +0 -24
- package/node_modules/@turf/boolean-crosses/dist/esm/index.js +0 -141
- package/node_modules/@turf/boolean-crosses/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/boolean-crosses/package.json +0 -80
- package/node_modules/@turf/boolean-disjoint/LICENSE +0 -20
- package/node_modules/@turf/boolean-disjoint/README.md +0 -60
- package/node_modules/@turf/boolean-disjoint/dist/cjs/index.cjs +0 -143
- package/node_modules/@turf/boolean-disjoint/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/boolean-disjoint/dist/cjs/index.d.cts +0 -23
- package/node_modules/@turf/boolean-disjoint/dist/esm/index.d.ts +0 -23
- package/node_modules/@turf/boolean-disjoint/dist/esm/index.js +0 -143
- package/node_modules/@turf/boolean-disjoint/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/boolean-disjoint/package.json +0 -79
- package/node_modules/@turf/boolean-equal/LICENSE +0 -20
- package/node_modules/@turf/boolean-equal/README.md +0 -68
- package/node_modules/@turf/boolean-equal/dist/cjs/index.cjs +0 -23
- package/node_modules/@turf/boolean-equal/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/boolean-equal/dist/cjs/index.d.cts +0 -27
- package/node_modules/@turf/boolean-equal/dist/esm/index.d.ts +0 -27
- package/node_modules/@turf/boolean-equal/dist/esm/index.js +0 -23
- package/node_modules/@turf/boolean-equal/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/boolean-equal/package.json +0 -82
- package/node_modules/@turf/boolean-intersects/LICENSE +0 -20
- package/node_modules/@turf/boolean-intersects/README.md +0 -64
- package/node_modules/@turf/boolean-intersects/dist/cjs/index.cjs +0 -25
- package/node_modules/@turf/boolean-intersects/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/boolean-intersects/dist/cjs/index.d.cts +0 -32
- package/node_modules/@turf/boolean-intersects/dist/esm/index.d.ts +0 -32
- package/node_modules/@turf/boolean-intersects/dist/esm/index.js +0 -25
- package/node_modules/@turf/boolean-intersects/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/boolean-intersects/package.json +0 -78
- package/node_modules/@turf/boolean-overlap/LICENSE +0 -20
- package/node_modules/@turf/boolean-overlap/README.md +0 -70
- package/node_modules/@turf/boolean-overlap/dist/cjs/index.cjs +0 -55
- package/node_modules/@turf/boolean-overlap/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/boolean-overlap/dist/cjs/index.d.cts +0 -26
- package/node_modules/@turf/boolean-overlap/dist/esm/index.d.ts +0 -26
- package/node_modules/@turf/boolean-overlap/dist/esm/index.js +0 -55
- package/node_modules/@turf/boolean-overlap/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/boolean-overlap/package.json +0 -83
- package/node_modules/@turf/boolean-parallel/LICENSE +0 -20
- package/node_modules/@turf/boolean-parallel/README.md +0 -52
- package/node_modules/@turf/boolean-parallel/dist/cjs/index.cjs +0 -39
- package/node_modules/@turf/boolean-parallel/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/boolean-parallel/dist/cjs/index.d.cts +0 -19
- package/node_modules/@turf/boolean-parallel/dist/esm/index.d.ts +0 -19
- package/node_modules/@turf/boolean-parallel/dist/esm/index.js +0 -39
- package/node_modules/@turf/boolean-parallel/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/boolean-parallel/package.json +0 -77
- package/node_modules/@turf/boolean-point-in-polygon/LICENSE +0 -20
- package/node_modules/@turf/boolean-point-in-polygon/README.md +0 -69
- package/node_modules/@turf/boolean-point-in-polygon/dist/cjs/index.cjs +0 -38
- package/node_modules/@turf/boolean-point-in-polygon/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/boolean-point-in-polygon/dist/cjs/index.d.cts +0 -32
- package/node_modules/@turf/boolean-point-in-polygon/dist/esm/index.d.ts +0 -32
- package/node_modules/@turf/boolean-point-in-polygon/dist/esm/index.js +0 -38
- package/node_modules/@turf/boolean-point-in-polygon/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/boolean-point-in-polygon/package.json +0 -73
- package/node_modules/@turf/boolean-point-on-line/LICENSE +0 -20
- package/node_modules/@turf/boolean-point-on-line/README.md +0 -60
- package/node_modules/@turf/boolean-point-on-line/dist/cjs/index.cjs +0 -88
- package/node_modules/@turf/boolean-point-on-line/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/boolean-point-on-line/dist/cjs/index.d.cts +0 -26
- package/node_modules/@turf/boolean-point-on-line/dist/esm/index.d.ts +0 -26
- package/node_modules/@turf/boolean-point-on-line/dist/esm/index.js +0 -88
- package/node_modules/@turf/boolean-point-on-line/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/boolean-point-on-line/package.json +0 -74
- package/node_modules/@turf/boolean-touches/LICENSE +0 -20
- package/node_modules/@turf/boolean-touches/README.md +0 -51
- package/node_modules/@turf/boolean-touches/dist/cjs/index.cjs +0 -647
- package/node_modules/@turf/boolean-touches/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/boolean-touches/dist/cjs/index.d.cts +0 -20
- package/node_modules/@turf/boolean-touches/dist/esm/index.d.ts +0 -20
- package/node_modules/@turf/boolean-touches/dist/esm/index.js +0 -647
- package/node_modules/@turf/boolean-touches/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/boolean-touches/package.json +0 -82
- package/node_modules/@turf/boolean-valid/LICENSE +0 -20
- package/node_modules/@turf/boolean-valid/README.md +0 -48
- package/node_modules/@turf/boolean-valid/dist/cjs/index.cjs +0 -93
- package/node_modules/@turf/boolean-valid/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/boolean-valid/dist/cjs/index.d.cts +0 -17
- package/node_modules/@turf/boolean-valid/dist/esm/index.d.ts +0 -17
- package/node_modules/@turf/boolean-valid/dist/esm/index.js +0 -93
- package/node_modules/@turf/boolean-valid/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/boolean-valid/package.json +0 -86
- package/node_modules/@turf/boolean-within/LICENSE +0 -20
- package/node_modules/@turf/boolean-within/README.md +0 -53
- package/node_modules/@turf/boolean-within/dist/cjs/index.cjs +0 -186
- package/node_modules/@turf/boolean-within/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/boolean-within/dist/cjs/index.d.cts +0 -22
- package/node_modules/@turf/boolean-within/dist/esm/index.d.ts +0 -22
- package/node_modules/@turf/boolean-within/dist/esm/index.js +0 -186
- package/node_modules/@turf/boolean-within/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/boolean-within/package.json +0 -83
- package/node_modules/@turf/buffer/LICENSE +0 -20
- package/node_modules/@turf/buffer/README.md +0 -72
- package/node_modules/@turf/buffer/dist/cjs/index.cjs +0 -99
- package/node_modules/@turf/buffer/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/buffer/dist/cjs/index.d.cts +0 -30
- package/node_modules/@turf/buffer/dist/esm/index.d.ts +0 -30
- package/node_modules/@turf/buffer/dist/esm/index.js +0 -99
- package/node_modules/@turf/buffer/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/buffer/package.json +0 -85
- package/node_modules/@turf/center/LICENSE +0 -20
- package/node_modules/@turf/center/README.md +0 -65
- package/node_modules/@turf/center/dist/cjs/index.cjs +0 -15
- package/node_modules/@turf/center/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/center/dist/cjs/index.d.cts +0 -34
- package/node_modules/@turf/center/dist/esm/index.d.ts +0 -34
- package/node_modules/@turf/center/dist/esm/index.js +0 -15
- package/node_modules/@turf/center/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/center/package.json +0 -78
- package/node_modules/@turf/center-mean/LICENSE +0 -20
- package/node_modules/@turf/center-mean/README.md +0 -69
- package/node_modules/@turf/center-mean/dist/cjs/index.cjs +0 -31
- package/node_modules/@turf/center-mean/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/center-mean/dist/cjs/index.d.cts +0 -38
- package/node_modules/@turf/center-mean/dist/esm/index.d.ts +0 -38
- package/node_modules/@turf/center-mean/dist/esm/index.js +0 -31
- package/node_modules/@turf/center-mean/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/center-mean/package.json +0 -83
- package/node_modules/@turf/center-median/LICENSE +0 -20
- package/node_modules/@turf/center-median/README.md +0 -97
- package/node_modules/@turf/center-median/dist/cjs/index.cjs +0 -80
- package/node_modules/@turf/center-median/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/center-median/dist/cjs/index.d.cts +0 -64
- package/node_modules/@turf/center-median/dist/esm/index.d.ts +0 -64
- package/node_modules/@turf/center-median/dist/esm/index.js +0 -80
- package/node_modules/@turf/center-median/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/center-median/package.json +0 -80
- package/node_modules/@turf/center-of-mass/LICENSE +0 -20
- package/node_modules/@turf/center-of-mass/README.md +0 -61
- package/node_modules/@turf/center-of-mass/dist/cjs/index.cjs +0 -58
- package/node_modules/@turf/center-of-mass/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/center-of-mass/dist/cjs/index.d.cts +0 -23
- package/node_modules/@turf/center-of-mass/dist/esm/index.d.ts +0 -23
- package/node_modules/@turf/center-of-mass/dist/esm/index.js +0 -58
- package/node_modules/@turf/center-of-mass/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/center-of-mass/package.json +0 -75
- package/node_modules/@turf/circle/LICENSE +0 -20
- package/node_modules/@turf/circle/README.md +0 -65
- package/node_modules/@turf/circle/dist/cjs/index.cjs +0 -21
- package/node_modules/@turf/circle/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/circle/dist/cjs/index.d.cts +0 -30
- package/node_modules/@turf/circle/dist/esm/index.d.ts +0 -30
- package/node_modules/@turf/circle/dist/esm/index.js +0 -21
- package/node_modules/@turf/circle/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/circle/package.json +0 -77
- package/node_modules/@turf/clean-coords/LICENSE +0 -20
- package/node_modules/@turf/clean-coords/README.md +0 -57
- package/node_modules/@turf/clean-coords/dist/cjs/index.cjs +0 -122
- package/node_modules/@turf/clean-coords/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/clean-coords/dist/cjs/index.d.cts +0 -23
- package/node_modules/@turf/clean-coords/dist/esm/index.d.ts +0 -23
- package/node_modules/@turf/clean-coords/dist/esm/index.js +0 -122
- package/node_modules/@turf/clean-coords/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/clean-coords/package.json +0 -76
- package/node_modules/@turf/clone/LICENSE +0 -20
- package/node_modules/@turf/clone/README.md +0 -44
- package/node_modules/@turf/clone/dist/cjs/index.cjs +0 -111
- package/node_modules/@turf/clone/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/clone/dist/cjs/index.d.cts +0 -28
- package/node_modules/@turf/clone/dist/esm/index.d.ts +0 -28
- package/node_modules/@turf/clone/dist/esm/index.js +0 -111
- package/node_modules/@turf/clone/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/clone/package.json +0 -72
- package/node_modules/@turf/clusters/LICENSE +0 -20
- package/node_modules/@turf/clusters/README.md +0 -209
- package/node_modules/@turf/clusters/dist/cjs/index.cjs +0 -108
- package/node_modules/@turf/clusters/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/clusters/dist/cjs/index.d.cts +0 -201
- package/node_modules/@turf/clusters/dist/esm/index.d.ts +0 -201
- package/node_modules/@turf/clusters/dist/esm/index.js +0 -108
- package/node_modules/@turf/clusters/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/clusters/package.json +0 -75
- package/node_modules/@turf/clusters-dbscan/LICENSE +0 -20
- package/node_modules/@turf/clusters-dbscan/README.md +0 -90
- package/node_modules/@turf/clusters-dbscan/dist/cjs/index.cjs +0 -110
- package/node_modules/@turf/clusters-dbscan/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/clusters-dbscan/dist/cjs/index.d.cts +0 -51
- package/node_modules/@turf/clusters-dbscan/dist/esm/index.d.ts +0 -51
- package/node_modules/@turf/clusters-dbscan/dist/esm/index.js +0 -110
- package/node_modules/@turf/clusters-dbscan/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/clusters-dbscan/package.json +0 -89
- package/node_modules/@turf/clusters-kmeans/LICENSE +0 -20
- package/node_modules/@turf/clusters-kmeans/README.md +0 -63
- package/node_modules/@turf/clusters-kmeans/dist/cjs/index.cjs +0 -29
- package/node_modules/@turf/clusters-kmeans/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/clusters-kmeans/dist/cjs/index.d.cts +0 -33
- package/node_modules/@turf/clusters-kmeans/dist/esm/index.d.ts +0 -33
- package/node_modules/@turf/clusters-kmeans/dist/esm/index.js +0 -29
- package/node_modules/@turf/clusters-kmeans/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/clusters-kmeans/package.json +0 -89
- package/node_modules/@turf/collect/LICENSE +0 -20
- package/node_modules/@turf/collect/README.md +0 -68
- package/node_modules/@turf/collect/dist/cjs/index.cjs +0 -49
- package/node_modules/@turf/collect/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/collect/dist/cjs/index.d.cts +0 -35
- package/node_modules/@turf/collect/dist/esm/index.d.ts +0 -35
- package/node_modules/@turf/collect/dist/esm/index.js +0 -49
- package/node_modules/@turf/collect/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/collect/package.json +0 -78
- package/node_modules/@turf/combine/LICENSE +0 -20
- package/node_modules/@turf/combine/README.md +0 -62
- package/node_modules/@turf/combine/dist/cjs/index.cjs +0 -67
- package/node_modules/@turf/combine/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/combine/dist/cjs/index.d.cts +0 -25
- package/node_modules/@turf/combine/dist/esm/index.d.ts +0 -25
- package/node_modules/@turf/combine/dist/esm/index.js +0 -67
- package/node_modules/@turf/combine/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/combine/package.json +0 -71
- package/node_modules/@turf/concave/LICENSE +0 -20
- package/node_modules/@turf/concave/README.md +0 -76
- package/node_modules/@turf/concave/dist/cjs/index.cjs +0 -198
- package/node_modules/@turf/concave/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/concave/dist/cjs/index.d.cts +0 -36
- package/node_modules/@turf/concave/dist/esm/index.d.ts +0 -36
- package/node_modules/@turf/concave/dist/esm/index.js +0 -198
- package/node_modules/@turf/concave/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/concave/package.json +0 -91
- package/node_modules/@turf/convex/LICENSE +0 -20
- package/node_modules/@turf/convex/README.md +0 -75
- package/node_modules/@turf/convex/dist/cjs/index.cjs +0 -25
- package/node_modules/@turf/convex/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/convex/dist/cjs/index.d.cts +0 -37
- package/node_modules/@turf/convex/dist/esm/index.d.ts +0 -37
- package/node_modules/@turf/convex/dist/esm/index.js +0 -25
- package/node_modules/@turf/convex/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/convex/package.json +0 -73
- package/node_modules/@turf/destination/LICENSE +0 -20
- package/node_modules/@turf/destination/README.md +0 -71
- package/node_modules/@turf/destination/dist/cjs/index.cjs +0 -31
- package/node_modules/@turf/destination/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/destination/dist/cjs/index.d.cts +0 -35
- package/node_modules/@turf/destination/dist/esm/index.d.ts +0 -35
- package/node_modules/@turf/destination/dist/esm/index.js +0 -31
- package/node_modules/@turf/destination/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/destination/package.json +0 -76
- package/node_modules/@turf/difference/LICENSE +0 -20
- package/node_modules/@turf/difference/README.md +0 -71
- package/node_modules/@turf/difference/dist/cjs/index.cjs +0 -24
- package/node_modules/@turf/difference/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/difference/dist/cjs/index.d.cts +0 -38
- package/node_modules/@turf/difference/dist/esm/index.d.ts +0 -38
- package/node_modules/@turf/difference/dist/esm/index.js +0 -24
- package/node_modules/@turf/difference/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/difference/package.json +0 -72
- package/node_modules/@turf/dissolve/LICENSE +0 -20
- package/node_modules/@turf/dissolve/README.md +0 -63
- package/node_modules/@turf/dissolve/dist/cjs/index.cjs +0 -62
- package/node_modules/@turf/dissolve/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/dissolve/dist/cjs/index.d.cts +0 -28
- package/node_modules/@turf/dissolve/dist/esm/index.d.ts +0 -28
- package/node_modules/@turf/dissolve/dist/esm/index.js +0 -62
- package/node_modules/@turf/dissolve/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/dissolve/package.json +0 -76
- package/node_modules/@turf/distance/LICENSE +0 -20
- package/node_modules/@turf/distance/README.md +0 -63
- package/node_modules/@turf/distance/dist/cjs/index.cjs +0 -22
- package/node_modules/@turf/distance/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/distance/dist/cjs/index.d.cts +0 -29
- package/node_modules/@turf/distance/dist/esm/index.d.ts +0 -29
- package/node_modules/@turf/distance/dist/esm/index.js +0 -22
- package/node_modules/@turf/distance/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/distance/package.json +0 -72
- package/node_modules/@turf/distance-weight/LICENSE +0 -20
- package/node_modules/@turf/distance-weight/README.md +0 -76
- package/node_modules/@turf/distance-weight/dist/cjs/index.cjs +0 -80
- package/node_modules/@turf/distance-weight/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/distance-weight/dist/cjs/index.d.cts +0 -42
- package/node_modules/@turf/distance-weight/dist/esm/index.d.ts +0 -42
- package/node_modules/@turf/distance-weight/dist/esm/index.js +0 -80
- package/node_modules/@turf/distance-weight/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/distance-weight/package.json +0 -75
- package/node_modules/@turf/ellipse/LICENSE +0 -20
- package/node_modules/@turf/ellipse/README.md +0 -68
- package/node_modules/@turf/ellipse/dist/cjs/index.cjs +0 -69
- package/node_modules/@turf/ellipse/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/ellipse/dist/cjs/index.d.cts +0 -34
- package/node_modules/@turf/ellipse/dist/esm/index.d.ts +0 -34
- package/node_modules/@turf/ellipse/dist/esm/index.js +0 -69
- package/node_modules/@turf/ellipse/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/ellipse/package.json +0 -81
- package/node_modules/@turf/envelope/LICENSE +0 -20
- package/node_modules/@turf/envelope/README.md +0 -54
- package/node_modules/@turf/envelope/dist/cjs/index.cjs +0 -12
- package/node_modules/@turf/envelope/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/envelope/dist/cjs/index.d.cts +0 -24
- package/node_modules/@turf/envelope/dist/esm/index.d.ts +0 -24
- package/node_modules/@turf/envelope/dist/esm/index.js +0 -12
- package/node_modules/@turf/envelope/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/envelope/package.json +0 -73
- package/node_modules/@turf/explode/LICENSE +0 -20
- package/node_modules/@turf/explode/README.md +0 -54
- package/node_modules/@turf/explode/dist/cjs/index.cjs +0 -28
- package/node_modules/@turf/explode/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/explode/dist/cjs/index.d.cts +0 -21
- package/node_modules/@turf/explode/dist/esm/index.d.ts +0 -21
- package/node_modules/@turf/explode/dist/esm/index.js +0 -28
- package/node_modules/@turf/explode/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/explode/package.json +0 -72
- package/node_modules/@turf/flatten/LICENSE +0 -20
- package/node_modules/@turf/flatten/README.md +0 -54
- package/node_modules/@turf/flatten/dist/cjs/index.cjs +0 -17
- package/node_modules/@turf/flatten/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/flatten/dist/cjs/index.d.cts +0 -27
- package/node_modules/@turf/flatten/dist/esm/index.d.ts +0 -27
- package/node_modules/@turf/flatten/dist/esm/index.js +0 -17
- package/node_modules/@turf/flatten/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/flatten/package.json +0 -78
- package/node_modules/@turf/flip/LICENSE +0 -20
- package/node_modules/@turf/flip/README.md +0 -53
- package/node_modules/@turf/flip/dist/cjs/index.cjs +0 -25
- package/node_modules/@turf/flip/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/flip/dist/cjs/index.d.cts +0 -23
- package/node_modules/@turf/flip/dist/esm/index.d.ts +0 -23
- package/node_modules/@turf/flip/dist/esm/index.js +0 -25
- package/node_modules/@turf/flip/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/flip/package.json +0 -74
- package/node_modules/@turf/geojson-rbush/LICENSE +0 -20
- package/node_modules/@turf/geojson-rbush/README.md +0 -397
- package/node_modules/@turf/geojson-rbush/dist/cjs/index.cjs +0 -78
- package/node_modules/@turf/geojson-rbush/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/geojson-rbush/dist/cjs/index.d.cts +0 -26
- package/node_modules/@turf/geojson-rbush/dist/esm/index.d.ts +0 -26
- package/node_modules/@turf/geojson-rbush/dist/esm/index.js +0 -78
- package/node_modules/@turf/geojson-rbush/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/geojson-rbush/package.json +0 -82
- package/node_modules/@turf/great-circle/LICENSE +0 -20
- package/node_modules/@turf/great-circle/README.md +0 -67
- package/node_modules/@turf/great-circle/dist/cjs/index.cjs +0 -273
- package/node_modules/@turf/great-circle/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/great-circle/dist/cjs/index.d.cts +0 -17
- package/node_modules/@turf/great-circle/dist/esm/index.d.ts +0 -17
- package/node_modules/@turf/great-circle/dist/esm/index.js +0 -273
- package/node_modules/@turf/great-circle/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/great-circle/package.json +0 -78
- package/node_modules/@turf/hex-grid/LICENSE +0 -20
- package/node_modules/@turf/hex-grid/README.md +0 -74
- package/node_modules/@turf/hex-grid/dist/cjs/index.cjs +0 -114
- package/node_modules/@turf/hex-grid/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/hex-grid/dist/cjs/index.d.cts +0 -36
- package/node_modules/@turf/hex-grid/dist/esm/index.d.ts +0 -36
- package/node_modules/@turf/hex-grid/dist/esm/index.js +0 -114
- package/node_modules/@turf/hex-grid/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/hex-grid/package.json +0 -87
- package/node_modules/@turf/interpolate/LICENSE +0 -20
- package/node_modules/@turf/interpolate/README.md +0 -73
- package/node_modules/@turf/interpolate/dist/cjs/index.cjs +0 -78
- package/node_modules/@turf/interpolate/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/interpolate/dist/cjs/index.d.cts +0 -30
- package/node_modules/@turf/interpolate/dist/esm/index.d.ts +0 -30
- package/node_modules/@turf/interpolate/dist/esm/index.js +0 -78
- package/node_modules/@turf/interpolate/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/interpolate/package.json +0 -84
- package/node_modules/@turf/intersect/LICENSE +0 -20
- package/node_modules/@turf/intersect/README.md +0 -76
- package/node_modules/@turf/intersect/dist/cjs/index.cjs +0 -24
- package/node_modules/@turf/intersect/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/intersect/dist/cjs/index.d.cts +0 -42
- package/node_modules/@turf/intersect/dist/esm/index.d.ts +0 -42
- package/node_modules/@turf/intersect/dist/esm/index.js +0 -24
- package/node_modules/@turf/intersect/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/intersect/package.json +0 -74
- package/node_modules/@turf/invariant/LICENSE +0 -20
- package/node_modules/@turf/invariant/README.md +0 -195
- package/node_modules/@turf/invariant/dist/cjs/index.cjs +0 -127
- package/node_modules/@turf/invariant/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/invariant/dist/cjs/index.d.cts +0 -108
- package/node_modules/@turf/invariant/dist/esm/index.d.ts +0 -108
- package/node_modules/@turf/invariant/dist/esm/index.js +0 -127
- package/node_modules/@turf/invariant/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/invariant/package.json +0 -73
- package/node_modules/@turf/isobands/LICENSE +0 -20
- package/node_modules/@turf/isobands/README.md +0 -54
- package/node_modules/@turf/isobands/dist/cjs/index.cjs +0 -209
- package/node_modules/@turf/isobands/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/isobands/dist/cjs/index.d.cts +0 -22
- package/node_modules/@turf/isobands/dist/esm/index.d.ts +0 -22
- package/node_modules/@turf/isobands/dist/esm/index.js +0 -209
- package/node_modules/@turf/isobands/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/isobands/package.json +0 -89
- package/node_modules/@turf/isolines/LICENSE +0 -20
- package/node_modules/@turf/isolines/README.md +0 -76
- package/node_modules/@turf/isolines/dist/cjs/index.cjs +0 -135
- package/node_modules/@turf/isolines/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/isolines/dist/cjs/index.d.cts +0 -38
- package/node_modules/@turf/isolines/dist/esm/index.d.ts +0 -38
- package/node_modules/@turf/isolines/dist/esm/index.js +0 -135
- package/node_modules/@turf/isolines/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/isolines/package.json +0 -86
- package/node_modules/@turf/jsts/README.md +0 -19
- package/node_modules/@turf/jsts/dist/jsts.min.js +0 -2
- package/node_modules/@turf/jsts/dist/jsts.min.js.map +0 -1
- package/node_modules/@turf/jsts/package.json +0 -45
- package/node_modules/@turf/kinks/LICENSE +0 -20
- package/node_modules/@turf/kinks/README.md +0 -66
- package/node_modules/@turf/kinks/dist/cjs/index.cjs +0 -108
- package/node_modules/@turf/kinks/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/kinks/dist/cjs/index.d.cts +0 -27
- package/node_modules/@turf/kinks/dist/esm/index.d.ts +0 -27
- package/node_modules/@turf/kinks/dist/esm/index.js +0 -108
- package/node_modules/@turf/kinks/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/kinks/package.json +0 -72
- package/node_modules/@turf/length/LICENSE +0 -20
- package/node_modules/@turf/length/README.md +0 -63
- package/node_modules/@turf/length/dist/cjs/index.cjs +0 -19
- package/node_modules/@turf/length/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/length/dist/cjs/index.d.cts +0 -24
- package/node_modules/@turf/length/dist/esm/index.d.ts +0 -24
- package/node_modules/@turf/length/dist/esm/index.js +0 -19
- package/node_modules/@turf/length/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/length/package.json +0 -79
- package/node_modules/@turf/line-arc/LICENSE +0 -20
- package/node_modules/@turf/line-arc/README.md +0 -67
- package/node_modules/@turf/line-arc/dist/cjs/index.cjs +0 -43
- package/node_modules/@turf/line-arc/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/line-arc/dist/cjs/index.d.cts +0 -33
- package/node_modules/@turf/line-arc/dist/esm/index.d.ts +0 -33
- package/node_modules/@turf/line-arc/dist/esm/index.js +0 -43
- package/node_modules/@turf/line-arc/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/line-arc/package.json +0 -73
- package/node_modules/@turf/line-chunk/LICENSE +0 -20
- package/node_modules/@turf/line-chunk/README.md +0 -68
- package/node_modules/@turf/line-chunk/dist/cjs/index.cjs +0 -46
- package/node_modules/@turf/line-chunk/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/line-chunk/dist/cjs/index.d.cts +0 -21
- package/node_modules/@turf/line-chunk/dist/esm/index.d.ts +0 -21
- package/node_modules/@turf/line-chunk/dist/esm/index.js +0 -46
- package/node_modules/@turf/line-chunk/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/line-chunk/package.json +0 -81
- package/node_modules/@turf/line-intersect/LICENSE +0 -20
- package/node_modules/@turf/line-intersect/README.md +0 -59
- package/node_modules/@turf/line-intersect/dist/cjs/index.cjs +0 -48
- package/node_modules/@turf/line-intersect/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/line-intersect/dist/cjs/index.d.cts +0 -26
- package/node_modules/@turf/line-intersect/dist/esm/index.d.ts +0 -26
- package/node_modules/@turf/line-intersect/dist/esm/index.js +0 -48
- package/node_modules/@turf/line-intersect/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/line-intersect/package.json +0 -78
- package/node_modules/@turf/line-offset/LICENSE +0 -20
- package/node_modules/@turf/line-offset/README.md +0 -63
- package/node_modules/@turf/line-offset/dist/cjs/index.cjs +0 -128
- package/node_modules/@turf/line-offset/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/line-offset/dist/cjs/index.d.cts +0 -15
- package/node_modules/@turf/line-offset/dist/esm/index.d.ts +0 -15
- package/node_modules/@turf/line-offset/dist/esm/index.js +0 -128
- package/node_modules/@turf/line-offset/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/line-offset/package.json +0 -78
- package/node_modules/@turf/line-overlap/LICENSE +0 -20
- package/node_modules/@turf/line-overlap/README.md +0 -67
- package/node_modules/@turf/line-overlap/dist/cjs/index.cjs +0 -81
- package/node_modules/@turf/line-overlap/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/line-overlap/dist/cjs/index.d.cts +0 -25
- package/node_modules/@turf/line-overlap/dist/esm/index.d.ts +0 -25
- package/node_modules/@turf/line-overlap/dist/esm/index.js +0 -81
- package/node_modules/@turf/line-overlap/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/line-overlap/package.json +0 -83
- package/node_modules/@turf/line-segment/LICENSE +0 -20
- package/node_modules/@turf/line-segment/README.md +0 -52
- package/node_modules/@turf/line-segment/dist/cjs/index.cjs +0 -61
- package/node_modules/@turf/line-segment/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/line-segment/dist/cjs/index.d.cts +0 -19
- package/node_modules/@turf/line-segment/dist/esm/index.d.ts +0 -19
- package/node_modules/@turf/line-segment/dist/esm/index.js +0 -61
- package/node_modules/@turf/line-segment/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/line-segment/package.json +0 -72
- package/node_modules/@turf/line-slice/LICENSE +0 -20
- package/node_modules/@turf/line-slice/README.md +0 -67
- package/node_modules/@turf/line-slice/dist/cjs/index.cjs +0 -29
- package/node_modules/@turf/line-slice/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/line-slice/dist/cjs/index.d.cts +0 -13
- package/node_modules/@turf/line-slice/dist/esm/index.d.ts +0 -13
- package/node_modules/@turf/line-slice/dist/esm/index.js +0 -29
- package/node_modules/@turf/line-slice/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/line-slice/package.json +0 -75
- package/node_modules/@turf/line-slice-along/LICENSE +0 -20
- package/node_modules/@turf/line-slice-along/README.md +0 -66
- package/node_modules/@turf/line-slice-along/dist/cjs/index.cjs +0 -58
- package/node_modules/@turf/line-slice-along/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/line-slice-along/dist/cjs/index.d.cts +0 -16
- package/node_modules/@turf/line-slice-along/dist/esm/index.d.ts +0 -16
- package/node_modules/@turf/line-slice-along/dist/esm/index.js +0 -58
- package/node_modules/@turf/line-slice-along/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/line-slice-along/package.json +0 -72
- package/node_modules/@turf/line-split/LICENSE +0 -20
- package/node_modules/@turf/line-split/README.md +0 -52
- package/node_modules/@turf/line-split/dist/cjs/index.cjs +0 -129
- package/node_modules/@turf/line-split/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/line-split/dist/cjs/index.d.cts +0 -15
- package/node_modules/@turf/line-split/dist/esm/index.d.ts +0 -15
- package/node_modules/@turf/line-split/dist/esm/index.js +0 -129
- package/node_modules/@turf/line-split/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/line-split/package.json +0 -82
- package/node_modules/@turf/line-to-polygon/LICENSE +0 -20
- package/node_modules/@turf/line-to-polygon/README.md +0 -66
- package/node_modules/@turf/line-to-polygon/dist/cjs/index.cjs +0 -82
- package/node_modules/@turf/line-to-polygon/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/line-to-polygon/dist/cjs/index.d.cts +0 -34
- package/node_modules/@turf/line-to-polygon/dist/esm/index.d.ts +0 -34
- package/node_modules/@turf/line-to-polygon/dist/esm/index.js +0 -82
- package/node_modules/@turf/line-to-polygon/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/line-to-polygon/package.json +0 -79
- package/node_modules/@turf/mask/LICENSE +0 -20
- package/node_modules/@turf/mask/README.md +0 -62
- package/node_modules/@turf/mask/dist/cjs/index.cjs +0 -70
- package/node_modules/@turf/mask/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/mask/dist/cjs/index.d.cts +0 -26
- package/node_modules/@turf/mask/dist/esm/index.d.ts +0 -26
- package/node_modules/@turf/mask/dist/esm/index.js +0 -70
- package/node_modules/@turf/mask/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/mask/package.json +0 -74
- package/node_modules/@turf/midpoint/LICENSE +0 -20
- package/node_modules/@turf/midpoint/README.md +0 -55
- package/node_modules/@turf/midpoint/dist/cjs/index.cjs +0 -16
- package/node_modules/@turf/midpoint/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/midpoint/dist/cjs/index.d.cts +0 -25
- package/node_modules/@turf/midpoint/dist/esm/index.d.ts +0 -25
- package/node_modules/@turf/midpoint/dist/esm/index.js +0 -16
- package/node_modules/@turf/midpoint/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/midpoint/package.json +0 -73
- package/node_modules/@turf/moran-index/LICENSE +0 -20
- package/node_modules/@turf/moran-index/README.md +0 -99
- package/node_modules/@turf/moran-index/dist/cjs/index.cjs +0 -76
- package/node_modules/@turf/moran-index/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/moran-index/dist/cjs/index.d.cts +0 -67
- package/node_modules/@turf/moran-index/dist/esm/index.d.ts +0 -67
- package/node_modules/@turf/moran-index/dist/esm/index.js +0 -76
- package/node_modules/@turf/moran-index/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/moran-index/package.json +0 -74
- package/node_modules/@turf/nearest-neighbor-analysis/LICENSE +0 -20
- package/node_modules/@turf/nearest-neighbor-analysis/README.md +0 -129
- package/node_modules/@turf/nearest-neighbor-analysis/dist/cjs/index.cjs +0 -57
- package/node_modules/@turf/nearest-neighbor-analysis/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/nearest-neighbor-analysis/dist/cjs/index.d.cts +0 -94
- package/node_modules/@turf/nearest-neighbor-analysis/dist/esm/index.d.ts +0 -94
- package/node_modules/@turf/nearest-neighbor-analysis/dist/esm/index.js +0 -57
- package/node_modules/@turf/nearest-neighbor-analysis/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/nearest-neighbor-analysis/package.json +0 -80
- package/node_modules/@turf/nearest-point/LICENSE +0 -20
- package/node_modules/@turf/nearest-point/README.md +0 -69
- package/node_modules/@turf/nearest-point/dist/cjs/index.cjs +0 -50
- package/node_modules/@turf/nearest-point/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/nearest-point/dist/cjs/index.d.cts +0 -41
- package/node_modules/@turf/nearest-point/dist/esm/index.d.ts +0 -41
- package/node_modules/@turf/nearest-point/dist/esm/index.js +0 -50
- package/node_modules/@turf/nearest-point/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/nearest-point/package.json +0 -77
- package/node_modules/@turf/nearest-point-on-line/LICENSE +0 -20
- package/node_modules/@turf/nearest-point-on-line/README.md +0 -75
- package/node_modules/@turf/nearest-point-on-line/dist/cjs/index.cjs +0 -162
- package/node_modules/@turf/nearest-point-on-line/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/nearest-point-on-line/dist/cjs/index.d.cts +0 -40
- package/node_modules/@turf/nearest-point-on-line/dist/esm/index.d.ts +0 -40
- package/node_modules/@turf/nearest-point-on-line/dist/esm/index.js +0 -162
- package/node_modules/@turf/nearest-point-on-line/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/nearest-point-on-line/package.json +0 -72
- package/node_modules/@turf/nearest-point-to-line/LICENSE +0 -20
- package/node_modules/@turf/nearest-point-to-line/README.md +0 -70
- package/node_modules/@turf/nearest-point-to-line/dist/cjs/index.cjs +0 -74
- package/node_modules/@turf/nearest-point-to-line/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/nearest-point-to-line/dist/cjs/index.d.cts +0 -35
- package/node_modules/@turf/nearest-point-to-line/dist/esm/index.d.ts +0 -35
- package/node_modules/@turf/nearest-point-to-line/dist/esm/index.js +0 -74
- package/node_modules/@turf/nearest-point-to-line/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/nearest-point-to-line/package.json +0 -82
- package/node_modules/@turf/planepoint/LICENSE +0 -20
- package/node_modules/@turf/planepoint/README.md +0 -71
- package/node_modules/@turf/planepoint/dist/cjs/index.cjs +0 -33
- package/node_modules/@turf/planepoint/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/planepoint/dist/cjs/index.d.cts +0 -39
- package/node_modules/@turf/planepoint/dist/esm/index.d.ts +0 -39
- package/node_modules/@turf/planepoint/dist/esm/index.js +0 -33
- package/node_modules/@turf/planepoint/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/planepoint/package.json +0 -72
- package/node_modules/@turf/point-grid/LICENSE +0 -20
- package/node_modules/@turf/point-grid/README.md +0 -70
- package/node_modules/@turf/point-grid/dist/cjs/index.cjs +0 -43
- package/node_modules/@turf/point-grid/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/point-grid/dist/cjs/index.d.cts +0 -31
- package/node_modules/@turf/point-grid/dist/esm/index.d.ts +0 -31
- package/node_modules/@turf/point-grid/dist/esm/index.js +0 -43
- package/node_modules/@turf/point-grid/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/point-grid/package.json +0 -81
- package/node_modules/@turf/point-on-feature/LICENSE +0 -20
- package/node_modules/@turf/point-on-feature/README.md +0 -66
- package/node_modules/@turf/point-on-feature/dist/cjs/index.cjs +0 -105
- package/node_modules/@turf/point-on-feature/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/point-on-feature/dist/cjs/index.d.cts +0 -32
- package/node_modules/@turf/point-on-feature/dist/esm/index.d.ts +0 -32
- package/node_modules/@turf/point-on-feature/dist/esm/index.js +0 -105
- package/node_modules/@turf/point-on-feature/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/point-on-feature/package.json +0 -78
- package/node_modules/@turf/point-to-line-distance/LICENSE +0 -20
- package/node_modules/@turf/point-to-line-distance/README.md +0 -65
- package/node_modules/@turf/point-to-line-distance/dist/cjs/index.cjs +0 -79
- package/node_modules/@turf/point-to-line-distance/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/point-to-line-distance/dist/cjs/index.d.cts +0 -29
- package/node_modules/@turf/point-to-line-distance/dist/esm/index.d.ts +0 -29
- package/node_modules/@turf/point-to-line-distance/dist/esm/index.js +0 -79
- package/node_modules/@turf/point-to-line-distance/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/point-to-line-distance/package.json +0 -83
- package/node_modules/@turf/point-to-polygon-distance/LICENSE +0 -20
- package/node_modules/@turf/point-to-polygon-distance/README.md +0 -61
- package/node_modules/@turf/point-to-polygon-distance/dist/cjs/index.cjs +0 -49
- package/node_modules/@turf/point-to-polygon-distance/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/point-to-polygon-distance/dist/cjs/index.d.cts +0 -23
- package/node_modules/@turf/point-to-polygon-distance/dist/esm/index.d.ts +0 -23
- package/node_modules/@turf/point-to-polygon-distance/dist/esm/index.js +0 -49
- package/node_modules/@turf/point-to-polygon-distance/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/point-to-polygon-distance/package.json +0 -80
- package/node_modules/@turf/points-within-polygon/LICENSE +0 -20
- package/node_modules/@turf/points-within-polygon/README.md +0 -79
- package/node_modules/@turf/points-within-polygon/dist/cjs/index.cjs +0 -44
- package/node_modules/@turf/points-within-polygon/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/points-within-polygon/dist/cjs/index.d.cts +0 -40
- package/node_modules/@turf/points-within-polygon/dist/esm/index.d.ts +0 -40
- package/node_modules/@turf/points-within-polygon/dist/esm/index.js +0 -44
- package/node_modules/@turf/points-within-polygon/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/points-within-polygon/package.json +0 -73
- package/node_modules/@turf/polygon-smooth/LICENSE +0 -20
- package/node_modules/@turf/polygon-smooth/README.md +0 -62
- package/node_modules/@turf/polygon-smooth/dist/cjs/index.cjs +0 -114
- package/node_modules/@turf/polygon-smooth/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/polygon-smooth/dist/cjs/index.d.cts +0 -24
- package/node_modules/@turf/polygon-smooth/dist/esm/index.d.ts +0 -24
- package/node_modules/@turf/polygon-smooth/dist/esm/index.js +0 -114
- package/node_modules/@turf/polygon-smooth/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/polygon-smooth/package.json +0 -76
- package/node_modules/@turf/polygon-tangents/LICENSE +0 -20
- package/node_modules/@turf/polygon-tangents/README.md +0 -58
- package/node_modules/@turf/polygon-tangents/dist/cjs/index.cjs +0 -108
- package/node_modules/@turf/polygon-tangents/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/polygon-tangents/dist/cjs/index.d.cts +0 -22
- package/node_modules/@turf/polygon-tangents/dist/esm/index.d.ts +0 -22
- package/node_modules/@turf/polygon-tangents/dist/esm/index.js +0 -108
- package/node_modules/@turf/polygon-tangents/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/polygon-tangents/package.json +0 -82
- package/node_modules/@turf/polygon-to-line/LICENSE +0 -20
- package/node_modules/@turf/polygon-to-line/README.md +0 -60
- package/node_modules/@turf/polygon-to-line/dist/cjs/index.cjs +0 -48
- package/node_modules/@turf/polygon-to-line/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/polygon-to-line/dist/cjs/index.d.cts +0 -40
- package/node_modules/@turf/polygon-to-line/dist/esm/index.d.ts +0 -40
- package/node_modules/@turf/polygon-to-line/dist/esm/index.js +0 -48
- package/node_modules/@turf/polygon-to-line/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/polygon-to-line/package.json +0 -73
- package/node_modules/@turf/polygonize/LICENSE +0 -20
- package/node_modules/@turf/polygonize/README.md +0 -61
- package/node_modules/@turf/polygonize/dist/cjs/index.cjs +0 -636
- package/node_modules/@turf/polygonize/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/polygonize/dist/cjs/index.d.cts +0 -23
- package/node_modules/@turf/polygonize/dist/esm/index.d.ts +0 -23
- package/node_modules/@turf/polygonize/dist/esm/index.js +0 -636
- package/node_modules/@turf/polygonize/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/polygonize/package.json +0 -80
- package/node_modules/@turf/projection/LICENSE +0 -20
- package/node_modules/@turf/projection/README.md +0 -77
- package/node_modules/@turf/projection/dist/cjs/index.cjs +0 -55
- package/node_modules/@turf/projection/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/projection/dist/cjs/index.d.cts +0 -41
- package/node_modules/@turf/projection/dist/esm/index.d.ts +0 -41
- package/node_modules/@turf/projection/dist/esm/index.js +0 -55
- package/node_modules/@turf/projection/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/projection/package.json +0 -88
- package/node_modules/@turf/quadrat-analysis/LICENSE +0 -20
- package/node_modules/@turf/quadrat-analysis/README.md +0 -114
- package/node_modules/@turf/quadrat-analysis/dist/cjs/index.cjs +0 -114
- package/node_modules/@turf/quadrat-analysis/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/quadrat-analysis/dist/cjs/index.d.cts +0 -55
- package/node_modules/@turf/quadrat-analysis/dist/esm/index.d.ts +0 -55
- package/node_modules/@turf/quadrat-analysis/dist/esm/index.js +0 -114
- package/node_modules/@turf/quadrat-analysis/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/quadrat-analysis/package.json +0 -81
- package/node_modules/@turf/random/LICENSE +0 -20
- package/node_modules/@turf/random/README.md +0 -138
- package/node_modules/@turf/random/dist/cjs/index.cjs +0 -158
- package/node_modules/@turf/random/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/random/dist/cjs/index.d.cts +0 -79
- package/node_modules/@turf/random/dist/esm/index.d.ts +0 -79
- package/node_modules/@turf/random/dist/esm/index.js +0 -158
- package/node_modules/@turf/random/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/random/package.json +0 -68
- package/node_modules/@turf/rectangle-grid/LICENSE +0 -20
- package/node_modules/@turf/rectangle-grid/README.md +0 -74
- package/node_modules/@turf/rectangle-grid/dist/cjs/index.cjs +0 -56
- package/node_modules/@turf/rectangle-grid/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/rectangle-grid/dist/cjs/index.d.cts +0 -37
- package/node_modules/@turf/rectangle-grid/dist/esm/index.d.ts +0 -37
- package/node_modules/@turf/rectangle-grid/dist/esm/index.js +0 -56
- package/node_modules/@turf/rectangle-grid/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/rectangle-grid/package.json +0 -79
- package/node_modules/@turf/rewind/LICENSE +0 -20
- package/node_modules/@turf/rewind/README.md +0 -60
- package/node_modules/@turf/rewind/dist/cjs/index.cjs +0 -86
- package/node_modules/@turf/rewind/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/rewind/dist/cjs/index.d.cts +0 -26
- package/node_modules/@turf/rewind/dist/esm/index.d.ts +0 -26
- package/node_modules/@turf/rewind/dist/esm/index.js +0 -86
- package/node_modules/@turf/rewind/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/rewind/package.json +0 -82
- package/node_modules/@turf/rhumb-bearing/LICENSE +0 -20
- package/node_modules/@turf/rhumb-bearing/README.md +0 -62
- package/node_modules/@turf/rhumb-bearing/dist/cjs/index.cjs +0 -35
- package/node_modules/@turf/rhumb-bearing/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/rhumb-bearing/dist/cjs/index.d.cts +0 -28
- package/node_modules/@turf/rhumb-bearing/dist/esm/index.d.ts +0 -28
- package/node_modules/@turf/rhumb-bearing/dist/esm/index.js +0 -35
- package/node_modules/@turf/rhumb-bearing/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/rhumb-bearing/package.json +0 -78
- package/node_modules/@turf/rhumb-destination/LICENSE +0 -20
- package/node_modules/@turf/rhumb-destination/README.md +0 -67
- package/node_modules/@turf/rhumb-destination/dist/cjs/index.cjs +0 -53
- package/node_modules/@turf/rhumb-destination/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/rhumb-destination/dist/cjs/index.d.cts +0 -33
- package/node_modules/@turf/rhumb-destination/dist/esm/index.d.ts +0 -33
- package/node_modules/@turf/rhumb-destination/dist/esm/index.js +0 -53
- package/node_modules/@turf/rhumb-destination/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/rhumb-destination/package.json +0 -83
- package/node_modules/@turf/rhumb-distance/LICENSE +0 -20
- package/node_modules/@turf/rhumb-distance/README.md +0 -63
- package/node_modules/@turf/rhumb-distance/dist/cjs/index.cjs +0 -37
- package/node_modules/@turf/rhumb-distance/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/rhumb-distance/dist/cjs/index.d.cts +0 -29
- package/node_modules/@turf/rhumb-distance/dist/esm/index.d.ts +0 -29
- package/node_modules/@turf/rhumb-distance/dist/esm/index.js +0 -37
- package/node_modules/@turf/rhumb-distance/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/rhumb-distance/package.json +0 -81
- package/node_modules/@turf/sample/LICENSE +0 -20
- package/node_modules/@turf/sample/README.md +0 -56
- package/node_modules/@turf/sample/dist/cjs/index.cjs +0 -25
- package/node_modules/@turf/sample/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/sample/dist/cjs/index.d.cts +0 -24
- package/node_modules/@turf/sample/dist/esm/index.d.ts +0 -24
- package/node_modules/@turf/sample/dist/esm/index.js +0 -25
- package/node_modules/@turf/sample/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/sample/package.json +0 -69
- package/node_modules/@turf/sector/LICENSE +0 -20
- package/node_modules/@turf/sector/README.md +0 -70
- package/node_modules/@turf/sector/dist/cjs/index.cjs +0 -42
- package/node_modules/@turf/sector/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/sector/dist/cjs/index.d.cts +0 -35
- package/node_modules/@turf/sector/dist/esm/index.d.ts +0 -35
- package/node_modules/@turf/sector/dist/esm/index.js +0 -42
- package/node_modules/@turf/sector/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/sector/package.json +0 -75
- package/node_modules/@turf/shortest-path/LICENSE +0 -20
- package/node_modules/@turf/shortest-path/README.md +0 -71
- package/node_modules/@turf/shortest-path/dist/cjs/index.cjs +0 -386
- package/node_modules/@turf/shortest-path/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/shortest-path/dist/cjs/index.d.cts +0 -34
- package/node_modules/@turf/shortest-path/dist/esm/index.d.ts +0 -34
- package/node_modules/@turf/shortest-path/dist/esm/index.js +0 -386
- package/node_modules/@turf/shortest-path/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/shortest-path/package.json +0 -84
- package/node_modules/@turf/simplify/LICENSE +0 -20
- package/node_modules/@turf/simplify/README.md +0 -81
- package/node_modules/@turf/simplify/dist/cjs/index.cjs +0 -147
- package/node_modules/@turf/simplify/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/simplify/dist/cjs/index.d.cts +0 -50
- package/node_modules/@turf/simplify/dist/esm/index.d.ts +0 -50
- package/node_modules/@turf/simplify/dist/esm/index.js +0 -147
- package/node_modules/@turf/simplify/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/simplify/package.json +0 -82
- package/node_modules/@turf/square/LICENSE +0 -20
- package/node_modules/@turf/square/README.md +0 -46
- package/node_modules/@turf/square/dist/cjs/index.cjs +0 -33
- package/node_modules/@turf/square/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/square/dist/cjs/index.d.cts +0 -19
- package/node_modules/@turf/square/dist/esm/index.d.ts +0 -19
- package/node_modules/@turf/square/dist/esm/index.js +0 -33
- package/node_modules/@turf/square/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/square/package.json +0 -70
- package/node_modules/@turf/square-grid/LICENSE +0 -20
- package/node_modules/@turf/square-grid/README.md +0 -72
- package/node_modules/@turf/square-grid/dist/cjs/index.cjs +0 -11
- package/node_modules/@turf/square-grid/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/square-grid/dist/cjs/index.d.cts +0 -35
- package/node_modules/@turf/square-grid/dist/esm/index.d.ts +0 -35
- package/node_modules/@turf/square-grid/dist/esm/index.js +0 -11
- package/node_modules/@turf/square-grid/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/square-grid/package.json +0 -74
- package/node_modules/@turf/standard-deviational-ellipse/LICENSE +0 -20
- package/node_modules/@turf/standard-deviational-ellipse/README.md +0 -88
- package/node_modules/@turf/standard-deviational-ellipse/dist/cjs/index.cjs +0 -87
- package/node_modules/@turf/standard-deviational-ellipse/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/standard-deviational-ellipse/dist/cjs/index.d.cts +0 -61
- package/node_modules/@turf/standard-deviational-ellipse/dist/esm/index.d.ts +0 -61
- package/node_modules/@turf/standard-deviational-ellipse/dist/esm/index.js +0 -87
- package/node_modules/@turf/standard-deviational-ellipse/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/standard-deviational-ellipse/package.json +0 -82
- package/node_modules/@turf/tag/LICENSE +0 -20
- package/node_modules/@turf/tag/README.md +0 -75
- package/node_modules/@turf/tag/dist/cjs/index.cjs +0 -26
- package/node_modules/@turf/tag/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/tag/dist/cjs/index.d.cts +0 -40
- package/node_modules/@turf/tag/dist/esm/index.d.ts +0 -40
- package/node_modules/@turf/tag/dist/esm/index.js +0 -26
- package/node_modules/@turf/tag/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/tag/package.json +0 -77
- package/node_modules/@turf/tesselate/LICENSE +0 -20
- package/node_modules/@turf/tesselate/README.md +0 -54
- package/node_modules/@turf/tesselate/dist/cjs/index.cjs +0 -61
- package/node_modules/@turf/tesselate/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/tesselate/dist/cjs/index.d.cts +0 -19
- package/node_modules/@turf/tesselate/dist/esm/index.d.ts +0 -19
- package/node_modules/@turf/tesselate/dist/esm/index.js +0 -61
- package/node_modules/@turf/tesselate/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/tesselate/package.json +0 -78
- package/node_modules/@turf/tin/LICENSE +0 -20
- package/node_modules/@turf/tin/README.md +0 -72
- package/node_modules/@turf/tin/dist/cjs/index.cjs +0 -192
- package/node_modules/@turf/tin/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/tin/dist/cjs/index.d.cts +0 -47
- package/node_modules/@turf/tin/dist/esm/index.d.ts +0 -47
- package/node_modules/@turf/tin/dist/esm/index.js +0 -192
- package/node_modules/@turf/tin/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/tin/package.json +0 -69
- package/node_modules/@turf/transform-rotate/LICENSE +0 -20
- package/node_modules/@turf/transform-rotate/README.md +0 -60
- package/node_modules/@turf/transform-rotate/dist/cjs/index.cjs +0 -38
- package/node_modules/@turf/transform-rotate/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/transform-rotate/dist/cjs/index.d.cts +0 -28
- package/node_modules/@turf/transform-rotate/dist/esm/index.d.ts +0 -28
- package/node_modules/@turf/transform-rotate/dist/esm/index.js +0 -38
- package/node_modules/@turf/transform-rotate/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/transform-rotate/package.json +0 -84
- package/node_modules/@turf/transform-scale/LICENSE +0 -20
- package/node_modules/@turf/transform-scale/README.md +0 -64
- package/node_modules/@turf/transform-scale/dist/cjs/index.cjs +0 -109
- package/node_modules/@turf/transform-scale/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/transform-scale/dist/cjs/index.d.cts +0 -30
- package/node_modules/@turf/transform-scale/dist/esm/index.d.ts +0 -30
- package/node_modules/@turf/transform-scale/dist/esm/index.js +0 -109
- package/node_modules/@turf/transform-scale/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/transform-scale/package.json +0 -92
- package/node_modules/@turf/transform-translate/LICENSE +0 -20
- package/node_modules/@turf/transform-translate/README.md +0 -62
- package/node_modules/@turf/transform-translate/dist/cjs/index.cjs +0 -43
- package/node_modules/@turf/transform-translate/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/transform-translate/dist/cjs/index.d.cts +0 -31
- package/node_modules/@turf/transform-translate/dist/esm/index.d.ts +0 -31
- package/node_modules/@turf/transform-translate/dist/esm/index.js +0 -43
- package/node_modules/@turf/transform-translate/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/transform-translate/package.json +0 -83
- package/node_modules/@turf/triangle-grid/LICENSE +0 -20
- package/node_modules/@turf/triangle-grid/README.md +0 -66
- package/node_modules/@turf/triangle-grid/dist/cjs/index.cjs +0 -134
- package/node_modules/@turf/triangle-grid/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/triangle-grid/dist/cjs/index.d.cts +0 -31
- package/node_modules/@turf/triangle-grid/dist/esm/index.d.ts +0 -31
- package/node_modules/@turf/triangle-grid/dist/esm/index.js +0 -134
- package/node_modules/@turf/triangle-grid/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/triangle-grid/package.json +0 -78
- package/node_modules/@turf/truncate/LICENSE +0 -20
- package/node_modules/@turf/truncate/README.md +0 -62
- package/node_modules/@turf/truncate/dist/cjs/index.cjs +0 -37
- package/node_modules/@turf/truncate/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/truncate/dist/cjs/index.d.cts +0 -32
- package/node_modules/@turf/truncate/dist/esm/index.d.ts +0 -32
- package/node_modules/@turf/truncate/dist/esm/index.js +0 -37
- package/node_modules/@turf/truncate/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/truncate/package.json +0 -76
- package/node_modules/@turf/turf/LICENSE +0 -20
- package/node_modules/@turf/turf/README.md +0 -31
- package/node_modules/@turf/turf/dist/cjs/index.cjs +0 -233
- package/node_modules/@turf/turf/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/turf/dist/cjs/index.d.cts +0 -125
- package/node_modules/@turf/turf/dist/esm/index.d.ts +0 -125
- package/node_modules/@turf/turf/dist/esm/index.js +0 -233
- package/node_modules/@turf/turf/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/turf/package.json +0 -212
- package/node_modules/@turf/turf/turf.min.js +0 -37
- package/node_modules/@turf/union/LICENSE +0 -20
- package/node_modules/@turf/union/README.md +0 -88
- package/node_modules/@turf/union/dist/cjs/index.cjs +0 -23
- package/node_modules/@turf/union/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/union/dist/cjs/index.d.cts +0 -55
- package/node_modules/@turf/union/dist/esm/index.d.ts +0 -55
- package/node_modules/@turf/union/dist/esm/index.js +0 -23
- package/node_modules/@turf/union/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/union/package.json +0 -73
- package/node_modules/@turf/unkink-polygon/LICENSE +0 -20
- package/node_modules/@turf/unkink-polygon/README.md +0 -57
- package/node_modules/@turf/unkink-polygon/dist/cjs/index.cjs +0 -579
- package/node_modules/@turf/unkink-polygon/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/unkink-polygon/dist/cjs/index.d.cts +0 -22
- package/node_modules/@turf/unkink-polygon/dist/esm/index.d.ts +0 -22
- package/node_modules/@turf/unkink-polygon/dist/esm/index.js +0 -579
- package/node_modules/@turf/unkink-polygon/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/unkink-polygon/package.json +0 -78
- package/node_modules/@turf/voronoi/LICENSE +0 -20
- package/node_modules/@turf/voronoi/README.md +0 -62
- package/node_modules/@turf/voronoi/dist/cjs/index.cjs +0 -34
- package/node_modules/@turf/voronoi/dist/cjs/index.cjs.map +0 -1
- package/node_modules/@turf/voronoi/dist/cjs/index.d.cts +0 -28
- package/node_modules/@turf/voronoi/dist/esm/index.d.ts +0 -28
- package/node_modules/@turf/voronoi/dist/esm/index.js +0 -34
- package/node_modules/@turf/voronoi/dist/esm/index.js.map +0 -1
- package/node_modules/@turf/voronoi/package.json +0 -83
- package/node_modules/@types/d3-voronoi/LICENSE +0 -21
- package/node_modules/@types/d3-voronoi/README.md +0 -15
- package/node_modules/@types/d3-voronoi/index.d.ts +0 -298
- package/node_modules/@types/d3-voronoi/package.json +0 -40
- package/node_modules/bignumber.js/CHANGELOG.md +0 -381
- package/node_modules/bignumber.js/LICENCE.md +0 -26
- package/node_modules/bignumber.js/README.md +0 -289
- package/node_modules/bignumber.js/bignumber.d.mts +0 -6
- package/node_modules/bignumber.js/bignumber.d.ts +0 -5
- package/node_modules/bignumber.js/bignumber.js +0 -2922
- package/node_modules/bignumber.js/bignumber.mjs +0 -2907
- package/node_modules/bignumber.js/doc/API.html +0 -2249
- package/node_modules/bignumber.js/package.json +0 -60
- package/node_modules/bignumber.js/types.d.ts +0 -1821
- package/node_modules/commander/CHANGELOG.md +0 -419
- package/node_modules/commander/LICENSE +0 -22
- package/node_modules/commander/Readme.md +0 -428
- package/node_modules/commander/index.js +0 -1224
- package/node_modules/commander/package.json +0 -38
- package/node_modules/commander/typings/index.d.ts +0 -310
- package/node_modules/concaveman/.travis.yml +0 -4
- package/node_modules/concaveman/LICENSE +0 -15
- package/node_modules/concaveman/README.md +0 -52
- package/node_modules/concaveman/index.js +0 -383
- package/node_modules/concaveman/package.json +0 -38
- package/node_modules/d3-array/.eslintrc.json +0 -15
- package/node_modules/d3-array/LICENSE +0 -27
- package/node_modules/d3-array/README.md +0 -382
- package/node_modules/d3-array/dist/d3-array.js +0 -590
- package/node_modules/d3-array/dist/d3-array.min.js +0 -2
- package/node_modules/d3-array/package.json +0 -42
- package/node_modules/d3-array/rollup.config.js +0 -36
- package/node_modules/d3-array/src/array.js +0 -4
- package/node_modules/d3-array/src/ascending.js +0 -3
- package/node_modules/d3-array/src/bisect.js +0 -7
- package/node_modules/d3-array/src/bisector.js +0 -33
- package/node_modules/d3-array/src/constant.js +0 -5
- package/node_modules/d3-array/src/cross.js +0 -21
- package/node_modules/d3-array/src/descending.js +0 -3
- package/node_modules/d3-array/src/deviation.js +0 -6
- package/node_modules/d3-array/src/extent.js +0 -37
- package/node_modules/d3-array/src/histogram.js +0 -75
- package/node_modules/d3-array/src/identity.js +0 -3
- package/node_modules/d3-array/src/index.js +0 -27
- package/node_modules/d3-array/src/max.js +0 -34
- package/node_modules/d3-array/src/mean.js +0 -25
- package/node_modules/d3-array/src/median.js +0 -28
- package/node_modules/d3-array/src/merge.js +0 -21
- package/node_modules/d3-array/src/min.js +0 -34
- package/node_modules/d3-array/src/number.js +0 -3
- package/node_modules/d3-array/src/pairs.js +0 -10
- package/node_modules/d3-array/src/permute.js +0 -5
- package/node_modules/d3-array/src/quantile.js +0 -14
- package/node_modules/d3-array/src/range.js +0 -13
- package/node_modules/d3-array/src/scan.js +0 -20
- package/node_modules/d3-array/src/shuffle.js +0 -14
- package/node_modules/d3-array/src/sum.js +0 -20
- package/node_modules/d3-array/src/threshold/freedmanDiaconis.js +0 -9
- package/node_modules/d3-array/src/threshold/scott.js +0 -5
- package/node_modules/d3-array/src/threshold/sturges.js +0 -3
- package/node_modules/d3-array/src/ticks.js +0 -51
- package/node_modules/d3-array/src/transpose.js +0 -15
- package/node_modules/d3-array/src/variance.js +0 -33
- package/node_modules/d3-array/src/zip.js +0 -5
- package/node_modules/d3-geo/.eslintrc +0 -13
- package/node_modules/d3-geo/LICENSE +0 -48
- package/node_modules/d3-geo/README.md +0 -619
- package/node_modules/d3-geo/build/d3-geo.js +0 -2987
- package/node_modules/d3-geo/build/d3-geo.min.js +0 -2
- package/node_modules/d3-geo/img/albers.png +0 -0
- package/node_modules/d3-geo/img/albersUsa-parameters.png +0 -0
- package/node_modules/d3-geo/img/albersUsa.png +0 -0
- package/node_modules/d3-geo/img/azimuthalEqualArea.png +0 -0
- package/node_modules/d3-geo/img/azimuthalEquidistant.png +0 -0
- package/node_modules/d3-geo/img/conicConformal.png +0 -0
- package/node_modules/d3-geo/img/conicEqualArea.png +0 -0
- package/node_modules/d3-geo/img/conicEquidistant.png +0 -0
- package/node_modules/d3-geo/img/equirectangular.png +0 -0
- package/node_modules/d3-geo/img/gnomonic.png +0 -0
- package/node_modules/d3-geo/img/graticule.png +0 -0
- package/node_modules/d3-geo/img/mercator.png +0 -0
- package/node_modules/d3-geo/img/naturalEarth1.png +0 -0
- package/node_modules/d3-geo/img/orthographic.png +0 -0
- package/node_modules/d3-geo/img/stereographic.png +0 -0
- package/node_modules/d3-geo/img/transverseMercator.png +0 -0
- package/node_modules/d3-geo/index.js +0 -30
- package/node_modules/d3-geo/package.json +0 -44
- package/node_modules/d3-geo/rollup.config.js +0 -15
- package/node_modules/d3-geo/src/adder.js +0 -40
- package/node_modules/d3-geo/src/area.js +0 -74
- package/node_modules/d3-geo/src/bounds.js +0 -176
- package/node_modules/d3-geo/src/cartesian.js +0 -33
- package/node_modules/d3-geo/src/centroid.js +0 -140
- package/node_modules/d3-geo/src/circle.js +0 -72
- package/node_modules/d3-geo/src/clip/antimeridian.js +0 -92
- package/node_modules/d3-geo/src/clip/buffer.js +0 -24
- package/node_modules/d3-geo/src/clip/circle.js +0 -181
- package/node_modules/d3-geo/src/clip/extent.js +0 -187
- package/node_modules/d3-geo/src/clip/index.js +0 -135
- package/node_modules/d3-geo/src/clip/line.js +0 -59
- package/node_modules/d3-geo/src/clip/polygon.js +0 -101
- package/node_modules/d3-geo/src/compose.js +0 -12
- package/node_modules/d3-geo/src/constant.js +0 -5
- package/node_modules/d3-geo/src/contains.js +0 -84
- package/node_modules/d3-geo/src/distance.js +0 -10
- package/node_modules/d3-geo/src/graticule.js +0 -105
- package/node_modules/d3-geo/src/identity.js +0 -3
- package/node_modules/d3-geo/src/interpolate.js +0 -36
- package/node_modules/d3-geo/src/length.js +0 -53
- package/node_modules/d3-geo/src/math.js +0 -35
- package/node_modules/d3-geo/src/noop.js +0 -1
- package/node_modules/d3-geo/src/path/area.js +0 -50
- package/node_modules/d3-geo/src/path/bounds.js +0 -28
- package/node_modules/d3-geo/src/path/centroid.js +0 -100
- package/node_modules/d3-geo/src/path/context.js +0 -45
- package/node_modules/d3-geo/src/path/index.js +0 -61
- package/node_modules/d3-geo/src/path/measure.js +0 -45
- package/node_modules/d3-geo/src/path/string.js +0 -59
- package/node_modules/d3-geo/src/pointEqual.js +0 -5
- package/node_modules/d3-geo/src/polygonContains.js +0 -68
- package/node_modules/d3-geo/src/projection/albers.js +0 -10
- package/node_modules/d3-geo/src/projection/albersUsa.js +0 -103
- package/node_modules/d3-geo/src/projection/azimuthal.js +0 -26
- package/node_modules/d3-geo/src/projection/azimuthalEqualArea.js +0 -17
- package/node_modules/d3-geo/src/projection/azimuthalEquidistant.js +0 -17
- package/node_modules/d3-geo/src/projection/conic.js +0 -15
- package/node_modules/d3-geo/src/projection/conicConformal.js +0 -35
- package/node_modules/d3-geo/src/projection/conicEqualArea.js +0 -30
- package/node_modules/d3-geo/src/projection/conicEquidistant.js +0 -29
- package/node_modules/d3-geo/src/projection/cylindricalEqualArea.js +0 -15
- package/node_modules/d3-geo/src/projection/equirectangular.js +0 -12
- package/node_modules/d3-geo/src/projection/fit.js +0 -31
- package/node_modules/d3-geo/src/projection/gnomonic.js +0 -16
- package/node_modules/d3-geo/src/projection/identity.js +0 -52
- package/node_modules/d3-geo/src/projection/index.js +0 -106
- package/node_modules/d3-geo/src/projection/mercator.js +0 -52
- package/node_modules/d3-geo/src/projection/naturalEarth1.js +0 -28
- package/node_modules/d3-geo/src/projection/orthographic.js +0 -15
- package/node_modules/d3-geo/src/projection/resample.js +0 -102
- package/node_modules/d3-geo/src/projection/stereographic.js +0 -18
- package/node_modules/d3-geo/src/projection/transverseMercator.js +0 -27
- package/node_modules/d3-geo/src/rotation.js +0 -76
- package/node_modules/d3-geo/src/stream.js +0 -69
- package/node_modules/d3-geo/src/transform.js +0 -26
- package/node_modules/d3-voronoi/.eslintrc +0 -9
- package/node_modules/d3-voronoi/.npmignore +0 -3
- package/node_modules/d3-voronoi/LICENSE +0 -50
- package/node_modules/d3-voronoi/README.md +0 -160
- package/node_modules/d3-voronoi/build/d3-voronoi.js +0 -999
- package/node_modules/d3-voronoi/build/d3-voronoi.min.js +0 -2
- package/node_modules/d3-voronoi/graph.png +0 -0
- package/node_modules/d3-voronoi/index.js +0 -1
- package/node_modules/d3-voronoi/package.json +0 -37
- package/node_modules/d3-voronoi/src/Beach.js +0 -193
- package/node_modules/d3-voronoi/src/Cell.js +0 -126
- package/node_modules/d3-voronoi/src/Circle.js +0 -78
- package/node_modules/d3-voronoi/src/Diagram.js +0 -142
- package/node_modules/d3-voronoi/src/Edge.js +0 -168
- package/node_modules/d3-voronoi/src/RedBlackTree.js +0 -237
- package/node_modules/d3-voronoi/src/constant.js +0 -5
- package/node_modules/d3-voronoi/src/point.js +0 -7
- package/node_modules/d3-voronoi/src/voronoi.js +0 -48
- package/node_modules/earcut/LICENSE +0 -15
- package/node_modules/earcut/README.md +0 -255
- package/node_modules/earcut/dist/earcut.dev.js +0 -687
- package/node_modules/earcut/dist/earcut.min.js +0 -1
- package/node_modules/earcut/package.json +0 -43
- package/node_modules/earcut/src/earcut.js +0 -681
- package/node_modules/fast-deep-equal/LICENSE +0 -21
- package/node_modules/fast-deep-equal/README.md +0 -96
- package/node_modules/fast-deep-equal/es6/index.d.ts +0 -2
- package/node_modules/fast-deep-equal/es6/index.js +0 -72
- package/node_modules/fast-deep-equal/es6/react.d.ts +0 -2
- package/node_modules/fast-deep-equal/es6/react.js +0 -79
- package/node_modules/fast-deep-equal/index.d.ts +0 -4
- package/node_modules/fast-deep-equal/index.js +0 -46
- package/node_modules/fast-deep-equal/package.json +0 -61
- package/node_modules/fast-deep-equal/react.d.ts +0 -2
- package/node_modules/fast-deep-equal/react.js +0 -53
- package/node_modules/geojson-equality-ts/LICENSE.md +0 -22
- package/node_modules/geojson-equality-ts/README.md +0 -157
- package/node_modules/geojson-equality-ts/dist/cjs/index.cjs +0 -164
- package/node_modules/geojson-equality-ts/dist/cjs/index.cjs.map +0 -1
- package/node_modules/geojson-equality-ts/dist/cjs/index.d.cts +0 -37
- package/node_modules/geojson-equality-ts/dist/esm/index.d.ts +0 -37
- package/node_modules/geojson-equality-ts/dist/esm/index.js +0 -164
- package/node_modules/geojson-equality-ts/dist/esm/index.js.map +0 -1
- package/node_modules/geojson-equality-ts/package.json +0 -62
- package/node_modules/geojson-polygon-self-intersections/LICENSE +0 -21
- package/node_modules/geojson-polygon-self-intersections/README.md +0 -63
- package/node_modules/geojson-polygon-self-intersections/index.js +0 -196
- package/node_modules/geojson-polygon-self-intersections/node_modules/quickselect/LICENSE +0 -15
- package/node_modules/geojson-polygon-self-intersections/node_modules/quickselect/README.md +0 -28
- package/node_modules/geojson-polygon-self-intersections/node_modules/quickselect/index.js +0 -54
- package/node_modules/geojson-polygon-self-intersections/node_modules/quickselect/package.json +0 -42
- package/node_modules/geojson-polygon-self-intersections/node_modules/quickselect/quickselect.js +0 -63
- package/node_modules/geojson-polygon-self-intersections/node_modules/rbush/LICENSE +0 -21
- package/node_modules/geojson-polygon-self-intersections/node_modules/rbush/README.md +0 -291
- package/node_modules/geojson-polygon-self-intersections/node_modules/rbush/index.js +0 -562
- package/node_modules/geojson-polygon-self-intersections/node_modules/rbush/package.json +0 -55
- package/node_modules/geojson-polygon-self-intersections/node_modules/rbush/rbush.js +0 -626
- package/node_modules/geojson-polygon-self-intersections/node_modules/rbush/rbush.min.js +0 -1
- package/node_modules/geojson-polygon-self-intersections/package.json +0 -27
- package/node_modules/jsts/README.md +0 -39
- package/node_modules/jsts/dist/jsts.es6.js +0 -33000
- package/node_modules/jsts/dist/jsts.es6.js.map +0 -1
- package/node_modules/jsts/dist/jsts.es6.min.js +0 -8
- package/node_modules/jsts/dist/jsts.es6.min.js.map +0 -1
- package/node_modules/jsts/dist/jsts.js +0 -33200
- package/node_modules/jsts/dist/jsts.js.map +0 -1
- package/node_modules/jsts/dist/jsts.min.js +0 -8
- package/node_modules/jsts/dist/jsts.min.js.map +0 -1
- package/node_modules/jsts/hasInterface.js +0 -3
- package/node_modules/jsts/java/io/ByteArrayOutputStream.js +0 -1
- package/node_modules/jsts/java/io/IOException.js +0 -3
- package/node_modules/jsts/java/io/InputStream.js +0 -1
- package/node_modules/jsts/java/io/LineNumberReader.js +0 -1
- package/node_modules/jsts/java/io/OutputStream.js +0 -1
- package/node_modules/jsts/java/io/PrintStream.js +0 -1
- package/node_modules/jsts/java/io/Serializable.js +0 -1
- package/node_modules/jsts/java/io/StringReader.js +0 -1
- package/node_modules/jsts/java/io/StringWriter.js +0 -1
- package/node_modules/jsts/java/io/Writer.js +0 -1
- package/node_modules/jsts/java/lang/Character.js +0 -9
- package/node_modules/jsts/java/lang/Cloneable.js +0 -1
- package/node_modules/jsts/java/lang/Comparable.js +0 -1
- package/node_modules/jsts/java/lang/Double.js +0 -301
- package/node_modules/jsts/java/lang/Exception.js +0 -9
- package/node_modules/jsts/java/lang/IllegalArgumentException.js +0 -8
- package/node_modules/jsts/java/lang/IndexOutOfBoundsException.js +0 -8
- package/node_modules/jsts/java/lang/Integer.js +0 -33
- package/node_modules/jsts/java/lang/Long.js +0 -16
- package/node_modules/jsts/java/lang/RuntimeException.js +0 -8
- package/node_modules/jsts/java/lang/StringBuffer.js +0 -14
- package/node_modules/jsts/java/lang/StringBuilder.js +0 -14
- package/node_modules/jsts/java/lang/System.js +0 -15
- package/node_modules/jsts/java/lang/UnsupportedOperationException.js +0 -8
- package/node_modules/jsts/java/text/DecimalFormat.js +0 -1
- package/node_modules/jsts/java/text/DecimalFormatSymbols.js +0 -1
- package/node_modules/jsts/java/util/ArrayList.js +0 -109
- package/node_modules/jsts/java/util/Arrays.js +0 -44
- package/node_modules/jsts/java/util/Collection.js +0 -47
- package/node_modules/jsts/java/util/Collections.js +0 -35
- package/node_modules/jsts/java/util/Comparator.js +0 -1
- package/node_modules/jsts/java/util/EmptyStackException.js +0 -8
- package/node_modules/jsts/java/util/HashMap.js +0 -43
- package/node_modules/jsts/java/util/HashSet.js +0 -87
- package/node_modules/jsts/java/util/Iterator.js +0 -24
- package/node_modules/jsts/java/util/LinkedList.js +0 -17
- package/node_modules/jsts/java/util/List.js +0 -26
- package/node_modules/jsts/java/util/Map.js +0 -51
- package/node_modules/jsts/java/util/NoSuchElementException.js +0 -8
- package/node_modules/jsts/java/util/PriorityQueue.js +0 -78
- package/node_modules/jsts/java/util/Set.js +0 -19
- package/node_modules/jsts/java/util/SortedMap.js +0 -6
- package/node_modules/jsts/java/util/SortedSet.js +0 -6
- package/node_modules/jsts/java/util/Stack.js +0 -103
- package/node_modules/jsts/java/util/TreeMap.js +0 -262
- package/node_modules/jsts/java/util/TreeSet.js +0 -82
- package/node_modules/jsts/org/locationtech/jts/JTSVersion.js +0 -25
- package/node_modules/jsts/org/locationtech/jts/algorithm/Angle.js +0 -97
- package/node_modules/jsts/org/locationtech/jts/algorithm/Area.js +0 -50
- package/node_modules/jsts/org/locationtech/jts/algorithm/BoundaryNodeRule.js +0 -44
- package/node_modules/jsts/org/locationtech/jts/algorithm/CGAlgorithms3D.js +0 -58
- package/node_modules/jsts/org/locationtech/jts/algorithm/CGAlgorithmsDD.js +0 -78
- package/node_modules/jsts/org/locationtech/jts/algorithm/Centroid.js +0 -123
- package/node_modules/jsts/org/locationtech/jts/algorithm/ConvexHull.js +0 -244
- package/node_modules/jsts/org/locationtech/jts/algorithm/Distance.js +0 -55
- package/node_modules/jsts/org/locationtech/jts/algorithm/HCoordinate.js +0 -76
- package/node_modules/jsts/org/locationtech/jts/algorithm/InteriorPoint.js +0 -18
- package/node_modules/jsts/org/locationtech/jts/algorithm/InteriorPointArea.js +0 -194
- package/node_modules/jsts/org/locationtech/jts/algorithm/InteriorPointLine.js +0 -74
- package/node_modules/jsts/org/locationtech/jts/algorithm/InteriorPointPoint.js +0 -46
- package/node_modules/jsts/org/locationtech/jts/algorithm/Intersection.js +0 -43
- package/node_modules/jsts/org/locationtech/jts/algorithm/Length.js +0 -23
- package/node_modules/jsts/org/locationtech/jts/algorithm/LineIntersector.js +0 -152
- package/node_modules/jsts/org/locationtech/jts/algorithm/MinimumBoundingCircle.js +0 -180
- package/node_modules/jsts/org/locationtech/jts/algorithm/MinimumDiameter.js +0 -162
- package/node_modules/jsts/org/locationtech/jts/algorithm/NotRepresentableException.js +0 -10
- package/node_modules/jsts/org/locationtech/jts/algorithm/Orientation.js +0 -86
- package/node_modules/jsts/org/locationtech/jts/algorithm/PointLocation.js +0 -44
- package/node_modules/jsts/org/locationtech/jts/algorithm/PointLocator.js +0 -111
- package/node_modules/jsts/org/locationtech/jts/algorithm/RayCrossingCounter.js +0 -87
- package/node_modules/jsts/org/locationtech/jts/algorithm/RectangleLineIntersector.js +0 -42
- package/node_modules/jsts/org/locationtech/jts/algorithm/RobustDeterminant.js +0 -196
- package/node_modules/jsts/org/locationtech/jts/algorithm/RobustLineIntersector.js +0 -155
- package/node_modules/jsts/org/locationtech/jts/algorithm/construct/LargestEmptyCircle.js +0 -193
- package/node_modules/jsts/org/locationtech/jts/algorithm/construct/MaximumInscribedCircle.js +0 -167
- package/node_modules/jsts/org/locationtech/jts/algorithm/distance/DiscreteHausdorffDistance.js +0 -128
- package/node_modules/jsts/org/locationtech/jts/algorithm/distance/DistanceToPoint.js +0 -46
- package/node_modules/jsts/org/locationtech/jts/algorithm/distance/PointPairDistance.js +0 -70
- package/node_modules/jsts/org/locationtech/jts/algorithm/distance_module.js +0 -9
- package/node_modules/jsts/org/locationtech/jts/algorithm/locate/IndexedPointInAreaLocator.js +0 -96
- package/node_modules/jsts/org/locationtech/jts/algorithm/locate/PointOnGeometryLocator.js +0 -3
- package/node_modules/jsts/org/locationtech/jts/algorithm/locate/SimplePointInAreaLocator.js +0 -66
- package/node_modules/jsts/org/locationtech/jts/algorithm/locate.js +0 -9
- package/node_modules/jsts/org/locationtech/jts/algorithm/match/AreaSimilarityMeasure.js +0 -11
- package/node_modules/jsts/org/locationtech/jts/algorithm/match/HausdorffSimilarityMeasure.js +0 -23
- package/node_modules/jsts/org/locationtech/jts/algorithm/match/SimilarityMeasure.js +0 -3
- package/node_modules/jsts/org/locationtech/jts/algorithm/match/SimilarityMeasureCombiner.js +0 -5
- package/node_modules/jsts/org/locationtech/jts/algorithm/match.js +0 -11
- package/node_modules/jsts/org/locationtech/jts/algorithm.js +0 -41
- package/node_modules/jsts/org/locationtech/jts/densify/Densifier.js +0 -85
- package/node_modules/jsts/org/locationtech/jts/densify.js +0 -5
- package/node_modules/jsts/org/locationtech/jts/dissolve/DissolveEdgeGraph.js +0 -10
- package/node_modules/jsts/org/locationtech/jts/dissolve/DissolveHalfEdge.js +0 -18
- package/node_modules/jsts/org/locationtech/jts/dissolve/LineDissolver.js +0 -148
- package/node_modules/jsts/org/locationtech/jts/dissolve.js +0 -5
- package/node_modules/jsts/org/locationtech/jts/edgegraph/EdgeGraph.js +0 -59
- package/node_modules/jsts/org/locationtech/jts/edgegraph/EdgeGraphBuilder.js +0 -49
- package/node_modules/jsts/org/locationtech/jts/edgegraph/HalfEdge.js +0 -185
- package/node_modules/jsts/org/locationtech/jts/edgegraph/MarkHalfEdge.js +0 -38
- package/node_modules/jsts/org/locationtech/jts/geom/Coordinate.js +0 -219
- package/node_modules/jsts/org/locationtech/jts/geom/CoordinateArrays.js +0 -245
- package/node_modules/jsts/org/locationtech/jts/geom/CoordinateFilter.js +0 -3
- package/node_modules/jsts/org/locationtech/jts/geom/CoordinateList.js +0 -130
- package/node_modules/jsts/org/locationtech/jts/geom/CoordinateSequence.js +0 -53
- package/node_modules/jsts/org/locationtech/jts/geom/CoordinateSequenceComparator.js +0 -67
- package/node_modules/jsts/org/locationtech/jts/geom/CoordinateSequenceFactory.js +0 -18
- package/node_modules/jsts/org/locationtech/jts/geom/CoordinateSequenceFilter.js +0 -5
- package/node_modules/jsts/org/locationtech/jts/geom/CoordinateSequences.js +0 -139
- package/node_modules/jsts/org/locationtech/jts/geom/CoordinateXY.js +0 -66
- package/node_modules/jsts/org/locationtech/jts/geom/CoordinateXYM.js +0 -83
- package/node_modules/jsts/org/locationtech/jts/geom/CoordinateXYZM.js +0 -78
- package/node_modules/jsts/org/locationtech/jts/geom/Coordinates.js +0 -48
- package/node_modules/jsts/org/locationtech/jts/geom/Dimension.js +0 -50
- package/node_modules/jsts/org/locationtech/jts/geom/Envelope.js +0 -360
- package/node_modules/jsts/org/locationtech/jts/geom/Geometry.js +0 -230
- package/node_modules/jsts/org/locationtech/jts/geom/GeometryCollection.js +0 -211
- package/node_modules/jsts/org/locationtech/jts/geom/GeometryCollectionIterator.js +0 -68
- package/node_modules/jsts/org/locationtech/jts/geom/GeometryComponentFilter.js +0 -3
- package/node_modules/jsts/org/locationtech/jts/geom/GeometryFactory.js +0 -267
- package/node_modules/jsts/org/locationtech/jts/geom/GeometryFilter.js +0 -3
- package/node_modules/jsts/org/locationtech/jts/geom/IntersectionMatrix.js +0 -212
- package/node_modules/jsts/org/locationtech/jts/geom/LineSegment.js +0 -273
- package/node_modules/jsts/org/locationtech/jts/geom/LineString.js +0 -210
- package/node_modules/jsts/org/locationtech/jts/geom/Lineal.js +0 -1
- package/node_modules/jsts/org/locationtech/jts/geom/LinearRing.js +0 -48
- package/node_modules/jsts/org/locationtech/jts/geom/Location.js +0 -20
- package/node_modules/jsts/org/locationtech/jts/geom/MultiLineString.js +0 -65
- package/node_modules/jsts/org/locationtech/jts/geom/MultiPoint.js +0 -61
- package/node_modules/jsts/org/locationtech/jts/geom/MultiPolygon.js +0 -62
- package/node_modules/jsts/org/locationtech/jts/geom/OctagonalEnvelope.js +0 -273
- package/node_modules/jsts/org/locationtech/jts/geom/Point.js +0 -140
- package/node_modules/jsts/org/locationtech/jts/geom/Polygon.js +0 -275
- package/node_modules/jsts/org/locationtech/jts/geom/Polygonal.js +0 -1
- package/node_modules/jsts/org/locationtech/jts/geom/PrecisionModel.js +0 -133
- package/node_modules/jsts/org/locationtech/jts/geom/Puntal.js +0 -1
- package/node_modules/jsts/org/locationtech/jts/geom/TopologyException.js +0 -13
- package/node_modules/jsts/org/locationtech/jts/geom/Triangle.js +0 -158
- package/node_modules/jsts/org/locationtech/jts/geom/impl/CoordinateArraySequence.js +0 -177
- package/node_modules/jsts/org/locationtech/jts/geom/impl/CoordinateArraySequenceFactory.js +0 -44
- package/node_modules/jsts/org/locationtech/jts/geom/impl/PackedCoordinateSequenceFactory.js +0 -98
- package/node_modules/jsts/org/locationtech/jts/geom/prep/AbstractPreparedPolygonContains.js +0 -60
- package/node_modules/jsts/org/locationtech/jts/geom/prep/BasicPreparedGeometry.js +0 -74
- package/node_modules/jsts/org/locationtech/jts/geom/prep/PreparedGeometry.js +0 -13
- package/node_modules/jsts/org/locationtech/jts/geom/prep/PreparedGeometryFactory.js +0 -19
- package/node_modules/jsts/org/locationtech/jts/geom/prep/PreparedLineString.js +0 -23
- package/node_modules/jsts/org/locationtech/jts/geom/prep/PreparedLineStringIntersects.js +0 -37
- package/node_modules/jsts/org/locationtech/jts/geom/prep/PreparedPoint.js +0 -15
- package/node_modules/jsts/org/locationtech/jts/geom/prep/PreparedPolygon.js +0 -57
- package/node_modules/jsts/org/locationtech/jts/geom/prep/PreparedPolygonContains.js +0 -22
- package/node_modules/jsts/org/locationtech/jts/geom/prep/PreparedPolygonContainsProperly.js +0 -30
- package/node_modules/jsts/org/locationtech/jts/geom/prep/PreparedPolygonCovers.js +0 -23
- package/node_modules/jsts/org/locationtech/jts/geom/prep/PreparedPolygonIntersects.js +0 -31
- package/node_modules/jsts/org/locationtech/jts/geom/prep/PreparedPolygonPredicate.js +0 -60
- package/node_modules/jsts/org/locationtech/jts/geom/util/AffineTransformation.js +0 -393
- package/node_modules/jsts/org/locationtech/jts/geom/util/AffineTransformationBuilder.js +0 -52
- package/node_modules/jsts/org/locationtech/jts/geom/util/AffineTransformationFactory.js +0 -55
- package/node_modules/jsts/org/locationtech/jts/geom/util/ComponentCoordinateExtracter.js +0 -25
- package/node_modules/jsts/org/locationtech/jts/geom/util/GeometryCollectionMapper.js +0 -24
- package/node_modules/jsts/org/locationtech/jts/geom/util/GeometryCombiner.js +0 -71
- package/node_modules/jsts/org/locationtech/jts/geom/util/GeometryEditor.js +0 -138
- package/node_modules/jsts/org/locationtech/jts/geom/util/GeometryExtracter.js +0 -41
- package/node_modules/jsts/org/locationtech/jts/geom/util/GeometryMapper.js +0 -28
- package/node_modules/jsts/org/locationtech/jts/geom/util/GeometryTransformer.js +0 -125
- package/node_modules/jsts/org/locationtech/jts/geom/util/LineStringExtracter.js +0 -37
- package/node_modules/jsts/org/locationtech/jts/geom/util/LinearComponentExtracter.js +0 -88
- package/node_modules/jsts/org/locationtech/jts/geom/util/NoninvertibleTransformationException.js +0 -15
- package/node_modules/jsts/org/locationtech/jts/geom/util/PointExtracter.js +0 -38
- package/node_modules/jsts/org/locationtech/jts/geom/util/PolygonExtracter.js +0 -34
- package/node_modules/jsts/org/locationtech/jts/geom/util/ShortCircuitedGeometryVisitor.js +0 -23
- package/node_modules/jsts/org/locationtech/jts/geom/util/SineStarFactory.js +0 -62
- package/node_modules/jsts/org/locationtech/jts/geom/util.js +0 -35
- package/node_modules/jsts/org/locationtech/jts/geom.js +0 -51
- package/node_modules/jsts/org/locationtech/jts/geomgraph/Depth.js +0 -85
- package/node_modules/jsts/org/locationtech/jts/geomgraph/DirectedEdge.js +0 -143
- package/node_modules/jsts/org/locationtech/jts/geomgraph/DirectedEdgeStar.js +0 -233
- package/node_modules/jsts/org/locationtech/jts/geomgraph/Edge.js +0 -190
- package/node_modules/jsts/org/locationtech/jts/geomgraph/EdgeEnd.js +0 -94
- package/node_modules/jsts/org/locationtech/jts/geomgraph/EdgeEndStar.js +0 -173
- package/node_modules/jsts/org/locationtech/jts/geomgraph/EdgeIntersection.js +0 -52
- package/node_modules/jsts/org/locationtech/jts/geomgraph/EdgeIntersectionList.js +0 -74
- package/node_modules/jsts/org/locationtech/jts/geomgraph/EdgeList.js +0 -57
- package/node_modules/jsts/org/locationtech/jts/geomgraph/EdgeNodingValidator.js +0 -28
- package/node_modules/jsts/org/locationtech/jts/geomgraph/EdgeRing.js +0 -160
- package/node_modules/jsts/org/locationtech/jts/geomgraph/GeometryGraph.js +0 -238
- package/node_modules/jsts/org/locationtech/jts/geomgraph/GraphComponent.js +0 -49
- package/node_modules/jsts/org/locationtech/jts/geomgraph/Label.js +0 -132
- package/node_modules/jsts/org/locationtech/jts/geomgraph/Node.js +0 -91
- package/node_modules/jsts/org/locationtech/jts/geomgraph/NodeFactory.js +0 -6
- package/node_modules/jsts/org/locationtech/jts/geomgraph/NodeMap.js +0 -64
- package/node_modules/jsts/org/locationtech/jts/geomgraph/PlanarGraph.js +0 -138
- package/node_modules/jsts/org/locationtech/jts/geomgraph/Position.js +0 -10
- package/node_modules/jsts/org/locationtech/jts/geomgraph/Quadrant.js +0 -51
- package/node_modules/jsts/org/locationtech/jts/geomgraph/TopologyLocation.js +0 -122
- package/node_modules/jsts/org/locationtech/jts/geomgraph/index/EdgeSetIntersector.js +0 -1
- package/node_modules/jsts/org/locationtech/jts/geomgraph/index/MonotoneChain.js +0 -15
- package/node_modules/jsts/org/locationtech/jts/geomgraph/index/MonotoneChainEdge.js +0 -66
- package/node_modules/jsts/org/locationtech/jts/geomgraph/index/MonotoneChainIndexer.js +0 -45
- package/node_modules/jsts/org/locationtech/jts/geomgraph/index/SegmentIntersector.js +0 -109
- package/node_modules/jsts/org/locationtech/jts/geomgraph/index/SimpleEdgeSetIntersector.js +0 -45
- package/node_modules/jsts/org/locationtech/jts/geomgraph/index/SimpleMCSweepLineIntersector.js +0 -92
- package/node_modules/jsts/org/locationtech/jts/geomgraph/index/SimpleSweepLineIntersector.js +0 -91
- package/node_modules/jsts/org/locationtech/jts/geomgraph/index/SweepLineEvent.js +0 -61
- package/node_modules/jsts/org/locationtech/jts/geomgraph/index/SweepLineSegment.js +0 -27
- package/node_modules/jsts/org/locationtech/jts/geomgraph.js +0 -5
- package/node_modules/jsts/org/locationtech/jts/index/ArrayListVisitor.js +0 -19
- package/node_modules/jsts/org/locationtech/jts/index/ItemVisitor.js +0 -3
- package/node_modules/jsts/org/locationtech/jts/index/SpatialIndex.js +0 -11
- package/node_modules/jsts/org/locationtech/jts/index/bintree/Bintree.js +0 -69
- package/node_modules/jsts/org/locationtech/jts/index/bintree/Interval.js +0 -67
- package/node_modules/jsts/org/locationtech/jts/index/bintree/Key.js +0 -42
- package/node_modules/jsts/org/locationtech/jts/index/bintree/Node.js +0 -89
- package/node_modules/jsts/org/locationtech/jts/index/bintree/NodeBase.js +0 -93
- package/node_modules/jsts/org/locationtech/jts/index/bintree/Root.js +0 -33
- package/node_modules/jsts/org/locationtech/jts/index/chain/MonotoneChain.js +0 -99
- package/node_modules/jsts/org/locationtech/jts/index/chain/MonotoneChainBuilder.js +0 -41
- package/node_modules/jsts/org/locationtech/jts/index/chain/MonotoneChainOverlapAction.js +0 -20
- package/node_modules/jsts/org/locationtech/jts/index/chain/MonotoneChainSelectAction.js +0 -18
- package/node_modules/jsts/org/locationtech/jts/index/hprtree/HPRtree.js +0 -245
- package/node_modules/jsts/org/locationtech/jts/index/hprtree/HilbertEncoder.js +0 -29
- package/node_modules/jsts/org/locationtech/jts/index/hprtree/Item.js +0 -21
- package/node_modules/jsts/org/locationtech/jts/index/intervalrtree/IntervalRTreeBranchNode.js +0 -26
- package/node_modules/jsts/org/locationtech/jts/index/intervalrtree/IntervalRTreeLeafNode.js +0 -18
- package/node_modules/jsts/org/locationtech/jts/index/intervalrtree/IntervalRTreeNode.js +0 -41
- package/node_modules/jsts/org/locationtech/jts/index/intervalrtree/SortedPackedIntervalRTree.js +0 -66
- package/node_modules/jsts/org/locationtech/jts/index/kdtree/KdNode.js +0 -61
- package/node_modules/jsts/org/locationtech/jts/index/kdtree/KdNodeVisitor.js +0 -3
- package/node_modules/jsts/org/locationtech/jts/index/kdtree/KdTree.js +0 -190
- package/node_modules/jsts/org/locationtech/jts/index/kdtree.js +0 -5
- package/node_modules/jsts/org/locationtech/jts/index/quadtree/DoubleBits.js +0 -84
- package/node_modules/jsts/org/locationtech/jts/index/quadtree/IntervalSize.js +0 -12
- package/node_modules/jsts/org/locationtech/jts/index/quadtree/Key.js +0 -52
- package/node_modules/jsts/org/locationtech/jts/index/quadtree/Node.js +0 -110
- package/node_modules/jsts/org/locationtech/jts/index/quadtree/NodeBase.js +0 -134
- package/node_modules/jsts/org/locationtech/jts/index/quadtree/Quadtree.js +0 -78
- package/node_modules/jsts/org/locationtech/jts/index/quadtree/Root.js +0 -35
- package/node_modules/jsts/org/locationtech/jts/index/quadtree.js +0 -5
- package/node_modules/jsts/org/locationtech/jts/index/strtree/AbstractNode.js +0 -43
- package/node_modules/jsts/org/locationtech/jts/index/strtree/AbstractSTRtree.js +0 -281
- package/node_modules/jsts/org/locationtech/jts/index/strtree/Boundable.js +0 -3
- package/node_modules/jsts/org/locationtech/jts/index/strtree/BoundablePair.js +0 -89
- package/node_modules/jsts/org/locationtech/jts/index/strtree/BoundablePairDistanceComparator.js +0 -34
- package/node_modules/jsts/org/locationtech/jts/index/strtree/EnvelopeDistance.js +0 -48
- package/node_modules/jsts/org/locationtech/jts/index/strtree/GeometryItemDistance.js +0 -13
- package/node_modules/jsts/org/locationtech/jts/index/strtree/Interval.js +0 -37
- package/node_modules/jsts/org/locationtech/jts/index/strtree/ItemBoundable.js +0 -23
- package/node_modules/jsts/org/locationtech/jts/index/strtree/ItemDistance.js +0 -3
- package/node_modules/jsts/org/locationtech/jts/index/strtree/SIRtree.js +0 -72
- package/node_modules/jsts/org/locationtech/jts/index/strtree/STRtree.js +0 -284
- package/node_modules/jsts/org/locationtech/jts/index/strtree.js +0 -5
- package/node_modules/jsts/org/locationtech/jts/index/sweepline/SweepLineEvent.js +0 -50
- package/node_modules/jsts/org/locationtech/jts/index/sweepline/SweepLineIndex.js +0 -49
- package/node_modules/jsts/org/locationtech/jts/index/sweepline/SweepLineInterval.js +0 -28
- package/node_modules/jsts/org/locationtech/jts/index/sweepline/SweepLineOverlapAction.js +0 -3
- package/node_modules/jsts/org/locationtech/jts/index.js +0 -5
- package/node_modules/jsts/org/locationtech/jts/io/GeoJSONParser.js +0 -420
- package/node_modules/jsts/org/locationtech/jts/io/GeoJSONReader.js +0 -37
- package/node_modules/jsts/org/locationtech/jts/io/GeoJSONWriter.js +0 -36
- package/node_modules/jsts/org/locationtech/jts/io/OL3Parser.js +0 -189
- package/node_modules/jsts/org/locationtech/jts/io/WKTParser.js +0 -784
- package/node_modules/jsts/org/locationtech/jts/io/WKTReader.js +0 -42
- package/node_modules/jsts/org/locationtech/jts/io/WKTWriter.js +0 -55
- package/node_modules/jsts/org/locationtech/jts/io.js +0 -13
- package/node_modules/jsts/org/locationtech/jts/linearref/ExtractLineByLocation.js +0 -64
- package/node_modules/jsts/org/locationtech/jts/linearref/LengthIndexOfPoint.js +0 -61
- package/node_modules/jsts/org/locationtech/jts/linearref/LengthIndexedLine.js +0 -78
- package/node_modules/jsts/org/locationtech/jts/linearref/LengthLocationMap.js +0 -98
- package/node_modules/jsts/org/locationtech/jts/linearref/LinearGeometryBuilder.js +0 -71
- package/node_modules/jsts/org/locationtech/jts/linearref/LinearIterator.js +0 -76
- package/node_modules/jsts/org/locationtech/jts/linearref/LinearLocation.js +0 -201
- package/node_modules/jsts/org/locationtech/jts/linearref/LocationIndexOfLine.js +0 -29
- package/node_modules/jsts/org/locationtech/jts/linearref/LocationIndexOfPoint.js +0 -64
- package/node_modules/jsts/org/locationtech/jts/linearref/LocationIndexedLine.js +0 -60
- package/node_modules/jsts/org/locationtech/jts/linearref.js +0 -15
- package/node_modules/jsts/org/locationtech/jts/math/DD.js +0 -608
- package/node_modules/jsts/org/locationtech/jts/math/MathUtil.js +0 -55
- package/node_modules/jsts/org/locationtech/jts/math/Matrix.js +0 -43
- package/node_modules/jsts/org/locationtech/jts/math/Plane3D.js +0 -36
- package/node_modules/jsts/org/locationtech/jts/math/Vector2D.js +0 -172
- package/node_modules/jsts/org/locationtech/jts/math/Vector3D.js +0 -104
- package/node_modules/jsts/org/locationtech/jts/monkey.js +0 -146
- package/node_modules/jsts/org/locationtech/jts/noding/BasicSegmentString.js +0 -44
- package/node_modules/jsts/org/locationtech/jts/noding/FastNodingValidator.js +0 -60
- package/node_modules/jsts/org/locationtech/jts/noding/FastSegmentSetIntersectionFinder.js +0 -26
- package/node_modules/jsts/org/locationtech/jts/noding/InteriorIntersectionFinderAdder.js +0 -40
- package/node_modules/jsts/org/locationtech/jts/noding/IntersectionAdder.js +0 -88
- package/node_modules/jsts/org/locationtech/jts/noding/IteratedNoder.js +0 -53
- package/node_modules/jsts/org/locationtech/jts/noding/MCIndexNoder.js +0 -85
- package/node_modules/jsts/org/locationtech/jts/noding/MCIndexSegmentSetMutualIntersector.js +0 -82
- package/node_modules/jsts/org/locationtech/jts/noding/NodableSegmentString.js +0 -7
- package/node_modules/jsts/org/locationtech/jts/noding/NodedSegmentString.js +0 -96
- package/node_modules/jsts/org/locationtech/jts/noding/Noder.js +0 -4
- package/node_modules/jsts/org/locationtech/jts/noding/NodingIntersectionFinder.js +0 -139
- package/node_modules/jsts/org/locationtech/jts/noding/NodingValidator.js +0 -96
- package/node_modules/jsts/org/locationtech/jts/noding/Octant.js +0 -31
- package/node_modules/jsts/org/locationtech/jts/noding/OrientedCoordinateArray.js +0 -44
- package/node_modules/jsts/org/locationtech/jts/noding/ScaledNoder.js +0 -82
- package/node_modules/jsts/org/locationtech/jts/noding/SegmentIntersectionDetector.js +0 -80
- package/node_modules/jsts/org/locationtech/jts/noding/SegmentIntersector.js +0 -4
- package/node_modules/jsts/org/locationtech/jts/noding/SegmentNode.js +0 -51
- package/node_modules/jsts/org/locationtech/jts/noding/SegmentNodeList.js +0 -199
- package/node_modules/jsts/org/locationtech/jts/noding/SegmentPointComparator.js +0 -40
- package/node_modules/jsts/org/locationtech/jts/noding/SegmentSetMutualIntersector.js +0 -3
- package/node_modules/jsts/org/locationtech/jts/noding/SegmentString.js +0 -8
- package/node_modules/jsts/org/locationtech/jts/noding/SegmentStringDissolver.js +0 -53
- package/node_modules/jsts/org/locationtech/jts/noding/SegmentStringUtil.js +0 -44
- package/node_modules/jsts/org/locationtech/jts/noding/SimpleNoder.js +0 -33
- package/node_modules/jsts/org/locationtech/jts/noding/SimpleSegmentSetMutualIntersector.js +0 -34
- package/node_modules/jsts/org/locationtech/jts/noding/SinglePassNoder.js +0 -19
- package/node_modules/jsts/org/locationtech/jts/noding/snapround/GeometryNoder.js +0 -59
- package/node_modules/jsts/org/locationtech/jts/noding/snapround/HotPixel.js +0 -120
- package/node_modules/jsts/org/locationtech/jts/noding/snapround/MCIndexPointSnapper.js +0 -65
- package/node_modules/jsts/org/locationtech/jts/noding/snapround/MCIndexSnapRounder.js +0 -89
- package/node_modules/jsts/org/locationtech/jts/noding/snapround/SimpleSnapRounder.js +0 -105
- package/node_modules/jsts/org/locationtech/jts/noding.js +0 -9
- package/node_modules/jsts/org/locationtech/jts/operation/BoundaryOp.js +0 -104
- package/node_modules/jsts/org/locationtech/jts/operation/GeometryGraphOperation.js +0 -36
- package/node_modules/jsts/org/locationtech/jts/operation/IsSimpleOp.js +0 -165
- package/node_modules/jsts/org/locationtech/jts/operation/buffer/BufferBuilder.js +0 -148
- package/node_modules/jsts/org/locationtech/jts/operation/buffer/BufferInputLineSimplifier.js +0 -96
- package/node_modules/jsts/org/locationtech/jts/operation/buffer/BufferOp.js +0 -126
- package/node_modules/jsts/org/locationtech/jts/operation/buffer/BufferParameters.js +0 -87
- package/node_modules/jsts/org/locationtech/jts/operation/buffer/BufferSubgraph.js +0 -150
- package/node_modules/jsts/org/locationtech/jts/operation/buffer/OffsetCurveBuilder.js +0 -170
- package/node_modules/jsts/org/locationtech/jts/operation/buffer/OffsetCurveSetBuilder.js +0 -118
- package/node_modules/jsts/org/locationtech/jts/operation/buffer/OffsetSegmentGenerator.js +0 -269
- package/node_modules/jsts/org/locationtech/jts/operation/buffer/OffsetSegmentString.js +0 -62
- package/node_modules/jsts/org/locationtech/jts/operation/buffer/RightmostEdgeFinder.js +0 -91
- package/node_modules/jsts/org/locationtech/jts/operation/buffer/SubgraphDepthLocater.js +0 -100
- package/node_modules/jsts/org/locationtech/jts/operation/buffer/VariableBuffer.js +0 -226
- package/node_modules/jsts/org/locationtech/jts/operation/buffer/validate/BufferCurveMaximumDistanceFinder.js +0 -92
- package/node_modules/jsts/org/locationtech/jts/operation/buffer/validate/BufferDistanceValidator.js +0 -107
- package/node_modules/jsts/org/locationtech/jts/operation/buffer/validate/BufferResultValidator.js +0 -116
- package/node_modules/jsts/org/locationtech/jts/operation/buffer/validate/DistanceToPointFinder.js +0 -46
- package/node_modules/jsts/org/locationtech/jts/operation/buffer/validate/PointPairDistance.js +0 -66
- package/node_modules/jsts/org/locationtech/jts/operation/buffer.js +0 -7
- package/node_modules/jsts/org/locationtech/jts/operation/distance/ConnectedElementLocationFilter.js +0 -28
- package/node_modules/jsts/org/locationtech/jts/operation/distance/ConnectedElementPointFilter.js +0 -26
- package/node_modules/jsts/org/locationtech/jts/operation/distance/DistanceOp.js +0 -231
- package/node_modules/jsts/org/locationtech/jts/operation/distance/FacetSequence.js +0 -150
- package/node_modules/jsts/org/locationtech/jts/operation/distance/FacetSequenceTreeBuilder.js +0 -50
- package/node_modules/jsts/org/locationtech/jts/operation/distance/GeometryLocation.js +0 -36
- package/node_modules/jsts/org/locationtech/jts/operation/distance/IndexedFacetDistance.js +0 -68
- package/node_modules/jsts/org/locationtech/jts/operation/distance.js +0 -5
- package/node_modules/jsts/org/locationtech/jts/operation/distance3d/AxisPlaneCoordinateSequence.js +0 -82
- package/node_modules/jsts/org/locationtech/jts/operation/distance3d/Distance3DOp.js +0 -299
- package/node_modules/jsts/org/locationtech/jts/operation/distance3d/PlanarPolygon3D.js +0 -110
- package/node_modules/jsts/org/locationtech/jts/operation/linemerge/EdgeString.js +0 -42
- package/node_modules/jsts/org/locationtech/jts/operation/linemerge/LineMergeDirectedEdge.js +0 -22
- package/node_modules/jsts/org/locationtech/jts/operation/linemerge/LineMergeEdge.js +0 -15
- package/node_modules/jsts/org/locationtech/jts/operation/linemerge/LineMergeGraph.js +0 -34
- package/node_modules/jsts/org/locationtech/jts/operation/linemerge/LineMerger.js +0 -108
- package/node_modules/jsts/org/locationtech/jts/operation/linemerge/LineSequencer.js +0 -245
- package/node_modules/jsts/org/locationtech/jts/operation/linemerge.js +0 -7
- package/node_modules/jsts/org/locationtech/jts/operation/overlay/ConsistentPolygonRingChecker.js +0 -69
- package/node_modules/jsts/org/locationtech/jts/operation/overlay/EdgeSetNoder.js +0 -28
- package/node_modules/jsts/org/locationtech/jts/operation/overlay/LineBuilder.js +0 -89
- package/node_modules/jsts/org/locationtech/jts/operation/overlay/MaximalEdgeRing.js +0 -39
- package/node_modules/jsts/org/locationtech/jts/operation/overlay/MinimalEdgeRing.js +0 -17
- package/node_modules/jsts/org/locationtech/jts/operation/overlay/OverlayNodeFactory.js +0 -11
- package/node_modules/jsts/org/locationtech/jts/operation/overlay/OverlayOp.js +0 -312
- package/node_modules/jsts/org/locationtech/jts/operation/overlay/PointBuilder.js +0 -39
- package/node_modules/jsts/org/locationtech/jts/operation/overlay/PolygonBuilder.js +0 -144
- package/node_modules/jsts/org/locationtech/jts/operation/overlay/snap/GeometrySnapper.js +0 -118
- package/node_modules/jsts/org/locationtech/jts/operation/overlay/snap/LineStringSnapper.js +0 -87
- package/node_modules/jsts/org/locationtech/jts/operation/overlay/snap/SnapIfNeededOverlayOp.js +0 -54
- package/node_modules/jsts/org/locationtech/jts/operation/overlay/snap/SnapOverlayOp.js +0 -70
- package/node_modules/jsts/org/locationtech/jts/operation/overlay/snap.js +0 -7
- package/node_modules/jsts/org/locationtech/jts/operation/overlay/validate/FuzzyPointLocator.js +0 -71
- package/node_modules/jsts/org/locationtech/jts/operation/overlay/validate/OffsetPointGenerator.js +0 -51
- package/node_modules/jsts/org/locationtech/jts/operation/overlay/validate/OverlayResultValidator.js +0 -81
- package/node_modules/jsts/org/locationtech/jts/operation/overlay.js +0 -7
- package/node_modules/jsts/org/locationtech/jts/operation/polygonize/EdgeRing.js +0 -235
- package/node_modules/jsts/org/locationtech/jts/operation/polygonize/HoleAssigner.js +0 -44
- package/node_modules/jsts/org/locationtech/jts/operation/polygonize/PolygonizeDirectedEdge.js +0 -35
- package/node_modules/jsts/org/locationtech/jts/operation/polygonize/PolygonizeEdge.js +0 -15
- package/node_modules/jsts/org/locationtech/jts/operation/polygonize/PolygonizeGraph.js +0 -247
- package/node_modules/jsts/org/locationtech/jts/operation/polygonize/Polygonizer.js +0 -170
- package/node_modules/jsts/org/locationtech/jts/operation/polygonize.js +0 -5
- package/node_modules/jsts/org/locationtech/jts/operation/predicate/RectangleContains.js +0 -62
- package/node_modules/jsts/org/locationtech/jts/operation/predicate/RectangleIntersects.js +0 -151
- package/node_modules/jsts/org/locationtech/jts/operation/relate/EdgeEndBuilder.js +0 -56
- package/node_modules/jsts/org/locationtech/jts/operation/relate/EdgeEndBundle.js +0 -93
- package/node_modules/jsts/org/locationtech/jts/operation/relate/EdgeEndBundleStar.js +0 -22
- package/node_modules/jsts/org/locationtech/jts/operation/relate/RelateComputer.js +0 -168
- package/node_modules/jsts/org/locationtech/jts/operation/relate/RelateNode.js +0 -17
- package/node_modules/jsts/org/locationtech/jts/operation/relate/RelateNodeFactory.js +0 -11
- package/node_modules/jsts/org/locationtech/jts/operation/relate/RelateNodeGraph.js +0 -48
- package/node_modules/jsts/org/locationtech/jts/operation/relate/RelateOp.js +0 -101
- package/node_modules/jsts/org/locationtech/jts/operation/relate.js +0 -5
- package/node_modules/jsts/org/locationtech/jts/operation/union/CascadedPolygonUnion.js +0 -124
- package/node_modules/jsts/org/locationtech/jts/operation/union/InputExtracter.js +0 -93
- package/node_modules/jsts/org/locationtech/jts/operation/union/OverlapUnion.js +0 -146
- package/node_modules/jsts/org/locationtech/jts/operation/union/PointGeometryUnion.js +0 -42
- package/node_modules/jsts/org/locationtech/jts/operation/union/UnaryUnionOp.js +0 -97
- package/node_modules/jsts/org/locationtech/jts/operation/union/UnionInteracting.js +0 -70
- package/node_modules/jsts/org/locationtech/jts/operation/union/UnionOp.js +0 -22
- package/node_modules/jsts/org/locationtech/jts/operation/union.js +0 -5
- package/node_modules/jsts/org/locationtech/jts/operation/valid/ConnectedInteriorTester.js +0 -118
- package/node_modules/jsts/org/locationtech/jts/operation/valid/ConsistentAreaTester.js +0 -50
- package/node_modules/jsts/org/locationtech/jts/operation/valid/IndexedNestedRingTester.js +0 -56
- package/node_modules/jsts/org/locationtech/jts/operation/valid/IsValidOp.js +0 -323
- package/node_modules/jsts/org/locationtech/jts/operation/valid/RepeatedPointTester.js +0 -48
- package/node_modules/jsts/org/locationtech/jts/operation/valid/TopologyValidationError.js +0 -44
- package/node_modules/jsts/org/locationtech/jts/operation/valid.js +0 -7
- package/node_modules/jsts/org/locationtech/jts/operation.js +0 -23
- package/node_modules/jsts/org/locationtech/jts/planargraph/DirectedEdge.js +0 -99
- package/node_modules/jsts/org/locationtech/jts/planargraph/DirectedEdgeStar.js +0 -75
- package/node_modules/jsts/org/locationtech/jts/planargraph/Edge.js +0 -46
- package/node_modules/jsts/org/locationtech/jts/planargraph/GraphComponent.js +0 -53
- package/node_modules/jsts/org/locationtech/jts/planargraph/Node.js +0 -55
- package/node_modules/jsts/org/locationtech/jts/planargraph/NodeMap.js +0 -25
- package/node_modules/jsts/org/locationtech/jts/planargraph/PlanarGraph.js +0 -96
- package/node_modules/jsts/org/locationtech/jts/planargraph/Subgraph.js +0 -39
- package/node_modules/jsts/org/locationtech/jts/planargraph/algorithm/ConnectedSubgraphFinder.js +0 -48
- package/node_modules/jsts/org/locationtech/jts/precision/CommonBits.js +0 -86
- package/node_modules/jsts/org/locationtech/jts/precision/CommonBitsOp.js +0 -58
- package/node_modules/jsts/org/locationtech/jts/precision/CommonBitsRemover.js +0 -81
- package/node_modules/jsts/org/locationtech/jts/precision/CoordinatePrecisionReducerFilter.js +0 -24
- package/node_modules/jsts/org/locationtech/jts/precision/EnhancedPrecisionOp.js +0 -109
- package/node_modules/jsts/org/locationtech/jts/precision/GeometryPrecisionReducer.js +0 -80
- package/node_modules/jsts/org/locationtech/jts/precision/MinimumClearance.js +0 -125
- package/node_modules/jsts/org/locationtech/jts/precision/PrecisionReducerCoordinateOperation.js +0 -44
- package/node_modules/jsts/org/locationtech/jts/precision/SimpleMinimumClearance.js +0 -114
- package/node_modules/jsts/org/locationtech/jts/precision.js +0 -17
- package/node_modules/jsts/org/locationtech/jts/shape/GeometricShapeBuilder.js +0 -50
- package/node_modules/jsts/org/locationtech/jts/shape/fractal/HilbertCode.js +0 -109
- package/node_modules/jsts/org/locationtech/jts/shape/fractal/HilbertCurveBuilder.js +0 -44
- package/node_modules/jsts/org/locationtech/jts/shape/fractal/KochSnowflakeBuilder.js +0 -65
- package/node_modules/jsts/org/locationtech/jts/shape/fractal/MortonCode.js +0 -49
- package/node_modules/jsts/org/locationtech/jts/shape/fractal/MortonCurveBuilder.js +0 -43
- package/node_modules/jsts/org/locationtech/jts/shape/fractal/SierpinskiCarpetBuilder.js +0 -52
- package/node_modules/jsts/org/locationtech/jts/shape/random/RandomPointsBuilder.js +0 -60
- package/node_modules/jsts/org/locationtech/jts/shape/random/RandomPointsInGridBuilder.js +0 -71
- package/node_modules/jsts/org/locationtech/jts/simplify/DouglasPeuckerLineSimplifier.js +0 -60
- package/node_modules/jsts/org/locationtech/jts/simplify/DouglasPeuckerSimplifier.js +0 -81
- package/node_modules/jsts/org/locationtech/jts/simplify/LineSegmentIndex.js +0 -58
- package/node_modules/jsts/org/locationtech/jts/simplify/TaggedLineSegment.js +0 -26
- package/node_modules/jsts/org/locationtech/jts/simplify/TaggedLineString.js +0 -71
- package/node_modules/jsts/org/locationtech/jts/simplify/TaggedLineStringSimplifier.js +0 -124
- package/node_modules/jsts/org/locationtech/jts/simplify/TaggedLinesSimplifier.js +0 -25
- package/node_modules/jsts/org/locationtech/jts/simplify/TopologyPreservingSimplifier.js +0 -79
- package/node_modules/jsts/org/locationtech/jts/simplify/VWLineSimplifier.js +0 -126
- package/node_modules/jsts/org/locationtech/jts/simplify/VWSimplifier.js +0 -81
- package/node_modules/jsts/org/locationtech/jts/simplify.js +0 -9
- package/node_modules/jsts/org/locationtech/jts/triangulate/ConformingDelaunayTriangulationBuilder.js +0 -90
- package/node_modules/jsts/org/locationtech/jts/triangulate/ConformingDelaunayTriangulator.js +0 -215
- package/node_modules/jsts/org/locationtech/jts/triangulate/ConstraintEnforcementException.js +0 -27
- package/node_modules/jsts/org/locationtech/jts/triangulate/ConstraintSplitPointFinder.js +0 -3
- package/node_modules/jsts/org/locationtech/jts/triangulate/ConstraintVertex.js +0 -32
- package/node_modules/jsts/org/locationtech/jts/triangulate/ConstraintVertexFactory.js +0 -3
- package/node_modules/jsts/org/locationtech/jts/triangulate/DelaunayTriangulationBuilder.js +0 -80
- package/node_modules/jsts/org/locationtech/jts/triangulate/IncrementalDelaunayTriangulator.js +0 -46
- package/node_modules/jsts/org/locationtech/jts/triangulate/MidpointSplitPointFinder.js +0 -12
- package/node_modules/jsts/org/locationtech/jts/triangulate/NonEncroachingSplitPointFinder.js +0 -27
- package/node_modules/jsts/org/locationtech/jts/triangulate/Segment.js +0 -73
- package/node_modules/jsts/org/locationtech/jts/triangulate/SplitSegment.js +0 -51
- package/node_modules/jsts/org/locationtech/jts/triangulate/VertexTaggedGeometryDataMapper.js +0 -44
- package/node_modules/jsts/org/locationtech/jts/triangulate/VoronoiDiagramBuilder.js +0 -78
- package/node_modules/jsts/org/locationtech/jts/triangulate/quadedge/EdgeConnectedTriangleTraversal.js +0 -35
- package/node_modules/jsts/org/locationtech/jts/triangulate/quadedge/LastFoundQuadEdgeLocator.js +0 -31
- package/node_modules/jsts/org/locationtech/jts/triangulate/quadedge/LocateFailureException.js +0 -32
- package/node_modules/jsts/org/locationtech/jts/triangulate/quadedge/QuadEdge.js +0 -142
- package/node_modules/jsts/org/locationtech/jts/triangulate/quadedge/QuadEdgeLocator.js +0 -3
- package/node_modules/jsts/org/locationtech/jts/triangulate/quadedge/QuadEdgeSubdivision.js +0 -443
- package/node_modules/jsts/org/locationtech/jts/triangulate/quadedge/QuadEdgeTriangle.js +0 -184
- package/node_modules/jsts/org/locationtech/jts/triangulate/quadedge/QuadEdgeUtil.js +0 -12
- package/node_modules/jsts/org/locationtech/jts/triangulate/quadedge/TraversalVisitor.js +0 -3
- package/node_modules/jsts/org/locationtech/jts/triangulate/quadedge/TrianglePredicate.js +0 -106
- package/node_modules/jsts/org/locationtech/jts/triangulate/quadedge/TriangleVisitor.js +0 -3
- package/node_modules/jsts/org/locationtech/jts/triangulate/quadedge/Vertex.js +0 -199
- package/node_modules/jsts/org/locationtech/jts/triangulate/quadedge.js +0 -5
- package/node_modules/jsts/org/locationtech/jts/triangulate.js +0 -11
- package/node_modules/jsts/org/locationtech/jts/util/Assert.js +0 -37
- package/node_modules/jsts/org/locationtech/jts/util/AssertionFailedException.js +0 -15
- package/node_modules/jsts/org/locationtech/jts/util/CollectionUtil.js +0 -27
- package/node_modules/jsts/org/locationtech/jts/util/CoordinateArrayFilter.js +0 -21
- package/node_modules/jsts/org/locationtech/jts/util/CoordinateCountFilter.js +0 -18
- package/node_modules/jsts/org/locationtech/jts/util/GeometricShapeFactory.js +0 -258
- package/node_modules/jsts/org/locationtech/jts/util/IntArrayList.js +0 -42
- package/node_modules/jsts/org/locationtech/jts/util/Memory.js +0 -41
- package/node_modules/jsts/org/locationtech/jts/util/NumberUtil.js +0 -5
- package/node_modules/jsts/org/locationtech/jts/util/ObjectCounter.js +0 -36
- package/node_modules/jsts/org/locationtech/jts/util/PriorityQueue.js +0 -56
- package/node_modules/jsts/org/locationtech/jts/util/StringUtil.js +0 -63
- package/node_modules/jsts/org/locationtech/jts/util/TestBuilderProxy.js +0 -33
- package/node_modules/jsts/org/locationtech/jts/util/UniqueCoordinateArrayFilter.js +0 -31
- package/node_modules/jsts/org/locationtech/jts/util.js +0 -21
- package/node_modules/jsts/package.json +0 -62
- package/node_modules/marchingsquares/.eslintrc.json +0 -81
- package/node_modules/marchingsquares/Changelog.md +0 -81
- package/node_modules/marchingsquares/LICENSE.md +0 -37
- package/node_modules/marchingsquares/README.md +0 -312
- package/node_modules/marchingsquares/VERSION +0 -1
- package/node_modules/marchingsquares/agpl-3.0.txt +0 -661
- package/node_modules/marchingsquares/dist/marchingsquares-esm.js +0 -3410
- package/node_modules/marchingsquares/dist/marchingsquares-isobands.js +0 -2513
- package/node_modules/marchingsquares/dist/marchingsquares-isobands.min.js +0 -9
- package/node_modules/marchingsquares/dist/marchingsquares-isocontours.js +0 -1209
- package/node_modules/marchingsquares/dist/marchingsquares-isocontours.min.js +0 -9
- package/node_modules/marchingsquares/dist/marchingsquares-isolines.js +0 -1209
- package/node_modules/marchingsquares/dist/marchingsquares-isolines.min.js +0 -9
- package/node_modules/marchingsquares/dist/marchingsquares.js +0 -3424
- package/node_modules/marchingsquares/dist/marchingsquares.min.js +0 -9
- package/node_modules/marchingsquares/examples/contour/index.html +0 -117
- package/node_modules/marchingsquares/examples/editor/draw-lines.js +0 -60
- package/node_modules/marchingsquares/examples/editor/index.html +0 -39
- package/node_modules/marchingsquares/examples/editor/script.js +0 -110
- package/node_modules/marchingsquares/examples/editor/styles.css +0 -37
- package/node_modules/marchingsquares/examples/require/app.js +0 -9
- package/node_modules/marchingsquares/examples/require/index.html +0 -14
- package/node_modules/marchingsquares/examples/require/main.js +0 -98
- package/node_modules/marchingsquares/examples/require/require.js +0 -5
- package/node_modules/marchingsquares/examples/simple/index.html +0 -115
- package/node_modules/marchingsquares/examples/vienna/index.html +0 -229
- package/node_modules/marchingsquares/examples/vienna/vienna_basin.png +0 -0
- package/node_modules/marchingsquares/examples/vienna/vienna_data.js +0 -514
- package/node_modules/marchingsquares/package.json +0 -47
- package/node_modules/marchingsquares/rollup.config.js +0 -122
- package/node_modules/marchingsquares/rollup.config.test.js +0 -14
- package/node_modules/marchingsquares/src/interpolation.js +0 -84
- package/node_modules/marchingsquares/src/isobands.js +0 -1883
- package/node_modules/marchingsquares/src/isolines.js +0 -638
- package/node_modules/marchingsquares/src/main.js +0 -4
- package/node_modules/marchingsquares/src/options.js +0 -80
- package/node_modules/marchingsquares/src/polygons.js +0 -531
- package/node_modules/marchingsquares/src/quadtree.js +0 -228
- package/node_modules/marchingsquares/test/data/in/isoBands-example-case.json +0 -14
- package/node_modules/marchingsquares/test/data/in/isoBands-issue#6-0_3.json +0 -12
- package/node_modules/marchingsquares/test/data/in/isoBands-issue#6-3_5.json +0 -12
- package/node_modules/marchingsquares/test/data/in/isoBands-issue#6-5_7.json +0 -12
- package/node_modules/marchingsquares/test/data/in/isoBands-minimal.json +0 -8
- package/node_modules/marchingsquares/test/data/in/isoBands-simple.json +0 -9
- package/node_modules/marchingsquares/test/data/in/isoLines-example-case.json +0 -13
- package/node_modules/marchingsquares/test/data/in/isoLines-simple.json +0 -8
- package/node_modules/marchingsquares/test/data/out/isoBands-example-case.json +0 -72
- package/node_modules/marchingsquares/test/data/out/isoBands-issue#6-0_3.json +0 -9
- package/node_modules/marchingsquares/test/data/out/isoBands-issue#6-3_5.json +0 -36
- package/node_modules/marchingsquares/test/data/out/isoBands-issue#6-5_7.json +0 -8
- package/node_modules/marchingsquares/test/data/out/isoBands-minimal.json +0 -10
- package/node_modules/marchingsquares/test/data/out/isoBands-simple.json +0 -25
- package/node_modules/marchingsquares/test/data/out/isoLines-example-case.json +0 -481
- package/node_modules/marchingsquares/test/data/out/isoLines-simple.json +0 -8
- package/node_modules/marchingsquares/test/test.js +0 -152
- package/node_modules/point-in-polygon/LICENSE +0 -21
- package/node_modules/point-in-polygon/example/inside.js +0 -6
- package/node_modules/point-in-polygon/flat.js +0 -15
- package/node_modules/point-in-polygon/index.js +0 -12
- package/node_modules/point-in-polygon/nested.js +0 -18
- package/node_modules/point-in-polygon/package.json +0 -32
- package/node_modules/point-in-polygon/readme.markdown +0 -51
- package/node_modules/point-in-polygon/test/box-offset.js +0 -24
- package/node_modules/point-in-polygon/test/box.js +0 -34
- package/node_modules/point-in-polygon/test/flat-offset.js +0 -24
- package/node_modules/point-in-polygon/test/flat.js +0 -24
- package/node_modules/point-in-polygon-hao/LICENSE +0 -20
- package/node_modules/point-in-polygon-hao/README.md +0 -74
- package/node_modules/point-in-polygon-hao/dist/cjs/index.cjs +0 -322
- package/node_modules/point-in-polygon-hao/dist/cjs/index.d.cts +0 -10
- package/node_modules/point-in-polygon-hao/dist/esm/index.d.ts +0 -10
- package/node_modules/point-in-polygon-hao/dist/esm/index.js +0 -56
- package/node_modules/point-in-polygon-hao/dist/pointInPolygon.js +0 -328
- package/node_modules/point-in-polygon-hao/dist/pointInPolygon.min.js +0 -1
- package/node_modules/point-in-polygon-hao/node_modules/robust-predicates/LICENSE +0 -24
- package/node_modules/point-in-polygon-hao/node_modules/robust-predicates/README.md +0 -82
- package/node_modules/point-in-polygon-hao/node_modules/robust-predicates/esm/incircle.js +0 -765
- package/node_modules/point-in-polygon-hao/node_modules/robust-predicates/esm/insphere.js +0 -766
- package/node_modules/point-in-polygon-hao/node_modules/robust-predicates/esm/orient2d.js +0 -184
- package/node_modules/point-in-polygon-hao/node_modules/robust-predicates/esm/orient3d.js +0 -462
- package/node_modules/point-in-polygon-hao/node_modules/robust-predicates/esm/util.js +0 -138
- package/node_modules/point-in-polygon-hao/node_modules/robust-predicates/index.d.ts +0 -49
- package/node_modules/point-in-polygon-hao/node_modules/robust-predicates/index.js +0 -5
- package/node_modules/point-in-polygon-hao/node_modules/robust-predicates/package.json +0 -75
- package/node_modules/point-in-polygon-hao/node_modules/robust-predicates/umd/incircle.js +0 -908
- package/node_modules/point-in-polygon-hao/node_modules/robust-predicates/umd/incircle.min.js +0 -1
- package/node_modules/point-in-polygon-hao/node_modules/robust-predicates/umd/insphere.js +0 -914
- package/node_modules/point-in-polygon-hao/node_modules/robust-predicates/umd/insphere.min.js +0 -1
- package/node_modules/point-in-polygon-hao/node_modules/robust-predicates/umd/orient2d.js +0 -280
- package/node_modules/point-in-polygon-hao/node_modules/robust-predicates/umd/orient2d.min.js +0 -1
- package/node_modules/point-in-polygon-hao/node_modules/robust-predicates/umd/orient3d.js +0 -601
- package/node_modules/point-in-polygon-hao/node_modules/robust-predicates/umd/orient3d.min.js +0 -1
- package/node_modules/point-in-polygon-hao/node_modules/robust-predicates/umd/predicates.js +0 -2328
- package/node_modules/point-in-polygon-hao/node_modules/robust-predicates/umd/predicates.min.js +0 -1
- package/node_modules/point-in-polygon-hao/package.json +0 -57
- package/node_modules/polyclip-ts/LICENSE +0 -21
- package/node_modules/polyclip-ts/README.md +0 -101
- package/node_modules/polyclip-ts/dist/cjs/index.cjs +0 -1179
- package/node_modules/polyclip-ts/dist/cjs/index.cjs.map +0 -1
- package/node_modules/polyclip-ts/dist/cjs/index.d.cts +0 -12
- package/node_modules/polyclip-ts/dist/esm/index.d.ts +0 -12
- package/node_modules/polyclip-ts/dist/esm/index.js +0 -1138
- package/node_modules/polyclip-ts/dist/esm/index.js.map +0 -1
- package/node_modules/polyclip-ts/dist/polyclip-ts.umd.js +0 -4811
- package/node_modules/polyclip-ts/dist/polyclip-ts.umd.min.js +0 -2
- package/node_modules/polyclip-ts/package.json +0 -72
- package/node_modules/quickselect/LICENSE +0 -15
- package/node_modules/quickselect/README.md +0 -28
- package/node_modules/quickselect/index.js +0 -54
- package/node_modules/quickselect/package.json +0 -43
- package/node_modules/quickselect/quickselect.js +0 -63
- package/node_modules/rbush/LICENSE +0 -21
- package/node_modules/rbush/README.md +0 -218
- package/node_modules/rbush/index.js +0 -512
- package/node_modules/rbush/package.json +0 -56
- package/node_modules/rbush/rbush.js +0 -574
- package/node_modules/rbush/rbush.min.js +0 -1
- package/node_modules/robust-predicates/LICENSE +0 -24
- package/node_modules/robust-predicates/README.md +0 -82
- package/node_modules/robust-predicates/esm/incircle.js +0 -765
- package/node_modules/robust-predicates/esm/insphere.js +0 -775
- package/node_modules/robust-predicates/esm/orient2d.js +0 -186
- package/node_modules/robust-predicates/esm/orient3d.js +0 -462
- package/node_modules/robust-predicates/esm/util.js +0 -138
- package/node_modules/robust-predicates/index.js +0 -5
- package/node_modules/robust-predicates/package.json +0 -68
- package/node_modules/robust-predicates/umd/incircle.js +0 -910
- package/node_modules/robust-predicates/umd/incircle.min.js +0 -1
- package/node_modules/robust-predicates/umd/insphere.js +0 -925
- package/node_modules/robust-predicates/umd/insphere.min.js +0 -1
- package/node_modules/robust-predicates/umd/orient2d.js +0 -284
- package/node_modules/robust-predicates/umd/orient2d.min.js +0 -1
- package/node_modules/robust-predicates/umd/orient3d.js +0 -603
- package/node_modules/robust-predicates/umd/orient3d.min.js +0 -1
- package/node_modules/robust-predicates/umd/predicates.js +0 -2341
- package/node_modules/robust-predicates/umd/predicates.min.js +0 -1
- package/node_modules/skmeans/.gitattributes +0 -17
- package/node_modules/skmeans/.npmignore +0 -52
- package/node_modules/skmeans/Gruntfile.js +0 -49
- package/node_modules/skmeans/README.md +0 -62
- package/node_modules/skmeans/browser.js +0 -19
- package/node_modules/skmeans/dist/browser/skmeans.js +0 -339
- package/node_modules/skmeans/dist/browser/skmeans.js.map +0 -1
- package/node_modules/skmeans/dist/browser/skmeans.min.js +0 -3
- package/node_modules/skmeans/dist/index.html +0 -15
- package/node_modules/skmeans/dist/node/Gruntfile.js +0 -49
- package/node_modules/skmeans/dist/node/Gruntfile.js.map +0 -1
- package/node_modules/skmeans/dist/node/browser.js +0 -19
- package/node_modules/skmeans/dist/node/browser.js.map +0 -1
- package/node_modules/skmeans/dist/node/distance.js +0 -39
- package/node_modules/skmeans/dist/node/distance.js.map +0 -1
- package/node_modules/skmeans/dist/node/kinit.js +0 -110
- package/node_modules/skmeans/dist/node/kinit.js.map +0 -1
- package/node_modules/skmeans/dist/node/main.js +0 -161
- package/node_modules/skmeans/dist/node/main.js.map +0 -1
- package/node_modules/skmeans/distance.js +0 -37
- package/node_modules/skmeans/kinit.js +0 -102
- package/node_modules/skmeans/main.js +0 -147
- package/node_modules/skmeans/package.json +0 -33
- package/node_modules/skmeans/test/data/random_pts.js +0 -1
- package/node_modules/skmeans/test/data/well-separated.js +0 -1
- package/node_modules/skmeans/test/multi.js +0 -15
- package/node_modules/skmeans/test/stats.js +0 -65
- package/node_modules/skmeans/test/test.js +0 -42
- package/node_modules/skmeans/test/test_rand.js +0 -23
- package/node_modules/skmeans/test/test_ws.js +0 -23
- package/node_modules/skmeans/test/uni.js +0 -15
- package/node_modules/splaytree-ts/LICENSE +0 -29
- package/node_modules/splaytree-ts/README.md +0 -296
- package/node_modules/splaytree-ts/dist/cjs/index.cjs +0 -714
- package/node_modules/splaytree-ts/dist/cjs/index.cjs.map +0 -1
- package/node_modules/splaytree-ts/dist/cjs/index.d.cts +0 -105
- package/node_modules/splaytree-ts/dist/esm/index.d.ts +0 -105
- package/node_modules/splaytree-ts/dist/esm/index.js +0 -688
- package/node_modules/splaytree-ts/dist/esm/index.js.map +0 -1
- package/node_modules/splaytree-ts/dist/splaytree-ts.umd.js +0 -736
- package/node_modules/splaytree-ts/dist/splaytree-ts.umd.min.js +0 -2
- package/node_modules/splaytree-ts/package.json +0 -59
- package/node_modules/sweepline-intersections/LICENSE +0 -21
- package/node_modules/sweepline-intersections/README.md +0 -118
- package/node_modules/sweepline-intersections/dist/SweeplineIntersectionsClass.esm.js +0 -277
- package/node_modules/sweepline-intersections/dist/SweeplineIntersectionsClass.js +0 -281
- package/node_modules/sweepline-intersections/dist/sweeplineIntersections.esm.js +0 -253
- package/node_modules/sweepline-intersections/dist/sweeplineIntersections.js +0 -260
- package/node_modules/sweepline-intersections/dist/sweeplineIntersections.min.js +0 -1
- package/node_modules/sweepline-intersections/package.json +0 -79
- package/node_modules/sweepline-intersections/types.d.ts +0 -8
- package/node_modules/tinyqueue/LICENSE +0 -15
- package/node_modules/tinyqueue/README.md +0 -59
- package/node_modules/tinyqueue/index.d.ts +0 -11
- package/node_modules/tinyqueue/index.js +0 -79
- package/node_modules/tinyqueue/package.json +0 -53
- package/node_modules/tinyqueue/tinyqueue.js +0 -93
- package/node_modules/tinyqueue/tinyqueue.min.js +0 -1
- package/node_modules/topojson-client/LICENSE +0 -13
- package/node_modules/topojson-client/README.md +0 -242
- package/node_modules/topojson-client/bin/topo2geo +0 -106
- package/node_modules/topojson-client/bin/topomerge +0 -216
- package/node_modules/topojson-client/bin/topoquantize +0 -74
- package/node_modules/topojson-client/dist/topojson-client.js +0 -508
- package/node_modules/topojson-client/dist/topojson-client.min.js +0 -2
- package/node_modules/topojson-client/package.json +0 -49
- package/node_modules/topojson-client/src/bbox.js +0 -39
- package/node_modules/topojson-client/src/bisect.js +0 -9
- package/node_modules/topojson-client/src/feature.js +0 -70
- package/node_modules/topojson-client/src/identity.js +0 -3
- package/node_modules/topojson-client/src/index.js +0 -8
- package/node_modules/topojson-client/src/merge.js +0 -103
- package/node_modules/topojson-client/src/mesh.js +0 -53
- package/node_modules/topojson-client/src/neighbors.js +0 -45
- package/node_modules/topojson-client/src/quantize.js +0 -54
- package/node_modules/topojson-client/src/reverse.js +0 -4
- package/node_modules/topojson-client/src/stitch.js +0 -73
- package/node_modules/topojson-client/src/transform.js +0 -19
- package/node_modules/topojson-client/src/untransform.js +0 -23
- package/node_modules/topojson-server/LICENSE +0 -13
- package/node_modules/topojson-server/README.md +0 -75
- package/node_modules/topojson-server/bin/geo2topo +0 -125
- package/node_modules/topojson-server/dist/topojson-server.js +0 -838
- package/node_modules/topojson-server/dist/topojson-server.min.js +0 -2
- package/node_modules/topojson-server/package.json +0 -47
- package/node_modules/topojson-server/src/bounds.js +0 -46
- package/node_modules/topojson-server/src/cut.js +0 -62
- package/node_modules/topojson-server/src/dedup.js +0 -187
- package/node_modules/topojson-server/src/delta.js +0 -30
- package/node_modules/topojson-server/src/extract.js +0 -67
- package/node_modules/topojson-server/src/geometry.js +0 -39
- package/node_modules/topojson-server/src/hash/hashmap.js +0 -70
- package/node_modules/topojson-server/src/hash/hashset.js +0 -53
- package/node_modules/topojson-server/src/hash/point-equal.js +0 -3
- package/node_modules/topojson-server/src/hash/point-hash.js +0 -13
- package/node_modules/topojson-server/src/index.js +0 -1
- package/node_modules/topojson-server/src/join.js +0 -116
- package/node_modules/topojson-server/src/object.js +0 -1
- package/node_modules/topojson-server/src/prequantize.js +0 -72
- package/node_modules/topojson-server/src/topology.js +0 -80
- package/node_modules/uuid/dist/uuid-bin.js +0 -70
- package/node_modules/uuid/dist/v4.js +0 -30
- package/node_modules/uuid/dist-node/md5.js +0 -11
- package/node_modules/uuid/dist-node/native.js +0 -2
- package/node_modules/uuid/dist-node/rng.js +0 -10
- package/node_modules/uuid/dist-node/sha1.js +0 -11
- package/node_modules/uuid/dist-node/uuid-bin.js +0 -70
- package/node_modules/uuid/dist-node/v4.js +0 -30
- package/tak-registration.bak +0 -557
- /package/node_modules/uuid/{dist-node/types.js → dist/cjs/uuid-bin.d.ts} +0 -0
- /package/node_modules/uuid/dist/{index.d.ts → cjs-browser/index.d.ts} +0 -0
- /package/node_modules/uuid/dist/{max.d.ts → cjs-browser/max.d.ts} +0 -0
- /package/node_modules/uuid/dist/{md5.d.ts → cjs-browser/md5.d.ts} +0 -0
- /package/node_modules/uuid/dist/{native.d.ts → cjs-browser/native.d.ts} +0 -0
- /package/node_modules/uuid/dist/{nil.d.ts → cjs-browser/nil.d.ts} +0 -0
- /package/node_modules/uuid/dist/{parse.d.ts → cjs-browser/parse.d.ts} +0 -0
- /package/node_modules/uuid/dist/{regex.d.ts → cjs-browser/regex.d.ts} +0 -0
- /package/node_modules/uuid/dist/{rng.d.ts → cjs-browser/rng.d.ts} +0 -0
- /package/node_modules/uuid/dist/{sha1.d.ts → cjs-browser/sha1.d.ts} +0 -0
- /package/node_modules/uuid/dist/{stringify.d.ts → cjs-browser/stringify.d.ts} +0 -0
- /package/node_modules/uuid/dist/{types.d.ts → cjs-browser/types.d.ts} +0 -0
- /package/node_modules/uuid/dist/{uuid-bin.d.ts → cjs-browser/uuid-bin.d.ts} +0 -0
- /package/node_modules/uuid/dist/{v1.d.ts → cjs-browser/v1.d.ts} +0 -0
- /package/node_modules/uuid/dist/{v1ToV6.d.ts → cjs-browser/v1ToV6.d.ts} +0 -0
- /package/node_modules/uuid/dist/{v3.d.ts → cjs-browser/v3.d.ts} +0 -0
- /package/node_modules/uuid/dist/{v35.d.ts → cjs-browser/v35.d.ts} +0 -0
- /package/node_modules/uuid/dist/{v4.d.ts → cjs-browser/v4.d.ts} +0 -0
- /package/node_modules/uuid/dist/{v5.d.ts → cjs-browser/v5.d.ts} +0 -0
- /package/node_modules/uuid/dist/{v6.d.ts → cjs-browser/v6.d.ts} +0 -0
- /package/node_modules/uuid/dist/{v6ToV1.d.ts → cjs-browser/v6ToV1.d.ts} +0 -0
- /package/node_modules/uuid/dist/{v7.d.ts → cjs-browser/v7.d.ts} +0 -0
- /package/node_modules/uuid/dist/{validate.d.ts → cjs-browser/validate.d.ts} +0 -0
- /package/node_modules/uuid/dist/{version.d.ts → cjs-browser/version.d.ts} +0 -0
- /package/node_modules/uuid/{dist-node → dist/esm}/bin/uuid +0 -0
- /package/node_modules/uuid/dist/{index.js → esm/index.js} +0 -0
- /package/node_modules/uuid/dist/{max.js → esm/max.js} +0 -0
- /package/node_modules/uuid/dist/{nil.js → esm/nil.js} +0 -0
- /package/node_modules/uuid/dist/{parse.js → esm/parse.js} +0 -0
- /package/node_modules/uuid/dist/{regex.js → esm/regex.js} +0 -0
- /package/node_modules/uuid/dist/{stringify.js → esm/stringify.js} +0 -0
- /package/node_modules/uuid/dist/{v1.js → esm/v1.js} +0 -0
- /package/node_modules/uuid/dist/{v1ToV6.js → esm/v1ToV6.js} +0 -0
- /package/node_modules/uuid/dist/{v3.js → esm/v3.js} +0 -0
- /package/node_modules/uuid/dist/{v35.js → esm/v35.js} +0 -0
- /package/node_modules/uuid/dist/{v5.js → esm/v5.js} +0 -0
- /package/node_modules/uuid/dist/{v6.js → esm/v6.js} +0 -0
- /package/node_modules/uuid/dist/{v6ToV1.js → esm/v6ToV1.js} +0 -0
- /package/node_modules/uuid/dist/{v7.js → esm/v7.js} +0 -0
- /package/node_modules/uuid/dist/{validate.js → esm/validate.js} +0 -0
- /package/node_modules/uuid/dist/{version.js → esm/version.js} +0 -0
- /package/node_modules/uuid/{dist-node → dist/esm-browser}/index.js +0 -0
- /package/node_modules/uuid/{dist-node → dist/esm-browser}/max.js +0 -0
- /package/node_modules/uuid/dist/{md5.js → esm-browser/md5.js} +0 -0
- /package/node_modules/uuid/dist/{native.js → esm-browser/native.js} +0 -0
- /package/node_modules/uuid/{dist-node → dist/esm-browser}/nil.js +0 -0
- /package/node_modules/uuid/{dist-node → dist/esm-browser}/parse.js +0 -0
- /package/node_modules/uuid/{dist-node → dist/esm-browser}/regex.js +0 -0
- /package/node_modules/uuid/dist/{rng.js → esm-browser/rng.js} +0 -0
- /package/node_modules/uuid/dist/{sha1.js → esm-browser/sha1.js} +0 -0
- /package/node_modules/uuid/{dist-node → dist/esm-browser}/stringify.js +0 -0
- /package/node_modules/uuid/dist/{types.js → esm-browser/types.js} +0 -0
- /package/node_modules/uuid/{dist-node → dist/esm-browser}/v1.js +0 -0
- /package/node_modules/uuid/{dist-node → dist/esm-browser}/v1ToV6.js +0 -0
- /package/node_modules/uuid/{dist-node → dist/esm-browser}/v3.js +0 -0
- /package/node_modules/uuid/{dist-node → dist/esm-browser}/v35.js +0 -0
- /package/node_modules/uuid/{dist-node → dist/esm-browser}/v5.js +0 -0
- /package/node_modules/uuid/{dist-node → dist/esm-browser}/v6.js +0 -0
- /package/node_modules/uuid/{dist-node → dist/esm-browser}/v6ToV1.js +0 -0
- /package/node_modules/uuid/{dist-node → dist/esm-browser}/v7.js +0 -0
- /package/node_modules/uuid/{dist-node → dist/esm-browser}/validate.js +0 -0
- /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
|
-
}));
|