MCPcopy Create free account
hub / github.com/breck7/scroll / boundsRingEnd

Function boundsRingEnd

external/.d3.js:10135–10141  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10133}
10134
10135function boundsRingEnd() {
10136 boundsRingPoint(lambda00$1, phi00$1);
10137 areaStream$1.lineEnd();
10138 if (abs$1(deltaSum) > epsilon$1) lambda0$1 = -(lambda1 = 180);
10139 range[0] = lambda0$1, range[1] = lambda1;
10140 p0 = null;
10141}
10142
10143// Finds the left-right distance between two longitudes.
10144// This is almost the same as (lambda1 - lambda0 + 360°) % 360°, except that we want

Callers

nothing calls this directly

Calls 2

boundsRingPointFunction · 0.85
lineEndMethod · 0.45

Tested by

no test coverage detected