deeptwins-cesium-engine 0.0.4 → 0.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (117) hide show
  1. package/Build/ThirdParty/Workers/pako_deflate.min.js +503 -0
  2. package/Build/ThirdParty/Workers/pako_inflate.min.js +698 -0
  3. package/Build/Workers/chunk-2QYBZCFQ.js +163 -0
  4. package/Build/Workers/chunk-3D5MMPR6.js +497 -0
  5. package/Build/Workers/chunk-3FVCV7Y6.js +1483 -0
  6. package/Build/Workers/chunk-3GWSOCSN.js +1054 -0
  7. package/Build/Workers/chunk-46AZ4DAY.js +97 -0
  8. package/Build/Workers/chunk-4QX3NLRI.js +352 -0
  9. package/Build/Workers/chunk-5WQ6G3V5.js +114 -0
  10. package/Build/Workers/chunk-6H24F2MX.js +101 -0
  11. package/Build/Workers/chunk-ADSMQMR3.js +75 -0
  12. package/Build/Workers/chunk-ATP2KQO2.js +138 -0
  13. package/Build/Workers/chunk-AXYTFE2Q.js +642 -0
  14. package/Build/Workers/chunk-BA5B3QSO.js +1067 -0
  15. package/Build/Workers/chunk-BENDB2TP.js +44 -0
  16. package/Build/Workers/chunk-BSC7UFN5.js +73 -0
  17. package/Build/Workers/chunk-CDKPSKFL.js +37 -0
  18. package/Build/Workers/chunk-D6MRUQSS.js +256 -0
  19. package/Build/Workers/chunk-DBMJUNPI.js +305 -0
  20. package/Build/Workers/chunk-DE3L2T6Q.js +455 -0
  21. package/Build/Workers/chunk-DHY454TR.js +476 -0
  22. package/Build/Workers/chunk-EBV6YMT4.js +55 -0
  23. package/Build/Workers/chunk-ERWGQECA.js +55 -0
  24. package/Build/Workers/chunk-ESZKPTFQ.js +352 -0
  25. package/Build/Workers/chunk-F3HD4EGB.js +837 -0
  26. package/Build/Workers/chunk-GBN24WJI.js +198 -0
  27. package/Build/Workers/chunk-GLEP7WAP.js +692 -0
  28. package/Build/Workers/chunk-JEMRORA4.js +299 -0
  29. package/Build/Workers/chunk-JME6YHTN.js +682 -0
  30. package/Build/Workers/chunk-JPACOFW4.js +1443 -0
  31. package/Build/Workers/chunk-KTCUNCP6.js +139 -0
  32. package/Build/Workers/chunk-KUWX2S7J.js +2715 -0
  33. package/Build/Workers/chunk-KZJGDCOL.js +969 -0
  34. package/Build/Workers/chunk-LFQCF6XE.js +162 -0
  35. package/Build/Workers/chunk-MPKHH7V5.js +778 -0
  36. package/Build/Workers/chunk-N2B6WRSU.js +511 -0
  37. package/Build/Workers/chunk-N4VDVDGG.js +1317 -0
  38. package/Build/Workers/chunk-NGDTSO5G.js +2719 -0
  39. package/Build/Workers/chunk-NM2CSNDO.js +439 -0
  40. package/Build/Workers/chunk-O2MJVOWI.js +368 -0
  41. package/Build/Workers/chunk-O57JMXRV.js +788 -0
  42. package/Build/Workers/chunk-P2Q5LZL7.js +1800 -0
  43. package/Build/Workers/chunk-PTGWOENQ.js +102 -0
  44. package/Build/Workers/chunk-PTJNNSFD.js +629 -0
  45. package/Build/Workers/chunk-QCWI6UJJ.js +280 -0
  46. package/Build/Workers/chunk-QLEDW2RP.js +241 -0
  47. package/Build/Workers/chunk-QRQFI7TC.js +124 -0
  48. package/Build/Workers/chunk-R73G3H3Q.js +171 -0
  49. package/Build/Workers/chunk-RG7FJROK.js +414 -0
  50. package/Build/Workers/chunk-RSA5TPUO.js +398 -0
  51. package/Build/Workers/chunk-S5HDPNWJ.js +940 -0
  52. package/Build/Workers/chunk-SAA7QZDG.js +387 -0
  53. package/Build/Workers/chunk-T46NAKWG.js +58 -0
  54. package/Build/Workers/chunk-UMONYDWP.js +2058 -0
  55. package/Build/Workers/chunk-VGSPLVTX.js +1460 -0
  56. package/Build/Workers/chunk-WOTYILS4.js +219 -0
  57. package/Build/Workers/chunk-YA37IWET.js +57 -0
  58. package/Build/Workers/chunk-YCEZX7OI.js +8366 -0
  59. package/Build/Workers/chunk-ZWANDE2Q.js +288 -0
  60. package/Build/Workers/combineGeometry.js +24 -24
  61. package/Build/Workers/createBoxGeometry.js +18 -18
  62. package/Build/Workers/createBoxOutlineGeometry.js +16 -16
  63. package/Build/Workers/createCircleGeometry.js +26 -26
  64. package/Build/Workers/createCircleOutlineGeometry.js +19 -19
  65. package/Build/Workers/createCoplanarPolygonGeometry.js +33 -33
  66. package/Build/Workers/createCoplanarPolygonOutlineGeometry.js +31 -31
  67. package/Build/Workers/createCorridorGeometry.js +29 -29
  68. package/Build/Workers/createCorridorOutlineGeometry.js +28 -28
  69. package/Build/Workers/createCylinderGeometry.js +20 -20
  70. package/Build/Workers/createCylinderOutlineGeometry.js +18 -18
  71. package/Build/Workers/createEllipseGeometry.js +26 -26
  72. package/Build/Workers/createEllipseOutlineGeometry.js +19 -19
  73. package/Build/Workers/createEllipsoidGeometry.js +19 -19
  74. package/Build/Workers/createEllipsoidOutlineGeometry.js +18 -18
  75. package/Build/Workers/createFrustumGeometry.js +18 -18
  76. package/Build/Workers/createFrustumOutlineGeometry.js +18 -18
  77. package/Build/Workers/createGeometry.js +24 -24
  78. package/Build/Workers/createGroundPolylineGeometry.js +22 -22
  79. package/Build/Workers/createPlaneGeometry.js +16 -16
  80. package/Build/Workers/createPlaneOutlineGeometry.js +15 -15
  81. package/Build/Workers/createPolygonGeometry.js +32 -32
  82. package/Build/Workers/createPolygonOutlineGeometry.js +30 -30
  83. package/Build/Workers/createPolylineGeometry.js +25 -25
  84. package/Build/Workers/createPolylineVolumeGeometry.js +31 -31
  85. package/Build/Workers/createPolylineVolumeOutlineGeometry.js +27 -27
  86. package/Build/Workers/createRectangleGeometry.js +27 -27
  87. package/Build/Workers/createRectangleOutlineGeometry.js +20 -20
  88. package/Build/Workers/createSimplePolylineGeometry.js +23 -23
  89. package/Build/Workers/createSphereGeometry.js +19 -19
  90. package/Build/Workers/createSphereOutlineGeometry.js +18 -18
  91. package/Build/Workers/createTaskProcessorWorker.js +3 -3
  92. package/Build/Workers/createVectorTileClampedPolylines.js +14 -14
  93. package/Build/Workers/createVectorTileGeometries.js +24 -24
  94. package/Build/Workers/createVectorTilePoints.js +13 -13
  95. package/Build/Workers/createVectorTilePolygons.js +22 -22
  96. package/Build/Workers/createVectorTilePolylines.js +14 -14
  97. package/Build/Workers/createVerticesFromCesium3DTilesTerrain.js +25 -25
  98. package/Build/Workers/createVerticesFromGoogleEarthEnterpriseBuffer.js +22 -22
  99. package/Build/Workers/createVerticesFromHeightmap.js +22 -22
  100. package/Build/Workers/createVerticesFromQuantizedTerrainMesh.js +20 -20
  101. package/Build/Workers/createWallGeometry.js +24 -24
  102. package/Build/Workers/createWallOutlineGeometry.js +23 -23
  103. package/Build/Workers/decodeDraco.js +10 -10
  104. package/Build/Workers/decodeGoogleEarthEnterprisePacket.js +5 -5
  105. package/Build/Workers/decodeI3S.js +10 -10
  106. package/Build/Workers/gaussianSplatSorter.js +4 -4
  107. package/Build/Workers/gaussianSplatTextureGenerator.js +4 -4
  108. package/Build/Workers/incrementallyBuildTerrainPicker.js +10 -10
  109. package/Build/Workers/transcodeKTX2.js +47 -55
  110. package/Build/Workers/transferTypedArrayTest.js +1 -1
  111. package/Build/Workers/upsampleQuantizedTerrainMesh.js +22 -22
  112. package/Build/Workers/upsampleVerticesFromCesium3DTilesTerrain.js +25 -25
  113. package/Source/Scene/TextureAtlasRegress.js +558 -0
  114. package/Source/ThirdParty/Workers/pako_deflate.min.js +2 -0
  115. package/Source/ThirdParty/Workers/pako_inflate.min.js +2 -0
  116. package/index.js +90 -89
  117. package/package.json +1 -1
@@ -0,0 +1,97 @@
1
+ /**
2
+ * @license
3
+ * Cesium - https://github.com/CesiumGS/cesium
4
+ * Version 0.0.31
5
+ *
6
+ * Copyright 2011-2022 Cesium Contributors
7
+ *
8
+ * Licensed under the Apache License, Version 2.0 (the "License");
9
+ * you may not use this file except in compliance with the License.
10
+ * You may obtain a copy of the License at
11
+ *
12
+ * http://www.apache.org/licenses/LICENSE-2.0
13
+ *
14
+ * Unless required by applicable law or agreed to in writing, software
15
+ * distributed under the License is distributed on an "AS IS" BASIS,
16
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17
+ * See the License for the specific language governing permissions and
18
+ * limitations under the License.
19
+ *
20
+ * Columbus View (Pat. Pend.)
21
+ *
22
+ * Portions licensed separately.
23
+ * See https://github.com/CesiumGS/cesium/blob/main/LICENSE.md for full licensing details.
24
+ */
25
+
26
+ import {
27
+ Math_default
28
+ } from "./chunk-3D5MMPR6.js";
29
+ import {
30
+ Check_default
31
+ } from "./chunk-2QYBZCFQ.js";
32
+ import {
33
+ defined_default
34
+ } from "./chunk-ADSMQMR3.js";
35
+
36
+ // packages/engine/Source/Core/arrayRemoveDuplicates.js
37
+ var removeDuplicatesEpsilon = Math_default.EPSILON10;
38
+ function arrayRemoveDuplicates(values, equalsEpsilon, wrapAround, removedIndices) {
39
+ Check_default.defined("equalsEpsilon", equalsEpsilon);
40
+ if (!defined_default(values)) {
41
+ return void 0;
42
+ }
43
+ wrapAround = wrapAround ?? false;
44
+ const storeRemovedIndices = defined_default(removedIndices);
45
+ const length = values.length;
46
+ if (length < 2) {
47
+ return values;
48
+ }
49
+ let i;
50
+ let v0 = values[0];
51
+ let v1;
52
+ let cleanedValues;
53
+ let lastCleanIndex = 0;
54
+ let removedIndexLCI = -1;
55
+ for (i = 1; i < length; ++i) {
56
+ v1 = values[i];
57
+ if (equalsEpsilon(v0, v1, removeDuplicatesEpsilon)) {
58
+ if (!defined_default(cleanedValues)) {
59
+ cleanedValues = values.slice(0, i);
60
+ lastCleanIndex = i - 1;
61
+ removedIndexLCI = 0;
62
+ }
63
+ if (storeRemovedIndices) {
64
+ removedIndices.push(i);
65
+ }
66
+ } else {
67
+ if (defined_default(cleanedValues)) {
68
+ cleanedValues.push(v1);
69
+ lastCleanIndex = i;
70
+ if (storeRemovedIndices) {
71
+ removedIndexLCI = removedIndices.length;
72
+ }
73
+ }
74
+ v0 = v1;
75
+ }
76
+ }
77
+ if (wrapAround && equalsEpsilon(values[0], values[length - 1], removeDuplicatesEpsilon)) {
78
+ if (storeRemovedIndices) {
79
+ if (defined_default(cleanedValues)) {
80
+ removedIndices.splice(removedIndexLCI, 0, lastCleanIndex);
81
+ } else {
82
+ removedIndices.push(length - 1);
83
+ }
84
+ }
85
+ if (defined_default(cleanedValues)) {
86
+ cleanedValues.length -= 1;
87
+ } else {
88
+ cleanedValues = values.slice(0, -1);
89
+ }
90
+ }
91
+ return defined_default(cleanedValues) ? cleanedValues : values;
92
+ }
93
+ var arrayRemoveDuplicates_default = arrayRemoveDuplicates;
94
+
95
+ export {
96
+ arrayRemoveDuplicates_default
97
+ };
@@ -0,0 +1,352 @@
1
+ /**
2
+ * @license
3
+ * Cesium - https://github.com/CesiumGS/cesium
4
+ * Version 0.0.31
5
+ *
6
+ * Copyright 2011-2022 Cesium Contributors
7
+ *
8
+ * Licensed under the Apache License, Version 2.0 (the "License");
9
+ * you may not use this file except in compliance with the License.
10
+ * You may obtain a copy of the License at
11
+ *
12
+ * http://www.apache.org/licenses/LICENSE-2.0
13
+ *
14
+ * Unless required by applicable law or agreed to in writing, software
15
+ * distributed under the License is distributed on an "AS IS" BASIS,
16
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17
+ * See the License for the specific language governing permissions and
18
+ * limitations under the License.
19
+ *
20
+ * Columbus View (Pat. Pend.)
21
+ *
22
+ * Portions licensed separately.
23
+ * See https://github.com/CesiumGS/cesium/blob/main/LICENSE.md for full licensing details.
24
+ */
25
+
26
+ import {
27
+ Cartographic_default,
28
+ Ellipsoid_default
29
+ } from "./chunk-VGSPLVTX.js";
30
+ import {
31
+ Cartesian3_default
32
+ } from "./chunk-JPACOFW4.js";
33
+ import {
34
+ Math_default
35
+ } from "./chunk-3D5MMPR6.js";
36
+ import {
37
+ Check_default
38
+ } from "./chunk-2QYBZCFQ.js";
39
+ import {
40
+ defined_default
41
+ } from "./chunk-ADSMQMR3.js";
42
+
43
+ // packages/engine/Source/Core/EllipsoidGeodesic.js
44
+ function setConstants(ellipsoidGeodesic) {
45
+ const uSquared = ellipsoidGeodesic._uSquared;
46
+ const a = ellipsoidGeodesic._ellipsoid.maximumRadius;
47
+ const b = ellipsoidGeodesic._ellipsoid.minimumRadius;
48
+ const f = (a - b) / a;
49
+ const cosineHeading = Math.cos(ellipsoidGeodesic._startHeading);
50
+ const sineHeading = Math.sin(ellipsoidGeodesic._startHeading);
51
+ const tanU = (1 - f) * Math.tan(ellipsoidGeodesic._start.latitude);
52
+ const cosineU = 1 / Math.sqrt(1 + tanU * tanU);
53
+ const sineU = cosineU * tanU;
54
+ const sigma = Math.atan2(tanU, cosineHeading);
55
+ const sineAlpha = cosineU * sineHeading;
56
+ const sineSquaredAlpha = sineAlpha * sineAlpha;
57
+ const cosineSquaredAlpha = 1 - sineSquaredAlpha;
58
+ const cosineAlpha = Math.sqrt(cosineSquaredAlpha);
59
+ const u2Over4 = uSquared / 4;
60
+ const u4Over16 = u2Over4 * u2Over4;
61
+ const u6Over64 = u4Over16 * u2Over4;
62
+ const u8Over256 = u4Over16 * u4Over16;
63
+ const a0 = 1 + u2Over4 - 3 * u4Over16 / 4 + 5 * u6Over64 / 4 - 175 * u8Over256 / 64;
64
+ const a1 = 1 - u2Over4 + 15 * u4Over16 / 8 - 35 * u6Over64 / 8;
65
+ const a2 = 1 - 3 * u2Over4 + 35 * u4Over16 / 4;
66
+ const a3 = 1 - 5 * u2Over4;
67
+ const distanceRatio = a0 * sigma - a1 * Math.sin(2 * sigma) * u2Over4 / 2 - a2 * Math.sin(4 * sigma) * u4Over16 / 16 - a3 * Math.sin(6 * sigma) * u6Over64 / 48 - Math.sin(8 * sigma) * 5 * u8Over256 / 512;
68
+ const constants = ellipsoidGeodesic._constants;
69
+ constants.a = a;
70
+ constants.b = b;
71
+ constants.f = f;
72
+ constants.cosineHeading = cosineHeading;
73
+ constants.sineHeading = sineHeading;
74
+ constants.tanU = tanU;
75
+ constants.cosineU = cosineU;
76
+ constants.sineU = sineU;
77
+ constants.sigma = sigma;
78
+ constants.sineAlpha = sineAlpha;
79
+ constants.sineSquaredAlpha = sineSquaredAlpha;
80
+ constants.cosineSquaredAlpha = cosineSquaredAlpha;
81
+ constants.cosineAlpha = cosineAlpha;
82
+ constants.u2Over4 = u2Over4;
83
+ constants.u4Over16 = u4Over16;
84
+ constants.u6Over64 = u6Over64;
85
+ constants.u8Over256 = u8Over256;
86
+ constants.a0 = a0;
87
+ constants.a1 = a1;
88
+ constants.a2 = a2;
89
+ constants.a3 = a3;
90
+ constants.distanceRatio = distanceRatio;
91
+ }
92
+ function computeC(f, cosineSquaredAlpha) {
93
+ return f * cosineSquaredAlpha * (4 + f * (4 - 3 * cosineSquaredAlpha)) / 16;
94
+ }
95
+ function computeDeltaLambda(f, sineAlpha, cosineSquaredAlpha, sigma, sineSigma, cosineSigma, cosineTwiceSigmaMidpoint) {
96
+ const C = computeC(f, cosineSquaredAlpha);
97
+ return (1 - C) * f * sineAlpha * (sigma + C * sineSigma * (cosineTwiceSigmaMidpoint + C * cosineSigma * (2 * cosineTwiceSigmaMidpoint * cosineTwiceSigmaMidpoint - 1)));
98
+ }
99
+ function vincentyInverseFormula(ellipsoidGeodesic, major, minor, firstLongitude, firstLatitude, secondLongitude, secondLatitude) {
100
+ const eff = (major - minor) / major;
101
+ const l = secondLongitude - firstLongitude;
102
+ const u1 = Math.atan((1 - eff) * Math.tan(firstLatitude));
103
+ const u2 = Math.atan((1 - eff) * Math.tan(secondLatitude));
104
+ const cosineU1 = Math.cos(u1);
105
+ const sineU1 = Math.sin(u1);
106
+ const cosineU2 = Math.cos(u2);
107
+ const sineU2 = Math.sin(u2);
108
+ const cc = cosineU1 * cosineU2;
109
+ const cs = cosineU1 * sineU2;
110
+ const ss = sineU1 * sineU2;
111
+ const sc = sineU1 * cosineU2;
112
+ let lambda = l;
113
+ let lambdaDot = Math_default.TWO_PI;
114
+ let cosineLambda = Math.cos(lambda);
115
+ let sineLambda = Math.sin(lambda);
116
+ let sigma;
117
+ let cosineSigma;
118
+ let sineSigma;
119
+ let cosineSquaredAlpha;
120
+ let cosineTwiceSigmaMidpoint;
121
+ do {
122
+ cosineLambda = Math.cos(lambda);
123
+ sineLambda = Math.sin(lambda);
124
+ const temp = cs - sc * cosineLambda;
125
+ sineSigma = Math.sqrt(
126
+ cosineU2 * cosineU2 * sineLambda * sineLambda + temp * temp
127
+ );
128
+ cosineSigma = ss + cc * cosineLambda;
129
+ sigma = Math.atan2(sineSigma, cosineSigma);
130
+ let sineAlpha;
131
+ if (sineSigma === 0) {
132
+ sineAlpha = 0;
133
+ cosineSquaredAlpha = 1;
134
+ } else {
135
+ sineAlpha = cc * sineLambda / sineSigma;
136
+ cosineSquaredAlpha = 1 - sineAlpha * sineAlpha;
137
+ }
138
+ lambdaDot = lambda;
139
+ cosineTwiceSigmaMidpoint = cosineSigma - 2 * ss / cosineSquaredAlpha;
140
+ if (!isFinite(cosineTwiceSigmaMidpoint)) {
141
+ cosineTwiceSigmaMidpoint = 0;
142
+ }
143
+ lambda = l + computeDeltaLambda(
144
+ eff,
145
+ sineAlpha,
146
+ cosineSquaredAlpha,
147
+ sigma,
148
+ sineSigma,
149
+ cosineSigma,
150
+ cosineTwiceSigmaMidpoint
151
+ );
152
+ } while (Math.abs(lambda - lambdaDot) > Math_default.EPSILON12);
153
+ const uSquared = cosineSquaredAlpha * (major * major - minor * minor) / (minor * minor);
154
+ const A = 1 + uSquared * (4096 + uSquared * (uSquared * (320 - 175 * uSquared) - 768)) / 16384;
155
+ const B = uSquared * (256 + uSquared * (uSquared * (74 - 47 * uSquared) - 128)) / 1024;
156
+ const cosineSquaredTwiceSigmaMidpoint = cosineTwiceSigmaMidpoint * cosineTwiceSigmaMidpoint;
157
+ const deltaSigma = B * sineSigma * (cosineTwiceSigmaMidpoint + B * (cosineSigma * (2 * cosineSquaredTwiceSigmaMidpoint - 1) - B * cosineTwiceSigmaMidpoint * (4 * sineSigma * sineSigma - 3) * (4 * cosineSquaredTwiceSigmaMidpoint - 3) / 6) / 4);
158
+ const distance = minor * A * (sigma - deltaSigma);
159
+ const startHeading = Math.atan2(
160
+ cosineU2 * sineLambda,
161
+ cs - sc * cosineLambda
162
+ );
163
+ const endHeading = Math.atan2(cosineU1 * sineLambda, cs * cosineLambda - sc);
164
+ ellipsoidGeodesic._distance = distance;
165
+ ellipsoidGeodesic._startHeading = startHeading;
166
+ ellipsoidGeodesic._endHeading = endHeading;
167
+ ellipsoidGeodesic._uSquared = uSquared;
168
+ }
169
+ var scratchCart1 = new Cartesian3_default();
170
+ var scratchCart2 = new Cartesian3_default();
171
+ function computeProperties(ellipsoidGeodesic, start, end, ellipsoid) {
172
+ const firstCartesian = Cartesian3_default.normalize(
173
+ ellipsoid.cartographicToCartesian(start, scratchCart2),
174
+ scratchCart1
175
+ );
176
+ const lastCartesian = Cartesian3_default.normalize(
177
+ ellipsoid.cartographicToCartesian(end, scratchCart2),
178
+ scratchCart2
179
+ );
180
+ Check_default.typeOf.number.greaterThanOrEquals(
181
+ "value",
182
+ Math.abs(
183
+ Math.abs(Cartesian3_default.angleBetween(firstCartesian, lastCartesian)) - Math.PI
184
+ ),
185
+ 0.0125
186
+ );
187
+ vincentyInverseFormula(
188
+ ellipsoidGeodesic,
189
+ ellipsoid.maximumRadius,
190
+ ellipsoid.minimumRadius,
191
+ start.longitude,
192
+ start.latitude,
193
+ end.longitude,
194
+ end.latitude
195
+ );
196
+ ellipsoidGeodesic._start = Cartographic_default.clone(
197
+ start,
198
+ ellipsoidGeodesic._start
199
+ );
200
+ ellipsoidGeodesic._end = Cartographic_default.clone(end, ellipsoidGeodesic._end);
201
+ ellipsoidGeodesic._start.height = 0;
202
+ ellipsoidGeodesic._end.height = 0;
203
+ setConstants(ellipsoidGeodesic);
204
+ }
205
+ function EllipsoidGeodesic(start, end, ellipsoid) {
206
+ const e = ellipsoid ?? Ellipsoid_default.default;
207
+ this._ellipsoid = e;
208
+ this._start = new Cartographic_default();
209
+ this._end = new Cartographic_default();
210
+ this._constants = {};
211
+ this._startHeading = void 0;
212
+ this._endHeading = void 0;
213
+ this._distance = void 0;
214
+ this._uSquared = void 0;
215
+ if (defined_default(start) && defined_default(end)) {
216
+ computeProperties(this, start, end, e);
217
+ }
218
+ }
219
+ Object.defineProperties(EllipsoidGeodesic.prototype, {
220
+ /**
221
+ * Gets the ellipsoid.
222
+ * @memberof EllipsoidGeodesic.prototype
223
+ * @type {Ellipsoid}
224
+ * @readonly
225
+ */
226
+ ellipsoid: {
227
+ get: function() {
228
+ return this._ellipsoid;
229
+ }
230
+ },
231
+ /**
232
+ * Gets the surface distance between the start and end point
233
+ * @memberof EllipsoidGeodesic.prototype
234
+ * @type {number}
235
+ * @readonly
236
+ */
237
+ surfaceDistance: {
238
+ get: function() {
239
+ Check_default.defined("distance", this._distance);
240
+ return this._distance;
241
+ }
242
+ },
243
+ /**
244
+ * Gets the initial planetodetic point on the path.
245
+ * @memberof EllipsoidGeodesic.prototype
246
+ * @type {Cartographic}
247
+ * @readonly
248
+ */
249
+ start: {
250
+ get: function() {
251
+ return this._start;
252
+ }
253
+ },
254
+ /**
255
+ * Gets the final planetodetic point on the path.
256
+ * @memberof EllipsoidGeodesic.prototype
257
+ * @type {Cartographic}
258
+ * @readonly
259
+ */
260
+ end: {
261
+ get: function() {
262
+ return this._end;
263
+ }
264
+ },
265
+ /**
266
+ * Gets the heading at the initial point.
267
+ * @memberof EllipsoidGeodesic.prototype
268
+ * @type {number}
269
+ * @readonly
270
+ */
271
+ startHeading: {
272
+ get: function() {
273
+ Check_default.defined("distance", this._distance);
274
+ return this._startHeading;
275
+ }
276
+ },
277
+ /**
278
+ * Gets the heading at the final point.
279
+ * @memberof EllipsoidGeodesic.prototype
280
+ * @type {number}
281
+ * @readonly
282
+ */
283
+ endHeading: {
284
+ get: function() {
285
+ Check_default.defined("distance", this._distance);
286
+ return this._endHeading;
287
+ }
288
+ }
289
+ });
290
+ EllipsoidGeodesic.prototype.setEndPoints = function(start, end) {
291
+ Check_default.defined("start", start);
292
+ Check_default.defined("end", end);
293
+ computeProperties(this, start, end, this._ellipsoid);
294
+ };
295
+ EllipsoidGeodesic.prototype.interpolateUsingFraction = function(fraction, result) {
296
+ return this.interpolateUsingSurfaceDistance(
297
+ this._distance * fraction,
298
+ result
299
+ );
300
+ };
301
+ EllipsoidGeodesic.prototype.interpolateUsingSurfaceDistance = function(distance, result) {
302
+ Check_default.defined("distance", this._distance);
303
+ const constants = this._constants;
304
+ const s = constants.distanceRatio + distance / constants.b;
305
+ const cosine2S = Math.cos(2 * s);
306
+ const cosine4S = Math.cos(4 * s);
307
+ const cosine6S = Math.cos(6 * s);
308
+ const sine2S = Math.sin(2 * s);
309
+ const sine4S = Math.sin(4 * s);
310
+ const sine6S = Math.sin(6 * s);
311
+ const sine8S = Math.sin(8 * s);
312
+ const s2 = s * s;
313
+ const s3 = s * s2;
314
+ const u8Over256 = constants.u8Over256;
315
+ const u2Over4 = constants.u2Over4;
316
+ const u6Over64 = constants.u6Over64;
317
+ const u4Over16 = constants.u4Over16;
318
+ let sigma = 2 * s3 * u8Over256 * cosine2S / 3 + s * (1 - u2Over4 + 7 * u4Over16 / 4 - 15 * u6Over64 / 4 + 579 * u8Over256 / 64 - (u4Over16 - 15 * u6Over64 / 4 + 187 * u8Over256 / 16) * cosine2S - (5 * u6Over64 / 4 - 115 * u8Over256 / 16) * cosine4S - 29 * u8Over256 * cosine6S / 16) + (u2Over4 / 2 - u4Over16 + 71 * u6Over64 / 32 - 85 * u8Over256 / 16) * sine2S + (5 * u4Over16 / 16 - 5 * u6Over64 / 4 + 383 * u8Over256 / 96) * sine4S - s2 * ((u6Over64 - 11 * u8Over256 / 2) * sine2S + 5 * u8Over256 * sine4S / 2) + (29 * u6Over64 / 96 - 29 * u8Over256 / 16) * sine6S + 539 * u8Over256 * sine8S / 1536;
319
+ const theta = Math.asin(Math.sin(sigma) * constants.cosineAlpha);
320
+ const latitude = Math.atan(constants.a / constants.b * Math.tan(theta));
321
+ sigma = sigma - constants.sigma;
322
+ const cosineTwiceSigmaMidpoint = Math.cos(2 * constants.sigma + sigma);
323
+ const sineSigma = Math.sin(sigma);
324
+ const cosineSigma = Math.cos(sigma);
325
+ const cc = constants.cosineU * cosineSigma;
326
+ const ss = constants.sineU * sineSigma;
327
+ const lambda = Math.atan2(
328
+ sineSigma * constants.sineHeading,
329
+ cc - ss * constants.cosineHeading
330
+ );
331
+ const l = lambda - computeDeltaLambda(
332
+ constants.f,
333
+ constants.sineAlpha,
334
+ constants.cosineSquaredAlpha,
335
+ sigma,
336
+ sineSigma,
337
+ cosineSigma,
338
+ cosineTwiceSigmaMidpoint
339
+ );
340
+ if (defined_default(result)) {
341
+ result.longitude = this._start.longitude + l;
342
+ result.latitude = latitude;
343
+ result.height = 0;
344
+ return result;
345
+ }
346
+ return new Cartographic_default(this._start.longitude + l, latitude, 0);
347
+ };
348
+ var EllipsoidGeodesic_default = EllipsoidGeodesic;
349
+
350
+ export {
351
+ EllipsoidGeodesic_default
352
+ };
@@ -0,0 +1,114 @@
1
+ /**
2
+ * @license
3
+ * Cesium - https://github.com/CesiumGS/cesium
4
+ * Version 0.0.31
5
+ *
6
+ * Copyright 2011-2022 Cesium Contributors
7
+ *
8
+ * Licensed under the Apache License, Version 2.0 (the "License");
9
+ * you may not use this file except in compliance with the License.
10
+ * You may obtain a copy of the License at
11
+ *
12
+ * http://www.apache.org/licenses/LICENSE-2.0
13
+ *
14
+ * Unless required by applicable law or agreed to in writing, software
15
+ * distributed under the License is distributed on an "AS IS" BASIS,
16
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17
+ * See the License for the specific language governing permissions and
18
+ * limitations under the License.
19
+ *
20
+ * Columbus View (Pat. Pend.)
21
+ *
22
+ * Portions licensed separately.
23
+ * See https://github.com/CesiumGS/cesium/blob/main/LICENSE.md for full licensing details.
24
+ */
25
+
26
+ import {
27
+ Cartographic_default,
28
+ Ellipsoid_default
29
+ } from "./chunk-VGSPLVTX.js";
30
+ import {
31
+ Cartesian3_default
32
+ } from "./chunk-JPACOFW4.js";
33
+ import {
34
+ Math_default
35
+ } from "./chunk-3D5MMPR6.js";
36
+ import {
37
+ DeveloperError_default
38
+ } from "./chunk-2QYBZCFQ.js";
39
+ import {
40
+ defined_default
41
+ } from "./chunk-ADSMQMR3.js";
42
+
43
+ // packages/engine/Source/Core/WebMercatorProjection.js
44
+ function WebMercatorProjection(ellipsoid) {
45
+ this._ellipsoid = ellipsoid ?? Ellipsoid_default.WGS84;
46
+ this._semimajorAxis = this._ellipsoid.maximumRadius;
47
+ this._oneOverSemimajorAxis = 1 / this._semimajorAxis;
48
+ }
49
+ Object.defineProperties(WebMercatorProjection.prototype, {
50
+ /**
51
+ * Gets the {@link Ellipsoid}.
52
+ *
53
+ * @memberof WebMercatorProjection.prototype
54
+ *
55
+ * @type {Ellipsoid}
56
+ * @readonly
57
+ */
58
+ ellipsoid: {
59
+ get: function() {
60
+ return this._ellipsoid;
61
+ }
62
+ }
63
+ });
64
+ WebMercatorProjection.mercatorAngleToGeodeticLatitude = function(mercatorAngle) {
65
+ return Math_default.PI_OVER_TWO - 2 * Math.atan(Math.exp(-mercatorAngle));
66
+ };
67
+ WebMercatorProjection.geodeticLatitudeToMercatorAngle = function(latitude) {
68
+ if (latitude > WebMercatorProjection.MaximumLatitude) {
69
+ latitude = WebMercatorProjection.MaximumLatitude;
70
+ } else if (latitude < -WebMercatorProjection.MaximumLatitude) {
71
+ latitude = -WebMercatorProjection.MaximumLatitude;
72
+ }
73
+ const sinLatitude = Math.sin(latitude);
74
+ return 0.5 * Math.log((1 + sinLatitude) / (1 - sinLatitude));
75
+ };
76
+ WebMercatorProjection.MaximumLatitude = WebMercatorProjection.mercatorAngleToGeodeticLatitude(Math.PI);
77
+ WebMercatorProjection.prototype.project = function(cartographic, result) {
78
+ const semimajorAxis = this._semimajorAxis;
79
+ const x = cartographic.longitude * semimajorAxis;
80
+ const y = WebMercatorProjection.geodeticLatitudeToMercatorAngle(
81
+ cartographic.latitude
82
+ ) * semimajorAxis;
83
+ const z = cartographic.height;
84
+ if (!defined_default(result)) {
85
+ return new Cartesian3_default(x, y, z);
86
+ }
87
+ result.x = x;
88
+ result.y = y;
89
+ result.z = z;
90
+ return result;
91
+ };
92
+ WebMercatorProjection.prototype.unproject = function(cartesian, result) {
93
+ if (!defined_default(cartesian)) {
94
+ throw new DeveloperError_default("cartesian is required");
95
+ }
96
+ const oneOverEarthSemimajorAxis = this._oneOverSemimajorAxis;
97
+ const longitude = cartesian.x * oneOverEarthSemimajorAxis;
98
+ const latitude = WebMercatorProjection.mercatorAngleToGeodeticLatitude(
99
+ cartesian.y * oneOverEarthSemimajorAxis
100
+ );
101
+ const height = cartesian.z;
102
+ if (!defined_default(result)) {
103
+ return new Cartographic_default(longitude, latitude, height);
104
+ }
105
+ result.longitude = longitude;
106
+ result.latitude = latitude;
107
+ result.height = height;
108
+ return result;
109
+ };
110
+ var WebMercatorProjection_default = WebMercatorProjection;
111
+
112
+ export {
113
+ WebMercatorProjection_default
114
+ };
@@ -0,0 +1,101 @@
1
+ /**
2
+ * @license
3
+ * Cesium - https://github.com/CesiumGS/cesium
4
+ * Version 0.0.31
5
+ *
6
+ * Copyright 2011-2022 Cesium Contributors
7
+ *
8
+ * Licensed under the Apache License, Version 2.0 (the "License");
9
+ * you may not use this file except in compliance with the License.
10
+ * You may obtain a copy of the License at
11
+ *
12
+ * http://www.apache.org/licenses/LICENSE-2.0
13
+ *
14
+ * Unless required by applicable law or agreed to in writing, software
15
+ * distributed under the License is distributed on an "AS IS" BASIS,
16
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17
+ * See the License for the specific language governing permissions and
18
+ * limitations under the License.
19
+ *
20
+ * Columbus View (Pat. Pend.)
21
+ *
22
+ * Portions licensed separately.
23
+ * See https://github.com/CesiumGS/cesium/blob/main/LICENSE.md for full licensing details.
24
+ */
25
+
26
+ import {
27
+ defined_default
28
+ } from "./chunk-ADSMQMR3.js";
29
+
30
+ // packages/engine/Source/Core/formatError.js
31
+ function formatError(object) {
32
+ let result;
33
+ const name = object.name;
34
+ const message = object.message;
35
+ if (defined_default(name) && defined_default(message)) {
36
+ result = `${name}: ${message}`;
37
+ } else {
38
+ result = object.toString();
39
+ }
40
+ const stack = object.stack;
41
+ if (defined_default(stack)) {
42
+ result += `
43
+ ${stack}`;
44
+ }
45
+ return result;
46
+ }
47
+ var formatError_default = formatError;
48
+
49
+ // packages/engine/Source/Workers/createTaskProcessorWorker.js
50
+ function createTaskProcessorWorker(workerFunction) {
51
+ async function onMessageHandler({ data }) {
52
+ const transferableObjects = [];
53
+ const responseMessage = {
54
+ id: data.id,
55
+ result: void 0,
56
+ error: void 0
57
+ };
58
+ self.CESIUM_BASE_URL = data.baseUrl;
59
+ try {
60
+ const result = await workerFunction(data.parameters, transferableObjects);
61
+ responseMessage.result = result;
62
+ } catch (error) {
63
+ if (error instanceof Error) {
64
+ responseMessage.error = {
65
+ name: error.name,
66
+ message: error.message,
67
+ stack: error.stack
68
+ };
69
+ } else {
70
+ responseMessage.error = error;
71
+ }
72
+ }
73
+ if (!data.canTransferArrayBuffer) {
74
+ transferableObjects.length = 0;
75
+ }
76
+ try {
77
+ postMessage(responseMessage, transferableObjects);
78
+ } catch (error) {
79
+ responseMessage.result = void 0;
80
+ responseMessage.error = `postMessage failed with error: ${formatError_default(
81
+ error
82
+ )}
83
+ with responseMessage: ${JSON.stringify(responseMessage)}`;
84
+ postMessage(responseMessage);
85
+ }
86
+ }
87
+ function onMessageErrorHandler(event) {
88
+ postMessage({
89
+ id: event.data?.id,
90
+ error: `postMessage failed with error: ${JSON.stringify(event)}`
91
+ });
92
+ }
93
+ self.onmessage = onMessageHandler;
94
+ self.onmessageerror = onMessageErrorHandler;
95
+ return self;
96
+ }
97
+ var createTaskProcessorWorker_default = createTaskProcessorWorker;
98
+
99
+ export {
100
+ createTaskProcessorWorker_default
101
+ };