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

Function clone$1

libs/echarts/echarts.simple.js:943–948  ·  view source on GitHub ↗

* 克隆一个向量 * @param {Vector2} v * @return {Vector2}

(v)

Source from the content-addressed store, hash-verified

941 * @return {Vector2}
942 */
943function clone$1(v) {
944 var out = new ArrayCtor(2);
945 out[0] = v[0];
946 out[1] = v[1];
947 return out;
948}
949
950/**
951 * 设置向量的两个项

Callers 2

smoothBezierFunction · 0.70
getAnimatablePropsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected