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

Method set

src/common/overlay/levelRenderer/Vector.js:61–65  ·  view source on GitHub ↗

* @function LevelRenderer.Tool.Vector.prototype.set * @description 设置向量的两个项。 * * @param {Vector2} out - 基础向量。 * @param {number} a - 项 a。 * @param {number} b - 项 b。 * @return {Vector2} 结果。

(out, a, b)

Source from the content-addressed store, hash-verified

59 * @return {Vector2} 结果。
60 */
61 set(out, a, b) {
62 out[0] = a;
63 out[1] = b;
64 return out;
65 }
66
67 /**
68 * @function LevelRenderer.Tool.Vector.prototype.add

Callers 15

registerCRSMethod · 0.45
jquery.jsFile · 0.45
setDataMethod · 0.45
removeDataMethod · 0.45
readFileFunction · 0.45
updateMethod · 0.45
removeDataMethod · 0.45
registerCRSMethod · 0.45
geojsonCoordsToPoint2DsFunction · 0.45
_setCacheLayerMethod · 0.45
toggleLayerVisibleMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected