GeometryAttribute-e9a8b203.js 51 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491
  1. /**
  2. * Cesium - https://github.com/CesiumGS/cesium
  3. *
  4. * Copyright 2011-2020 Cesium Contributors
  5. *
  6. * Licensed under the Apache License, Version 2.0 (the "License");
  7. * you may not use this file except in compliance with the License.
  8. * You may obtain a copy of the License at
  9. *
  10. * http://www.apache.org/licenses/LICENSE-2.0
  11. *
  12. * Unless required by applicable law or agreed to in writing, software
  13. * distributed under the License is distributed on an "AS IS" BASIS,
  14. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  15. * See the License for the specific language governing permissions and
  16. * limitations under the License.
  17. *
  18. * Columbus View (Pat. Pend.)
  19. *
  20. * Portions licensed separately.
  21. * See https://github.com/CesiumGS/cesium/blob/master/LICENSE.md for full licensing details.
  22. */
  23. define(['exports', './when-54c2dc71', './Check-6c0211bc', './Cartesian2-33d2657c', './Transforms-8be64844', './WebGLConstants-76bb35d1'], function (exports, when, Check, Cartesian2, Transforms, WebGLConstants) { 'use strict';
  24. /**
  25. * @private
  26. */
  27. var GeometryType = {
  28. NONE: 0,
  29. TRIANGLES: 1,
  30. LINES: 2,
  31. POLYLINES: 3,
  32. };
  33. var GeometryType$1 = Object.freeze(GeometryType);
  34. /**
  35. * A 2x2 matrix, indexable as a column-major order array.
  36. * Constructor parameters are in row-major order for code readability.
  37. * @alias Matrix2
  38. * @constructor
  39. * @implements {ArrayLike<number>}
  40. *
  41. * @param {Number} [column0Row0=0.0] The value for column 0, row 0.
  42. * @param {Number} [column1Row0=0.0] The value for column 1, row 0.
  43. * @param {Number} [column0Row1=0.0] The value for column 0, row 1.
  44. * @param {Number} [column1Row1=0.0] The value for column 1, row 1.
  45. *
  46. * @see Matrix2.fromColumnMajorArray
  47. * @see Matrix2.fromRowMajorArray
  48. * @see Matrix2.fromScale
  49. * @see Matrix2.fromUniformScale
  50. * @see Matrix3
  51. * @see Matrix4
  52. */
  53. function Matrix2(column0Row0, column1Row0, column0Row1, column1Row1) {
  54. this[0] = when.defaultValue(column0Row0, 0.0);
  55. this[1] = when.defaultValue(column0Row1, 0.0);
  56. this[2] = when.defaultValue(column1Row0, 0.0);
  57. this[3] = when.defaultValue(column1Row1, 0.0);
  58. }
  59. /**
  60. * The number of elements used to pack the object into an array.
  61. * @type {Number}
  62. */
  63. Matrix2.packedLength = 4;
  64. /**
  65. * Stores the provided instance into the provided array.
  66. *
  67. * @param {Matrix2} value The value to pack.
  68. * @param {Number[]} array The array to pack into.
  69. * @param {Number} [startingIndex=0] The index into the array at which to start packing the elements.
  70. *
  71. * @returns {Number[]} The array that was packed into
  72. */
  73. Matrix2.pack = function (value, array, startingIndex) {
  74. //>>includeStart('debug', pragmas.debug);
  75. Check.Check.typeOf.object("value", value);
  76. Check.Check.defined("array", array);
  77. //>>includeEnd('debug');
  78. startingIndex = when.defaultValue(startingIndex, 0);
  79. array[startingIndex++] = value[0];
  80. array[startingIndex++] = value[1];
  81. array[startingIndex++] = value[2];
  82. array[startingIndex++] = value[3];
  83. return array;
  84. };
  85. /**
  86. * Retrieves an instance from a packed array.
  87. *
  88. * @param {Number[]} array The packed array.
  89. * @param {Number} [startingIndex=0] The starting index of the element to be unpacked.
  90. * @param {Matrix2} [result] The object into which to store the result.
  91. * @returns {Matrix2} The modified result parameter or a new Matrix2 instance if one was not provided.
  92. */
  93. Matrix2.unpack = function (array, startingIndex, result) {
  94. //>>includeStart('debug', pragmas.debug);
  95. Check.Check.defined("array", array);
  96. //>>includeEnd('debug');
  97. startingIndex = when.defaultValue(startingIndex, 0);
  98. if (!when.defined(result)) {
  99. result = new Matrix2();
  100. }
  101. result[0] = array[startingIndex++];
  102. result[1] = array[startingIndex++];
  103. result[2] = array[startingIndex++];
  104. result[3] = array[startingIndex++];
  105. return result;
  106. };
  107. /**
  108. * Duplicates a Matrix2 instance.
  109. *
  110. * @param {Matrix2} matrix The matrix to duplicate.
  111. * @param {Matrix2} [result] The object onto which to store the result.
  112. * @returns {Matrix2} The modified result parameter or a new Matrix2 instance if one was not provided. (Returns undefined if matrix is undefined)
  113. */
  114. Matrix2.clone = function (matrix, result) {
  115. if (!when.defined(matrix)) {
  116. return undefined;
  117. }
  118. if (!when.defined(result)) {
  119. return new Matrix2(matrix[0], matrix[2], matrix[1], matrix[3]);
  120. }
  121. result[0] = matrix[0];
  122. result[1] = matrix[1];
  123. result[2] = matrix[2];
  124. result[3] = matrix[3];
  125. return result;
  126. };
  127. /**
  128. * Creates a Matrix2 from 4 consecutive elements in an array.
  129. *
  130. * @param {Number[]} array The array whose 4 consecutive elements correspond to the positions of the matrix. Assumes column-major order.
  131. * @param {Number} [startingIndex=0] The offset into the array of the first element, which corresponds to first column first row position in the matrix.
  132. * @param {Matrix2} [result] The object onto which to store the result.
  133. * @returns {Matrix2} The modified result parameter or a new Matrix2 instance if one was not provided.
  134. *
  135. * @example
  136. * // Create the Matrix2:
  137. * // [1.0, 2.0]
  138. * // [1.0, 2.0]
  139. *
  140. * var v = [1.0, 1.0, 2.0, 2.0];
  141. * var m = Cesium.Matrix2.fromArray(v);
  142. *
  143. * // Create same Matrix2 with using an offset into an array
  144. * var v2 = [0.0, 0.0, 1.0, 1.0, 2.0, 2.0];
  145. * var m2 = Cesium.Matrix2.fromArray(v2, 2);
  146. */
  147. Matrix2.fromArray = function (array, startingIndex, result) {
  148. //>>includeStart('debug', pragmas.debug);
  149. Check.Check.defined("array", array);
  150. //>>includeEnd('debug');
  151. startingIndex = when.defaultValue(startingIndex, 0);
  152. if (!when.defined(result)) {
  153. result = new Matrix2();
  154. }
  155. result[0] = array[startingIndex];
  156. result[1] = array[startingIndex + 1];
  157. result[2] = array[startingIndex + 2];
  158. result[3] = array[startingIndex + 3];
  159. return result;
  160. };
  161. /**
  162. * Creates a Matrix2 instance from a column-major order array.
  163. *
  164. * @param {Number[]} values The column-major order array.
  165. * @param {Matrix2} [result] The object in which the result will be stored, if undefined a new instance will be created.
  166. * @returns {Matrix2} The modified result parameter, or a new Matrix2 instance if one was not provided.
  167. */
  168. Matrix2.fromColumnMajorArray = function (values, result) {
  169. //>>includeStart('debug', pragmas.debug);
  170. Check.Check.defined("values", values);
  171. //>>includeEnd('debug');
  172. return Matrix2.clone(values, result);
  173. };
  174. /**
  175. * Creates a Matrix2 instance from a row-major order array.
  176. * The resulting matrix will be in column-major order.
  177. *
  178. * @param {Number[]} values The row-major order array.
  179. * @param {Matrix2} [result] The object in which the result will be stored, if undefined a new instance will be created.
  180. * @returns {Matrix2} The modified result parameter, or a new Matrix2 instance if one was not provided.
  181. */
  182. Matrix2.fromRowMajorArray = function (values, result) {
  183. //>>includeStart('debug', pragmas.debug);
  184. Check.Check.defined("values", values);
  185. //>>includeEnd('debug');
  186. if (!when.defined(result)) {
  187. return new Matrix2(values[0], values[1], values[2], values[3]);
  188. }
  189. result[0] = values[0];
  190. result[1] = values[2];
  191. result[2] = values[1];
  192. result[3] = values[3];
  193. return result;
  194. };
  195. /**
  196. * Computes a Matrix2 instance representing a non-uniform scale.
  197. *
  198. * @param {Cartesian2} scale The x and y scale factors.
  199. * @param {Matrix2} [result] The object in which the result will be stored, if undefined a new instance will be created.
  200. * @returns {Matrix2} The modified result parameter, or a new Matrix2 instance if one was not provided.
  201. *
  202. * @example
  203. * // Creates
  204. * // [7.0, 0.0]
  205. * // [0.0, 8.0]
  206. * var m = Cesium.Matrix2.fromScale(new Cesium.Cartesian2(7.0, 8.0));
  207. */
  208. Matrix2.fromScale = function (scale, result) {
  209. //>>includeStart('debug', pragmas.debug);
  210. Check.Check.typeOf.object("scale", scale);
  211. //>>includeEnd('debug');
  212. if (!when.defined(result)) {
  213. return new Matrix2(scale.x, 0.0, 0.0, scale.y);
  214. }
  215. result[0] = scale.x;
  216. result[1] = 0.0;
  217. result[2] = 0.0;
  218. result[3] = scale.y;
  219. return result;
  220. };
  221. /**
  222. * Computes a Matrix2 instance representing a uniform scale.
  223. *
  224. * @param {Number} scale The uniform scale factor.
  225. * @param {Matrix2} [result] The object in which the result will be stored, if undefined a new instance will be created.
  226. * @returns {Matrix2} The modified result parameter, or a new Matrix2 instance if one was not provided.
  227. *
  228. * @example
  229. * // Creates
  230. * // [2.0, 0.0]
  231. * // [0.0, 2.0]
  232. * var m = Cesium.Matrix2.fromUniformScale(2.0);
  233. */
  234. Matrix2.fromUniformScale = function (scale, result) {
  235. //>>includeStart('debug', pragmas.debug);
  236. Check.Check.typeOf.number("scale", scale);
  237. //>>includeEnd('debug');
  238. if (!when.defined(result)) {
  239. return new Matrix2(scale, 0.0, 0.0, scale);
  240. }
  241. result[0] = scale;
  242. result[1] = 0.0;
  243. result[2] = 0.0;
  244. result[3] = scale;
  245. return result;
  246. };
  247. /**
  248. * Creates a rotation matrix.
  249. *
  250. * @param {Number} angle The angle, in radians, of the rotation. Positive angles are counterclockwise.
  251. * @param {Matrix2} [result] The object in which the result will be stored, if undefined a new instance will be created.
  252. * @returns {Matrix2} The modified result parameter, or a new Matrix2 instance if one was not provided.
  253. *
  254. * @example
  255. * // Rotate a point 45 degrees counterclockwise.
  256. * var p = new Cesium.Cartesian2(5, 6);
  257. * var m = Cesium.Matrix2.fromRotation(Cesium.Math.toRadians(45.0));
  258. * var rotated = Cesium.Matrix2.multiplyByVector(m, p, new Cesium.Cartesian2());
  259. */
  260. Matrix2.fromRotation = function (angle, result) {
  261. //>>includeStart('debug', pragmas.debug);
  262. Check.Check.typeOf.number("angle", angle);
  263. //>>includeEnd('debug');
  264. var cosAngle = Math.cos(angle);
  265. var sinAngle = Math.sin(angle);
  266. if (!when.defined(result)) {
  267. return new Matrix2(cosAngle, -sinAngle, sinAngle, cosAngle);
  268. }
  269. result[0] = cosAngle;
  270. result[1] = sinAngle;
  271. result[2] = -sinAngle;
  272. result[3] = cosAngle;
  273. return result;
  274. };
  275. /**
  276. * Creates an Array from the provided Matrix2 instance.
  277. * The array will be in column-major order.
  278. *
  279. * @param {Matrix2} matrix The matrix to use..
  280. * @param {Number[]} [result] The Array onto which to store the result.
  281. * @returns {Number[]} The modified Array parameter or a new Array instance if one was not provided.
  282. */
  283. Matrix2.toArray = function (matrix, result) {
  284. //>>includeStart('debug', pragmas.debug);
  285. Check.Check.typeOf.object("matrix", matrix);
  286. //>>includeEnd('debug');
  287. if (!when.defined(result)) {
  288. return [matrix[0], matrix[1], matrix[2], matrix[3]];
  289. }
  290. result[0] = matrix[0];
  291. result[1] = matrix[1];
  292. result[2] = matrix[2];
  293. result[3] = matrix[3];
  294. return result;
  295. };
  296. /**
  297. * Computes the array index of the element at the provided row and column.
  298. *
  299. * @param {Number} row The zero-based index of the row.
  300. * @param {Number} column The zero-based index of the column.
  301. * @returns {Number} The index of the element at the provided row and column.
  302. *
  303. * @exception {DeveloperError} row must be 0 or 1.
  304. * @exception {DeveloperError} column must be 0 or 1.
  305. *
  306. * @example
  307. * var myMatrix = new Cesium.Matrix2();
  308. * var column1Row0Index = Cesium.Matrix2.getElementIndex(1, 0);
  309. * var column1Row0 = myMatrix[column1Row0Index]
  310. * myMatrix[column1Row0Index] = 10.0;
  311. */
  312. Matrix2.getElementIndex = function (column, row) {
  313. //>>includeStart('debug', pragmas.debug);
  314. Check.Check.typeOf.number.greaterThanOrEquals("row", row, 0);
  315. Check.Check.typeOf.number.lessThanOrEquals("row", row, 1);
  316. Check.Check.typeOf.number.greaterThanOrEquals("column", column, 0);
  317. Check.Check.typeOf.number.lessThanOrEquals("column", column, 1);
  318. //>>includeEnd('debug');
  319. return column * 2 + row;
  320. };
  321. /**
  322. * Retrieves a copy of the matrix column at the provided index as a Cartesian2 instance.
  323. *
  324. * @param {Matrix2} matrix The matrix to use.
  325. * @param {Number} index The zero-based index of the column to retrieve.
  326. * @param {Cartesian2} result The object onto which to store the result.
  327. * @returns {Cartesian2} The modified result parameter.
  328. *
  329. * @exception {DeveloperError} index must be 0 or 1.
  330. */
  331. Matrix2.getColumn = function (matrix, index, result) {
  332. //>>includeStart('debug', pragmas.debug);
  333. Check.Check.typeOf.object("matrix", matrix);
  334. Check.Check.typeOf.number.greaterThanOrEquals("index", index, 0);
  335. Check.Check.typeOf.number.lessThanOrEquals("index", index, 1);
  336. Check.Check.typeOf.object("result", result);
  337. //>>includeEnd('debug');
  338. var startIndex = index * 2;
  339. var x = matrix[startIndex];
  340. var y = matrix[startIndex + 1];
  341. result.x = x;
  342. result.y = y;
  343. return result;
  344. };
  345. /**
  346. * Computes a new matrix that replaces the specified column in the provided matrix with the provided Cartesian2 instance.
  347. *
  348. * @param {Matrix2} matrix The matrix to use.
  349. * @param {Number} index The zero-based index of the column to set.
  350. * @param {Cartesian2} cartesian The Cartesian whose values will be assigned to the specified column.
  351. * @param {Cartesian2} result The object onto which to store the result.
  352. * @returns {Matrix2} The modified result parameter.
  353. *
  354. * @exception {DeveloperError} index must be 0 or 1.
  355. */
  356. Matrix2.setColumn = function (matrix, index, cartesian, result) {
  357. //>>includeStart('debug', pragmas.debug);
  358. Check.Check.typeOf.object("matrix", matrix);
  359. Check.Check.typeOf.number.greaterThanOrEquals("index", index, 0);
  360. Check.Check.typeOf.number.lessThanOrEquals("index", index, 1);
  361. Check.Check.typeOf.object("cartesian", cartesian);
  362. Check.Check.typeOf.object("result", result);
  363. //>>includeEnd('debug');
  364. result = Matrix2.clone(matrix, result);
  365. var startIndex = index * 2;
  366. result[startIndex] = cartesian.x;
  367. result[startIndex + 1] = cartesian.y;
  368. return result;
  369. };
  370. /**
  371. * Retrieves a copy of the matrix row at the provided index as a Cartesian2 instance.
  372. *
  373. * @param {Matrix2} matrix The matrix to use.
  374. * @param {Number} index The zero-based index of the row to retrieve.
  375. * @param {Cartesian2} result The object onto which to store the result.
  376. * @returns {Cartesian2} The modified result parameter.
  377. *
  378. * @exception {DeveloperError} index must be 0 or 1.
  379. */
  380. Matrix2.getRow = function (matrix, index, result) {
  381. //>>includeStart('debug', pragmas.debug);
  382. Check.Check.typeOf.object("matrix", matrix);
  383. Check.Check.typeOf.number.greaterThanOrEquals("index", index, 0);
  384. Check.Check.typeOf.number.lessThanOrEquals("index", index, 1);
  385. Check.Check.typeOf.object("result", result);
  386. //>>includeEnd('debug');
  387. var x = matrix[index];
  388. var y = matrix[index + 2];
  389. result.x = x;
  390. result.y = y;
  391. return result;
  392. };
  393. /**
  394. * Computes a new matrix that replaces the specified row in the provided matrix with the provided Cartesian2 instance.
  395. *
  396. * @param {Matrix2} matrix The matrix to use.
  397. * @param {Number} index The zero-based index of the row to set.
  398. * @param {Cartesian2} cartesian The Cartesian whose values will be assigned to the specified row.
  399. * @param {Matrix2} result The object onto which to store the result.
  400. * @returns {Matrix2} The modified result parameter.
  401. *
  402. * @exception {DeveloperError} index must be 0 or 1.
  403. */
  404. Matrix2.setRow = function (matrix, index, cartesian, result) {
  405. //>>includeStart('debug', pragmas.debug);
  406. Check.Check.typeOf.object("matrix", matrix);
  407. Check.Check.typeOf.number.greaterThanOrEquals("index", index, 0);
  408. Check.Check.typeOf.number.lessThanOrEquals("index", index, 1);
  409. Check.Check.typeOf.object("cartesian", cartesian);
  410. Check.Check.typeOf.object("result", result);
  411. //>>includeEnd('debug');
  412. result = Matrix2.clone(matrix, result);
  413. result[index] = cartesian.x;
  414. result[index + 2] = cartesian.y;
  415. return result;
  416. };
  417. var scratchColumn = new Cartesian2.Cartesian2();
  418. /**
  419. * Extracts the non-uniform scale assuming the matrix is an affine transformation.
  420. *
  421. * @param {Matrix2} matrix The matrix.
  422. * @param {Cartesian2} result The object onto which to store the result.
  423. * @returns {Cartesian2} The modified result parameter.
  424. */
  425. Matrix2.getScale = function (matrix, result) {
  426. //>>includeStart('debug', pragmas.debug);
  427. Check.Check.typeOf.object("matrix", matrix);
  428. Check.Check.typeOf.object("result", result);
  429. //>>includeEnd('debug');
  430. result.x = Cartesian2.Cartesian2.magnitude(
  431. Cartesian2.Cartesian2.fromElements(matrix[0], matrix[1], scratchColumn)
  432. );
  433. result.y = Cartesian2.Cartesian2.magnitude(
  434. Cartesian2.Cartesian2.fromElements(matrix[2], matrix[3], scratchColumn)
  435. );
  436. return result;
  437. };
  438. var scratchScale = new Cartesian2.Cartesian2();
  439. /**
  440. * Computes the maximum scale assuming the matrix is an affine transformation.
  441. * The maximum scale is the maximum length of the column vectors.
  442. *
  443. * @param {Matrix2} matrix The matrix.
  444. * @returns {Number} The maximum scale.
  445. */
  446. Matrix2.getMaximumScale = function (matrix) {
  447. Matrix2.getScale(matrix, scratchScale);
  448. return Cartesian2.Cartesian2.maximumComponent(scratchScale);
  449. };
  450. /**
  451. * Computes the product of two matrices.
  452. *
  453. * @param {Matrix2} left The first matrix.
  454. * @param {Matrix2} right The second matrix.
  455. * @param {Matrix2} result The object onto which to store the result.
  456. * @returns {Matrix2} The modified result parameter.
  457. */
  458. Matrix2.multiply = function (left, right, result) {
  459. //>>includeStart('debug', pragmas.debug);
  460. Check.Check.typeOf.object("left", left);
  461. Check.Check.typeOf.object("right", right);
  462. Check.Check.typeOf.object("result", result);
  463. //>>includeEnd('debug');
  464. var column0Row0 = left[0] * right[0] + left[2] * right[1];
  465. var column1Row0 = left[0] * right[2] + left[2] * right[3];
  466. var column0Row1 = left[1] * right[0] + left[3] * right[1];
  467. var column1Row1 = left[1] * right[2] + left[3] * right[3];
  468. result[0] = column0Row0;
  469. result[1] = column0Row1;
  470. result[2] = column1Row0;
  471. result[3] = column1Row1;
  472. return result;
  473. };
  474. /**
  475. * Computes the sum of two matrices.
  476. *
  477. * @param {Matrix2} left The first matrix.
  478. * @param {Matrix2} right The second matrix.
  479. * @param {Matrix2} result The object onto which to store the result.
  480. * @returns {Matrix2} The modified result parameter.
  481. */
  482. Matrix2.add = function (left, right, result) {
  483. //>>includeStart('debug', pragmas.debug);
  484. Check.Check.typeOf.object("left", left);
  485. Check.Check.typeOf.object("right", right);
  486. Check.Check.typeOf.object("result", result);
  487. //>>includeEnd('debug');
  488. result[0] = left[0] + right[0];
  489. result[1] = left[1] + right[1];
  490. result[2] = left[2] + right[2];
  491. result[3] = left[3] + right[3];
  492. return result;
  493. };
  494. /**
  495. * Computes the difference of two matrices.
  496. *
  497. * @param {Matrix2} left The first matrix.
  498. * @param {Matrix2} right The second matrix.
  499. * @param {Matrix2} result The object onto which to store the result.
  500. * @returns {Matrix2} The modified result parameter.
  501. */
  502. Matrix2.subtract = function (left, right, result) {
  503. //>>includeStart('debug', pragmas.debug);
  504. Check.Check.typeOf.object("left", left);
  505. Check.Check.typeOf.object("right", right);
  506. Check.Check.typeOf.object("result", result);
  507. //>>includeEnd('debug');
  508. result[0] = left[0] - right[0];
  509. result[1] = left[1] - right[1];
  510. result[2] = left[2] - right[2];
  511. result[3] = left[3] - right[3];
  512. return result;
  513. };
  514. /**
  515. * Computes the product of a matrix and a column vector.
  516. *
  517. * @param {Matrix2} matrix The matrix.
  518. * @param {Cartesian2} cartesian The column.
  519. * @param {Cartesian2} result The object onto which to store the result.
  520. * @returns {Cartesian2} The modified result parameter.
  521. */
  522. Matrix2.multiplyByVector = function (matrix, cartesian, result) {
  523. //>>includeStart('debug', pragmas.debug);
  524. Check.Check.typeOf.object("matrix", matrix);
  525. Check.Check.typeOf.object("cartesian", cartesian);
  526. Check.Check.typeOf.object("result", result);
  527. //>>includeEnd('debug');
  528. var x = matrix[0] * cartesian.x + matrix[2] * cartesian.y;
  529. var y = matrix[1] * cartesian.x + matrix[3] * cartesian.y;
  530. result.x = x;
  531. result.y = y;
  532. return result;
  533. };
  534. /**
  535. * Computes the product of a matrix and a scalar.
  536. *
  537. * @param {Matrix2} matrix The matrix.
  538. * @param {Number} scalar The number to multiply by.
  539. * @param {Matrix2} result The object onto which to store the result.
  540. * @returns {Matrix2} The modified result parameter.
  541. */
  542. Matrix2.multiplyByScalar = function (matrix, scalar, result) {
  543. //>>includeStart('debug', pragmas.debug);
  544. Check.Check.typeOf.object("matrix", matrix);
  545. Check.Check.typeOf.number("scalar", scalar);
  546. Check.Check.typeOf.object("result", result);
  547. //>>includeEnd('debug');
  548. result[0] = matrix[0] * scalar;
  549. result[1] = matrix[1] * scalar;
  550. result[2] = matrix[2] * scalar;
  551. result[3] = matrix[3] * scalar;
  552. return result;
  553. };
  554. /**
  555. * Computes the product of a matrix times a (non-uniform) scale, as if the scale were a scale matrix.
  556. *
  557. * @param {Matrix2} matrix The matrix on the left-hand side.
  558. * @param {Cartesian2} scale The non-uniform scale on the right-hand side.
  559. * @param {Matrix2} result The object onto which to store the result.
  560. * @returns {Matrix2} The modified result parameter.
  561. *
  562. *
  563. * @example
  564. * // Instead of Cesium.Matrix2.multiply(m, Cesium.Matrix2.fromScale(scale), m);
  565. * Cesium.Matrix2.multiplyByScale(m, scale, m);
  566. *
  567. * @see Matrix2.fromScale
  568. * @see Matrix2.multiplyByUniformScale
  569. */
  570. Matrix2.multiplyByScale = function (matrix, scale, result) {
  571. //>>includeStart('debug', pragmas.debug);
  572. Check.Check.typeOf.object("matrix", matrix);
  573. Check.Check.typeOf.object("scale", scale);
  574. Check.Check.typeOf.object("result", result);
  575. //>>includeEnd('debug');
  576. result[0] = matrix[0] * scale.x;
  577. result[1] = matrix[1] * scale.x;
  578. result[2] = matrix[2] * scale.y;
  579. result[3] = matrix[3] * scale.y;
  580. return result;
  581. };
  582. /**
  583. * Creates a negated copy of the provided matrix.
  584. *
  585. * @param {Matrix2} matrix The matrix to negate.
  586. * @param {Matrix2} result The object onto which to store the result.
  587. * @returns {Matrix2} The modified result parameter.
  588. */
  589. Matrix2.negate = function (matrix, result) {
  590. //>>includeStart('debug', pragmas.debug);
  591. Check.Check.typeOf.object("matrix", matrix);
  592. Check.Check.typeOf.object("result", result);
  593. //>>includeEnd('debug');
  594. result[0] = -matrix[0];
  595. result[1] = -matrix[1];
  596. result[2] = -matrix[2];
  597. result[3] = -matrix[3];
  598. return result;
  599. };
  600. /**
  601. * Computes the transpose of the provided matrix.
  602. *
  603. * @param {Matrix2} matrix The matrix to transpose.
  604. * @param {Matrix2} result The object onto which to store the result.
  605. * @returns {Matrix2} The modified result parameter.
  606. */
  607. Matrix2.transpose = function (matrix, result) {
  608. //>>includeStart('debug', pragmas.debug);
  609. Check.Check.typeOf.object("matrix", matrix);
  610. Check.Check.typeOf.object("result", result);
  611. //>>includeEnd('debug');
  612. var column0Row0 = matrix[0];
  613. var column0Row1 = matrix[2];
  614. var column1Row0 = matrix[1];
  615. var column1Row1 = matrix[3];
  616. result[0] = column0Row0;
  617. result[1] = column0Row1;
  618. result[2] = column1Row0;
  619. result[3] = column1Row1;
  620. return result;
  621. };
  622. /**
  623. * Computes a matrix, which contains the absolute (unsigned) values of the provided matrix's elements.
  624. *
  625. * @param {Matrix2} matrix The matrix with signed elements.
  626. * @param {Matrix2} result The object onto which to store the result.
  627. * @returns {Matrix2} The modified result parameter.
  628. */
  629. Matrix2.abs = function (matrix, result) {
  630. //>>includeStart('debug', pragmas.debug);
  631. Check.Check.typeOf.object("matrix", matrix);
  632. Check.Check.typeOf.object("result", result);
  633. //>>includeEnd('debug');
  634. result[0] = Math.abs(matrix[0]);
  635. result[1] = Math.abs(matrix[1]);
  636. result[2] = Math.abs(matrix[2]);
  637. result[3] = Math.abs(matrix[3]);
  638. return result;
  639. };
  640. /**
  641. * Compares the provided matrices componentwise and returns
  642. * <code>true</code> if they are equal, <code>false</code> otherwise.
  643. *
  644. * @param {Matrix2} [left] The first matrix.
  645. * @param {Matrix2} [right] The second matrix.
  646. * @returns {Boolean} <code>true</code> if left and right are equal, <code>false</code> otherwise.
  647. */
  648. Matrix2.equals = function (left, right) {
  649. return (
  650. left === right ||
  651. (when.defined(left) &&
  652. when.defined(right) &&
  653. left[0] === right[0] &&
  654. left[1] === right[1] &&
  655. left[2] === right[2] &&
  656. left[3] === right[3])
  657. );
  658. };
  659. /**
  660. * @private
  661. */
  662. Matrix2.equalsArray = function (matrix, array, offset) {
  663. return (
  664. matrix[0] === array[offset] &&
  665. matrix[1] === array[offset + 1] &&
  666. matrix[2] === array[offset + 2] &&
  667. matrix[3] === array[offset + 3]
  668. );
  669. };
  670. /**
  671. * Compares the provided matrices componentwise and returns
  672. * <code>true</code> if they are within the provided epsilon,
  673. * <code>false</code> otherwise.
  674. *
  675. * @param {Matrix2} [left] The first matrix.
  676. * @param {Matrix2} [right] The second matrix.
  677. * @param {Number} [epsilon=0] The epsilon to use for equality testing.
  678. * @returns {Boolean} <code>true</code> if left and right are within the provided epsilon, <code>false</code> otherwise.
  679. */
  680. Matrix2.equalsEpsilon = function (left, right, epsilon) {
  681. epsilon = when.defaultValue(epsilon, 0);
  682. return (
  683. left === right ||
  684. (when.defined(left) &&
  685. when.defined(right) &&
  686. Math.abs(left[0] - right[0]) <= epsilon &&
  687. Math.abs(left[1] - right[1]) <= epsilon &&
  688. Math.abs(left[2] - right[2]) <= epsilon &&
  689. Math.abs(left[3] - right[3]) <= epsilon)
  690. );
  691. };
  692. /**
  693. * An immutable Matrix2 instance initialized to the identity matrix.
  694. *
  695. * @type {Matrix2}
  696. * @constant
  697. */
  698. Matrix2.IDENTITY = Object.freeze(new Matrix2(1.0, 0.0, 0.0, 1.0));
  699. /**
  700. * An immutable Matrix2 instance initialized to the zero matrix.
  701. *
  702. * @type {Matrix2}
  703. * @constant
  704. */
  705. Matrix2.ZERO = Object.freeze(new Matrix2(0.0, 0.0, 0.0, 0.0));
  706. /**
  707. * The index into Matrix2 for column 0, row 0.
  708. *
  709. * @type {Number}
  710. * @constant
  711. *
  712. * @example
  713. * var matrix = new Cesium.Matrix2();
  714. * matrix[Cesium.Matrix2.COLUMN0ROW0] = 5.0; // set column 0, row 0 to 5.0
  715. */
  716. Matrix2.COLUMN0ROW0 = 0;
  717. /**
  718. * The index into Matrix2 for column 0, row 1.
  719. *
  720. * @type {Number}
  721. * @constant
  722. *
  723. * @example
  724. * var matrix = new Cesium.Matrix2();
  725. * matrix[Cesium.Matrix2.COLUMN0ROW1] = 5.0; // set column 0, row 1 to 5.0
  726. */
  727. Matrix2.COLUMN0ROW1 = 1;
  728. /**
  729. * The index into Matrix2 for column 1, row 0.
  730. *
  731. * @type {Number}
  732. * @constant
  733. *
  734. * @example
  735. * var matrix = new Cesium.Matrix2();
  736. * matrix[Cesium.Matrix2.COLUMN1ROW0] = 5.0; // set column 1, row 0 to 5.0
  737. */
  738. Matrix2.COLUMN1ROW0 = 2;
  739. /**
  740. * The index into Matrix2 for column 1, row 1.
  741. *
  742. * @type {Number}
  743. * @constant
  744. *
  745. * @example
  746. * var matrix = new Cesium.Matrix2();
  747. * matrix[Cesium.Matrix2.COLUMN1ROW1] = 5.0; // set column 1, row 1 to 5.0
  748. */
  749. Matrix2.COLUMN1ROW1 = 3;
  750. Object.defineProperties(Matrix2.prototype, {
  751. /**
  752. * Gets the number of items in the collection.
  753. * @memberof Matrix2.prototype
  754. *
  755. * @type {Number}
  756. */
  757. length: {
  758. get: function () {
  759. return Matrix2.packedLength;
  760. },
  761. },
  762. });
  763. /**
  764. * Duplicates the provided Matrix2 instance.
  765. *
  766. * @param {Matrix2} [result] The object onto which to store the result.
  767. * @returns {Matrix2} The modified result parameter or a new Matrix2 instance if one was not provided.
  768. */
  769. Matrix2.prototype.clone = function (result) {
  770. return Matrix2.clone(this, result);
  771. };
  772. /**
  773. * Compares this matrix to the provided matrix componentwise and returns
  774. * <code>true</code> if they are equal, <code>false</code> otherwise.
  775. *
  776. * @param {Matrix2} [right] The right hand side matrix.
  777. * @returns {Boolean} <code>true</code> if they are equal, <code>false</code> otherwise.
  778. */
  779. Matrix2.prototype.equals = function (right) {
  780. return Matrix2.equals(this, right);
  781. };
  782. /**
  783. * Compares this matrix to the provided matrix componentwise and returns
  784. * <code>true</code> if they are within the provided epsilon,
  785. * <code>false</code> otherwise.
  786. *
  787. * @param {Matrix2} [right] The right hand side matrix.
  788. * @param {Number} [epsilon=0] The epsilon to use for equality testing.
  789. * @returns {Boolean} <code>true</code> if they are within the provided epsilon, <code>false</code> otherwise.
  790. */
  791. Matrix2.prototype.equalsEpsilon = function (right, epsilon) {
  792. return Matrix2.equalsEpsilon(this, right, epsilon);
  793. };
  794. /**
  795. * Creates a string representing this Matrix with each row being
  796. * on a separate line and in the format '(column0, column1)'.
  797. *
  798. * @returns {String} A string representing the provided Matrix with each row being on a separate line and in the format '(column0, column1)'.
  799. */
  800. Matrix2.prototype.toString = function () {
  801. return (
  802. "(" +
  803. this[0] +
  804. ", " +
  805. this[2] +
  806. ")\n" +
  807. "(" +
  808. this[1] +
  809. ", " +
  810. this[3] +
  811. ")"
  812. );
  813. };
  814. /**
  815. * The type of a geometric primitive, i.e., points, lines, and triangles.
  816. *
  817. * @enum {Number}
  818. */
  819. var PrimitiveType = {
  820. /**
  821. * Points primitive where each vertex (or index) is a separate point.
  822. *
  823. * @type {Number}
  824. * @constant
  825. */
  826. POINTS: WebGLConstants.WebGLConstants.POINTS,
  827. /**
  828. * Lines primitive where each two vertices (or indices) is a line segment. Line segments are not necessarily connected.
  829. *
  830. * @type {Number}
  831. * @constant
  832. */
  833. LINES: WebGLConstants.WebGLConstants.LINES,
  834. /**
  835. * Line loop primitive where each vertex (or index) after the first connects a line to
  836. * the previous vertex, and the last vertex implicitly connects to the first.
  837. *
  838. * @type {Number}
  839. * @constant
  840. */
  841. LINE_LOOP: WebGLConstants.WebGLConstants.LINE_LOOP,
  842. /**
  843. * Line strip primitive where each vertex (or index) after the first connects a line to the previous vertex.
  844. *
  845. * @type {Number}
  846. * @constant
  847. */
  848. LINE_STRIP: WebGLConstants.WebGLConstants.LINE_STRIP,
  849. /**
  850. * Triangles primitive where each three vertices (or indices) is a triangle. Triangles do not necessarily share edges.
  851. *
  852. * @type {Number}
  853. * @constant
  854. */
  855. TRIANGLES: WebGLConstants.WebGLConstants.TRIANGLES,
  856. /**
  857. * Triangle strip primitive where each vertex (or index) after the first two connect to
  858. * the previous two vertices forming a triangle. For example, this can be used to model a wall.
  859. *
  860. * @type {Number}
  861. * @constant
  862. */
  863. TRIANGLE_STRIP: WebGLConstants.WebGLConstants.TRIANGLE_STRIP,
  864. /**
  865. * Triangle fan primitive where each vertex (or index) after the first two connect to
  866. * the previous vertex and the first vertex forming a triangle. For example, this can be used
  867. * to model a cone or circle.
  868. *
  869. * @type {Number}
  870. * @constant
  871. */
  872. TRIANGLE_FAN: WebGLConstants.WebGLConstants.TRIANGLE_FAN,
  873. };
  874. /**
  875. * @private
  876. */
  877. PrimitiveType.validate = function (primitiveType) {
  878. return (
  879. primitiveType === PrimitiveType.POINTS ||
  880. primitiveType === PrimitiveType.LINES ||
  881. primitiveType === PrimitiveType.LINE_LOOP ||
  882. primitiveType === PrimitiveType.LINE_STRIP ||
  883. primitiveType === PrimitiveType.TRIANGLES ||
  884. primitiveType === PrimitiveType.TRIANGLE_STRIP ||
  885. primitiveType === PrimitiveType.TRIANGLE_FAN
  886. );
  887. };
  888. var PrimitiveType$1 = Object.freeze(PrimitiveType);
  889. /**
  890. * A geometry representation with attributes forming vertices and optional index data
  891. * defining primitives. Geometries and an {@link Appearance}, which describes the shading,
  892. * can be assigned to a {@link Primitive} for visualization. A <code>Primitive</code> can
  893. * be created from many heterogeneous - in many cases - geometries for performance.
  894. * <p>
  895. * Geometries can be transformed and optimized using functions in {@link GeometryPipeline}.
  896. * </p>
  897. *
  898. * @alias Geometry
  899. * @constructor
  900. *
  901. * @param {Object} options Object with the following properties:
  902. * @param {GeometryAttributes} options.attributes Attributes, which make up the geometry's vertices.
  903. * @param {PrimitiveType} [options.primitiveType=PrimitiveType.TRIANGLES] The type of primitives in the geometry.
  904. * @param {Uint16Array|Uint32Array} [options.indices] Optional index data that determines the primitives in the geometry.
  905. * @param {BoundingSphere} [options.boundingSphere] An optional bounding sphere that fully enclosed the geometry.
  906. *
  907. * @see PolygonGeometry
  908. * @see RectangleGeometry
  909. * @see EllipseGeometry
  910. * @see CircleGeometry
  911. * @see WallGeometry
  912. * @see SimplePolylineGeometry
  913. * @see BoxGeometry
  914. * @see EllipsoidGeometry
  915. *
  916. * @demo {@link https://sandcastle.cesium.com/index.html?src=Geometry%20and%20Appearances.html|Geometry and Appearances Demo}
  917. *
  918. * @example
  919. * // Create geometry with a position attribute and indexed lines.
  920. * var positions = new Float64Array([
  921. * 0.0, 0.0, 0.0,
  922. * 7500000.0, 0.0, 0.0,
  923. * 0.0, 7500000.0, 0.0
  924. * ]);
  925. *
  926. * var geometry = new Cesium.Geometry({
  927. * attributes : {
  928. * position : new Cesium.GeometryAttribute({
  929. * componentDatatype : Cesium.ComponentDatatype.DOUBLE,
  930. * componentsPerAttribute : 3,
  931. * values : positions
  932. * })
  933. * },
  934. * indices : new Uint16Array([0, 1, 1, 2, 2, 0]),
  935. * primitiveType : Cesium.PrimitiveType.LINES,
  936. * boundingSphere : Cesium.BoundingSphere.fromVertices(positions)
  937. * });
  938. */
  939. function Geometry(options) {
  940. options = when.defaultValue(options, when.defaultValue.EMPTY_OBJECT);
  941. //>>includeStart('debug', pragmas.debug);
  942. Check.Check.typeOf.object("options.attributes", options.attributes);
  943. //>>includeEnd('debug');
  944. /**
  945. * Attributes, which make up the geometry's vertices. Each property in this object corresponds to a
  946. * {@link GeometryAttribute} containing the attribute's data.
  947. * <p>
  948. * Attributes are always stored non-interleaved in a Geometry.
  949. * </p>
  950. * <p>
  951. * There are reserved attribute names with well-known semantics. The following attributes
  952. * are created by a Geometry (depending on the provided {@link VertexFormat}.
  953. * <ul>
  954. * <li><code>position</code> - 3D vertex position. 64-bit floating-point (for precision). 3 components per attribute. See {@link VertexFormat#position}.</li>
  955. * <li><code>normal</code> - Normal (normalized), commonly used for lighting. 32-bit floating-point. 3 components per attribute. See {@link VertexFormat#normal}.</li>
  956. * <li><code>st</code> - 2D texture coordinate. 32-bit floating-point. 2 components per attribute. See {@link VertexFormat#st}.</li>
  957. * <li><code>bitangent</code> - Bitangent (normalized), used for tangent-space effects like bump mapping. 32-bit floating-point. 3 components per attribute. See {@link VertexFormat#bitangent}.</li>
  958. * <li><code>tangent</code> - Tangent (normalized), used for tangent-space effects like bump mapping. 32-bit floating-point. 3 components per attribute. See {@link VertexFormat#tangent}.</li>
  959. * </ul>
  960. * </p>
  961. * <p>
  962. * The following attribute names are generally not created by a Geometry, but are added
  963. * to a Geometry by a {@link Primitive} or {@link GeometryPipeline} functions to prepare
  964. * the geometry for rendering.
  965. * <ul>
  966. * <li><code>position3DHigh</code> - High 32 bits for encoded 64-bit position computed with {@link GeometryPipeline.encodeAttribute}. 32-bit floating-point. 4 components per attribute.</li>
  967. * <li><code>position3DLow</code> - Low 32 bits for encoded 64-bit position computed with {@link GeometryPipeline.encodeAttribute}. 32-bit floating-point. 4 components per attribute.</li>
  968. * <li><code>position3DHigh</code> - High 32 bits for encoded 64-bit 2D (Columbus view) position computed with {@link GeometryPipeline.encodeAttribute}. 32-bit floating-point. 4 components per attribute.</li>
  969. * <li><code>position2DLow</code> - Low 32 bits for encoded 64-bit 2D (Columbus view) position computed with {@link GeometryPipeline.encodeAttribute}. 32-bit floating-point. 4 components per attribute.</li>
  970. * <li><code>color</code> - RGBA color (normalized) usually from {@link GeometryInstance#color}. 32-bit floating-point. 4 components per attribute.</li>
  971. * <li><code>pickColor</code> - RGBA color used for picking. 32-bit floating-point. 4 components per attribute.</li>
  972. * </ul>
  973. * </p>
  974. *
  975. * @type GeometryAttributes
  976. *
  977. * @default undefined
  978. *
  979. *
  980. * @example
  981. * geometry.attributes.position = new Cesium.GeometryAttribute({
  982. * componentDatatype : Cesium.ComponentDatatype.FLOAT,
  983. * componentsPerAttribute : 3,
  984. * values : new Float32Array(0)
  985. * });
  986. *
  987. * @see GeometryAttribute
  988. * @see VertexFormat
  989. */
  990. this.attributes = options.attributes;
  991. /**
  992. * Optional index data that - along with {@link Geometry#primitiveType} -
  993. * determines the primitives in the geometry.
  994. *
  995. * @type Array
  996. *
  997. * @default undefined
  998. */
  999. this.indices = options.indices;
  1000. /**
  1001. * The type of primitives in the geometry. This is most often {@link PrimitiveType.TRIANGLES},
  1002. * but can varying based on the specific geometry.
  1003. *
  1004. * @type PrimitiveType
  1005. *
  1006. * @default undefined
  1007. */
  1008. this.primitiveType = when.defaultValue(
  1009. options.primitiveType,
  1010. PrimitiveType$1.TRIANGLES
  1011. );
  1012. /**
  1013. * An optional bounding sphere that fully encloses the geometry. This is
  1014. * commonly used for culling.
  1015. *
  1016. * @type BoundingSphere
  1017. *
  1018. * @default undefined
  1019. */
  1020. this.boundingSphere = options.boundingSphere;
  1021. /**
  1022. * @private
  1023. */
  1024. this.geometryType = when.defaultValue(options.geometryType, GeometryType$1.NONE);
  1025. /**
  1026. * @private
  1027. */
  1028. this.boundingSphereCV = options.boundingSphereCV;
  1029. /**
  1030. * Used for computing the bounding sphere for geometry using the applyOffset vertex attribute
  1031. * @private
  1032. */
  1033. this.offsetAttribute = options.offsetAttribute;
  1034. }
  1035. /**
  1036. * Computes the number of vertices in a geometry. The runtime is linear with
  1037. * respect to the number of attributes in a vertex, not the number of vertices.
  1038. *
  1039. * @param {Geometry} geometry The geometry.
  1040. * @returns {Number} The number of vertices in the geometry.
  1041. *
  1042. * @example
  1043. * var numVertices = Cesium.Geometry.computeNumberOfVertices(geometry);
  1044. */
  1045. Geometry.computeNumberOfVertices = function (geometry) {
  1046. //>>includeStart('debug', pragmas.debug);
  1047. Check.Check.typeOf.object("geometry", geometry);
  1048. //>>includeEnd('debug');
  1049. var numberOfVertices = -1;
  1050. for (var property in geometry.attributes) {
  1051. if (
  1052. geometry.attributes.hasOwnProperty(property) &&
  1053. when.defined(geometry.attributes[property]) &&
  1054. when.defined(geometry.attributes[property].values)
  1055. ) {
  1056. var attribute = geometry.attributes[property];
  1057. var num = attribute.values.length / attribute.componentsPerAttribute;
  1058. //>>includeStart('debug', pragmas.debug);
  1059. if (numberOfVertices !== num && numberOfVertices !== -1) {
  1060. throw new Check.DeveloperError(
  1061. "All attribute lists must have the same number of attributes."
  1062. );
  1063. }
  1064. //>>includeEnd('debug');
  1065. numberOfVertices = num;
  1066. }
  1067. }
  1068. return numberOfVertices;
  1069. };
  1070. var rectangleCenterScratch = new Cartesian2.Cartographic();
  1071. var enuCenterScratch = new Cartesian2.Cartesian3();
  1072. var fixedFrameToEnuScratch = new Transforms.Matrix4();
  1073. var boundingRectanglePointsCartographicScratch = [
  1074. new Cartesian2.Cartographic(),
  1075. new Cartesian2.Cartographic(),
  1076. new Cartesian2.Cartographic(),
  1077. ];
  1078. var boundingRectanglePointsEnuScratch = [
  1079. new Cartesian2.Cartesian2(),
  1080. new Cartesian2.Cartesian2(),
  1081. new Cartesian2.Cartesian2(),
  1082. ];
  1083. var points2DScratch = [new Cartesian2.Cartesian2(), new Cartesian2.Cartesian2(), new Cartesian2.Cartesian2()];
  1084. var pointEnuScratch = new Cartesian2.Cartesian3();
  1085. var enuRotationScratch = new Transforms.Quaternion();
  1086. var enuRotationMatrixScratch = new Transforms.Matrix4();
  1087. var rotation2DScratch = new Matrix2();
  1088. /**
  1089. * For remapping texture coordinates when rendering GroundPrimitives with materials.
  1090. * GroundPrimitive texture coordinates are computed to align with the cartographic coordinate system on the globe.
  1091. * However, EllipseGeometry, RectangleGeometry, and PolygonGeometry all bake rotations to per-vertex texture coordinates
  1092. * using different strategies.
  1093. *
  1094. * This method is used by EllipseGeometry and PolygonGeometry to approximate the same visual effect.
  1095. * We encapsulate rotation and scale by computing a "transformed" texture coordinate system and computing
  1096. * a set of reference points from which "cartographic" texture coordinates can be remapped to the "transformed"
  1097. * system using distances to lines in 2D.
  1098. *
  1099. * This approximation becomes less accurate as the covered area increases, especially for GroundPrimitives near the poles,
  1100. * but is generally reasonable for polygons and ellipses around the size of USA states.
  1101. *
  1102. * RectangleGeometry has its own version of this method that computes remapping coordinates using cartographic space
  1103. * as an intermediary instead of local ENU, which is more accurate for large-area rectangles.
  1104. *
  1105. * @param {Cartesian3[]} positions Array of positions outlining the geometry
  1106. * @param {Number} stRotation Texture coordinate rotation.
  1107. * @param {Ellipsoid} ellipsoid Ellipsoid for projecting and generating local vectors.
  1108. * @param {Rectangle} boundingRectangle Bounding rectangle around the positions.
  1109. * @returns {Number[]} An array of 6 numbers specifying [minimum point, u extent, v extent] as points in the "cartographic" system.
  1110. * @private
  1111. */
  1112. Geometry._textureCoordinateRotationPoints = function (
  1113. positions,
  1114. stRotation,
  1115. ellipsoid,
  1116. boundingRectangle
  1117. ) {
  1118. var i;
  1119. // Create a local east-north-up coordinate system centered on the polygon's bounding rectangle.
  1120. // Project the southwest, northwest, and southeast corners of the bounding rectangle into the plane of ENU as 2D points.
  1121. // These are the equivalents of (0,0), (0,1), and (1,0) in the texture coordiante system computed in ShadowVolumeAppearanceFS,
  1122. // aka "ENU texture space."
  1123. var rectangleCenter = Cartesian2.Rectangle.center(
  1124. boundingRectangle,
  1125. rectangleCenterScratch
  1126. );
  1127. var enuCenter = Cartesian2.Cartographic.toCartesian(
  1128. rectangleCenter,
  1129. ellipsoid,
  1130. enuCenterScratch
  1131. );
  1132. var enuToFixedFrame = Transforms.Transforms.eastNorthUpToFixedFrame(
  1133. enuCenter,
  1134. ellipsoid,
  1135. fixedFrameToEnuScratch
  1136. );
  1137. var fixedFrameToEnu = Transforms.Matrix4.inverse(
  1138. enuToFixedFrame,
  1139. fixedFrameToEnuScratch
  1140. );
  1141. var boundingPointsEnu = boundingRectanglePointsEnuScratch;
  1142. var boundingPointsCarto = boundingRectanglePointsCartographicScratch;
  1143. boundingPointsCarto[0].longitude = boundingRectangle.west;
  1144. boundingPointsCarto[0].latitude = boundingRectangle.south;
  1145. boundingPointsCarto[1].longitude = boundingRectangle.west;
  1146. boundingPointsCarto[1].latitude = boundingRectangle.north;
  1147. boundingPointsCarto[2].longitude = boundingRectangle.east;
  1148. boundingPointsCarto[2].latitude = boundingRectangle.south;
  1149. var posEnu = pointEnuScratch;
  1150. for (i = 0; i < 3; i++) {
  1151. Cartesian2.Cartographic.toCartesian(boundingPointsCarto[i], ellipsoid, posEnu);
  1152. posEnu = Transforms.Matrix4.multiplyByPointAsVector(fixedFrameToEnu, posEnu, posEnu);
  1153. boundingPointsEnu[i].x = posEnu.x;
  1154. boundingPointsEnu[i].y = posEnu.y;
  1155. }
  1156. // Rotate each point in the polygon around the up vector in the ENU by -stRotation and project into ENU as 2D.
  1157. // Compute the bounding box of these rotated points in the 2D ENU plane.
  1158. // Rotate the corners back by stRotation, then compute their equivalents in the ENU texture space using the corners computed earlier.
  1159. var rotation = Transforms.Quaternion.fromAxisAngle(
  1160. Cartesian2.Cartesian3.UNIT_Z,
  1161. -stRotation,
  1162. enuRotationScratch
  1163. );
  1164. var textureMatrix = Transforms.Matrix3.fromQuaternion(
  1165. rotation,
  1166. enuRotationMatrixScratch
  1167. );
  1168. var positionsLength = positions.length;
  1169. var enuMinX = Number.POSITIVE_INFINITY;
  1170. var enuMinY = Number.POSITIVE_INFINITY;
  1171. var enuMaxX = Number.NEGATIVE_INFINITY;
  1172. var enuMaxY = Number.NEGATIVE_INFINITY;
  1173. for (i = 0; i < positionsLength; i++) {
  1174. posEnu = Transforms.Matrix4.multiplyByPointAsVector(
  1175. fixedFrameToEnu,
  1176. positions[i],
  1177. posEnu
  1178. );
  1179. posEnu = Transforms.Matrix3.multiplyByVector(textureMatrix, posEnu, posEnu);
  1180. enuMinX = Math.min(enuMinX, posEnu.x);
  1181. enuMinY = Math.min(enuMinY, posEnu.y);
  1182. enuMaxX = Math.max(enuMaxX, posEnu.x);
  1183. enuMaxY = Math.max(enuMaxY, posEnu.y);
  1184. }
  1185. var toDesiredInComputed = Matrix2.fromRotation(stRotation, rotation2DScratch);
  1186. var points2D = points2DScratch;
  1187. points2D[0].x = enuMinX;
  1188. points2D[0].y = enuMinY;
  1189. points2D[1].x = enuMinX;
  1190. points2D[1].y = enuMaxY;
  1191. points2D[2].x = enuMaxX;
  1192. points2D[2].y = enuMinY;
  1193. var boundingEnuMin = boundingPointsEnu[0];
  1194. var boundingPointsWidth = boundingPointsEnu[2].x - boundingEnuMin.x;
  1195. var boundingPointsHeight = boundingPointsEnu[1].y - boundingEnuMin.y;
  1196. for (i = 0; i < 3; i++) {
  1197. var point2D = points2D[i];
  1198. // rotate back
  1199. Matrix2.multiplyByVector(toDesiredInComputed, point2D, point2D);
  1200. // Convert point into east-north texture coordinate space
  1201. point2D.x = (point2D.x - boundingEnuMin.x) / boundingPointsWidth;
  1202. point2D.y = (point2D.y - boundingEnuMin.y) / boundingPointsHeight;
  1203. }
  1204. var minXYCorner = points2D[0];
  1205. var maxYCorner = points2D[1];
  1206. var maxXCorner = points2D[2];
  1207. var result = new Array(6);
  1208. Cartesian2.Cartesian2.pack(minXYCorner, result);
  1209. Cartesian2.Cartesian2.pack(maxYCorner, result, 2);
  1210. Cartesian2.Cartesian2.pack(maxXCorner, result, 4);
  1211. return result;
  1212. };
  1213. /**
  1214. * Values and type information for geometry attributes. A {@link Geometry}
  1215. * generally contains one or more attributes. All attributes together form
  1216. * the geometry's vertices.
  1217. *
  1218. * @alias GeometryAttribute
  1219. * @constructor
  1220. *
  1221. * @param {Object} [options] Object with the following properties:
  1222. * @param {ComponentDatatype} [options.componentDatatype] The datatype of each component in the attribute, e.g., individual elements in values.
  1223. * @param {Number} [options.componentsPerAttribute] A number between 1 and 4 that defines the number of components in an attributes.
  1224. * @param {Boolean} [options.normalize=false] When <code>true</code> and <code>componentDatatype</code> is an integer format, indicate that the components should be mapped to the range [0, 1] (unsigned) or [-1, 1] (signed) when they are accessed as floating-point for rendering.
  1225. * @param {number[]|Int8Array|Uint8Array|Int16Array|Uint16Array|Int32Array|Uint32Array|Float32Array|Float64Array} [options.values] The values for the attributes stored in a typed array.
  1226. *
  1227. * @exception {DeveloperError} options.componentsPerAttribute must be between 1 and 4.
  1228. *
  1229. *
  1230. * @example
  1231. * var geometry = new Cesium.Geometry({
  1232. * attributes : {
  1233. * position : new Cesium.GeometryAttribute({
  1234. * componentDatatype : Cesium.ComponentDatatype.FLOAT,
  1235. * componentsPerAttribute : 3,
  1236. * values : new Float32Array([
  1237. * 0.0, 0.0, 0.0,
  1238. * 7500000.0, 0.0, 0.0,
  1239. * 0.0, 7500000.0, 0.0
  1240. * ])
  1241. * })
  1242. * },
  1243. * primitiveType : Cesium.PrimitiveType.LINE_LOOP
  1244. * });
  1245. *
  1246. * @see Geometry
  1247. */
  1248. function GeometryAttribute(options) {
  1249. options = when.defaultValue(options, when.defaultValue.EMPTY_OBJECT);
  1250. //>>includeStart('debug', pragmas.debug);
  1251. if (!when.defined(options.componentDatatype)) {
  1252. throw new Check.DeveloperError("options.componentDatatype is required.");
  1253. }
  1254. if (!when.defined(options.componentsPerAttribute)) {
  1255. throw new Check.DeveloperError("options.componentsPerAttribute is required.");
  1256. }
  1257. if (
  1258. options.componentsPerAttribute < 1 ||
  1259. options.componentsPerAttribute > 4
  1260. ) {
  1261. throw new Check.DeveloperError(
  1262. "options.componentsPerAttribute must be between 1 and 4."
  1263. );
  1264. }
  1265. if (!when.defined(options.values)) {
  1266. throw new Check.DeveloperError("options.values is required.");
  1267. }
  1268. //>>includeEnd('debug');
  1269. /**
  1270. * The datatype of each component in the attribute, e.g., individual elements in
  1271. * {@link GeometryAttribute#values}.
  1272. *
  1273. * @type ComponentDatatype
  1274. *
  1275. * @default undefined
  1276. */
  1277. this.componentDatatype = options.componentDatatype;
  1278. /**
  1279. * A number between 1 and 4 that defines the number of components in an attributes.
  1280. * For example, a position attribute with x, y, and z components would have 3 as
  1281. * shown in the code example.
  1282. *
  1283. * @type Number
  1284. *
  1285. * @default undefined
  1286. *
  1287. * @example
  1288. * attribute.componentDatatype = Cesium.ComponentDatatype.FLOAT;
  1289. * attribute.componentsPerAttribute = 3;
  1290. * attribute.values = new Float32Array([
  1291. * 0.0, 0.0, 0.0,
  1292. * 7500000.0, 0.0, 0.0,
  1293. * 0.0, 7500000.0, 0.0
  1294. * ]);
  1295. */
  1296. this.componentsPerAttribute = options.componentsPerAttribute;
  1297. /**
  1298. * When <code>true</code> and <code>componentDatatype</code> is an integer format,
  1299. * indicate that the components should be mapped to the range [0, 1] (unsigned)
  1300. * or [-1, 1] (signed) when they are accessed as floating-point for rendering.
  1301. * <p>
  1302. * This is commonly used when storing colors using {@link ComponentDatatype.UNSIGNED_BYTE}.
  1303. * </p>
  1304. *
  1305. * @type Boolean
  1306. *
  1307. * @default false
  1308. *
  1309. * @example
  1310. * attribute.componentDatatype = Cesium.ComponentDatatype.UNSIGNED_BYTE;
  1311. * attribute.componentsPerAttribute = 4;
  1312. * attribute.normalize = true;
  1313. * attribute.values = new Uint8Array([
  1314. * Cesium.Color.floatToByte(color.red),
  1315. * Cesium.Color.floatToByte(color.green),
  1316. * Cesium.Color.floatToByte(color.blue),
  1317. * Cesium.Color.floatToByte(color.alpha)
  1318. * ]);
  1319. */
  1320. this.normalize = when.defaultValue(options.normalize, false);
  1321. /**
  1322. * The values for the attributes stored in a typed array. In the code example,
  1323. * every three elements in <code>values</code> defines one attributes since
  1324. * <code>componentsPerAttribute</code> is 3.
  1325. *
  1326. * @type {number[]|Int8Array|Uint8Array|Int16Array|Uint16Array|Int32Array|Uint32Array|Float32Array|Float64Array}
  1327. *
  1328. * @default undefined
  1329. *
  1330. * @example
  1331. * attribute.componentDatatype = Cesium.ComponentDatatype.FLOAT;
  1332. * attribute.componentsPerAttribute = 3;
  1333. * attribute.values = new Float32Array([
  1334. * 0.0, 0.0, 0.0,
  1335. * 7500000.0, 0.0, 0.0,
  1336. * 0.0, 7500000.0, 0.0
  1337. * ]);
  1338. */
  1339. this.values = options.values;
  1340. }
  1341. exports.Geometry = Geometry;
  1342. exports.GeometryAttribute = GeometryAttribute;
  1343. exports.GeometryType = GeometryType$1;
  1344. exports.Matrix2 = Matrix2;
  1345. exports.PrimitiveType = PrimitiveType$1;
  1346. });
  1347. //# sourceMappingURL=GeometryAttribute-e9a8b203.js.map