MCPcopy Create free account
hub / github.com/SuperMap/iClient-JavaScript / create

Method create

src/common/overlay/levelRenderer/Matrix.js:30–37  ·  view source on GitHub ↗

* @function LevelRenderer.Tool.Matrix.prototype.create * @description 创建一个单位矩阵。 * @returns {(Float32Array|Array. )} 单位矩阵。

()

Source from the content-addressed store, hash-verified

28 * @returns {(Float32Array|Array.<number>)} 单位矩阵。
29 */
30 create() {
31 var ArrayCtor = this.ArrayCtor;
32
33 var out = new ArrayCtor(6);
34 this.identity(out);
35
36 return out;
37 }
38
39 /**
40 * @function LevelRenderer.Tool.Matrix.prototype.identity

Callers 15

olms.jsFile · 0.45
MatrixSpec.jsFile · 0.45
VectorSpec.jsFile · 0.45
mockInitImageFunction · 0.45
cordova-2.7.0.jsFile · 0.45
successFunction · 0.45
InAppBrowserFunction · 0.45
winFunction · 0.45
Logo.jsFile · 0.45

Calls 1

identityMethod · 0.95

Tested by

no test coverage detected