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

Method swapExtrema

src/common/overlay/levelRenderer/Area.js:676–680  ·  view source on GitHub ↗

* @function LevelRenderer.Tool.Areal.prototype.swapExtrema

()

Source from the content-addressed store, hash-verified

674 * @function LevelRenderer.Tool.Areal.prototype.swapExtrema
675 */
676 swapExtrema() {
677 var tmp = this.extrema[0];
678 this.extrema[0] = this.extrema[1];
679 this.extrema[1] = tmp;
680 }
681
682 /**
683 * @function LevelRenderer.Tool.Areal.prototype.windingCubic

Callers 2

windingCubicMethod · 0.95
AreaSpec.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected