MCPcopy Index your code
hub / github.com/SuperMap/iClient-JavaScript / identity

Function identity

libs/echarts/echarts.simple.js:2613–2621  ·  view source on GitHub ↗

* 设置矩阵为单位矩阵 * @param {Float32Array|Array. } out

(out)

Source from the content-addressed store, hash-verified

2611 * @param {Float32Array|Array.<number>} out
2612 */
2613function identity(out) {
2614 out[0] = 1;
2615 out[1] = 0;
2616 out[2] = 0;
2617 out[3] = 1;
2618 out[4] = 0;
2619 out[5] = 0;
2620 return out;
2621}
2622
2623/**
2624 * 复制矩阵

Callers 3

create$1Function · 0.70
getTransformFunction · 0.70
isTwoLabelOverlappedFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected