* @function LevelRenderer.Tool.Areal.prototype.swapExtrema
()
| 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 |
no outgoing calls
no test coverage detected