MCPcopy Index your code
hub / github.com/SuperMap/iClient-JavaScript / create$1

Function create$1

libs/echarts/echarts.simple.js:2602–2607  ·  view source on GitHub ↗

* Create a identity matrix. * @return {Float32Array|Array. }

()

Source from the content-addressed store, hash-verified

2600 * @return {Float32Array|Array.<number>}
2601 */
2602function create$1() {
2603 var out = new ArrayCtor$1(6);
2604 identity(out);
2605
2606 return out;
2607}
2608
2609/**
2610 * 设置矩阵为单位矩阵

Callers 2

echarts.simple.jsFile · 0.70
parseTransformAttributeFunction · 0.70

Calls 1

identityFunction · 0.70

Tested by

no test coverage detected