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

Function ringPoint

external/.d3.js:12188–12191  ·  view source on GitHub ↗
(lambda, phi)

Source from the content-addressed store, hash-verified

12186 }
12187
12188 function ringPoint(lambda, phi) {
12189 linePoint(lambda00 = lambda, phi), x00 = x0, y00 = y0, a00 = a0, b00 = b0, c00 = c0;
12190 resampleStream.point = linePoint;
12191 }
12192
12193 function ringEnd() {
12194 resampleLineTo(x0, y0, lambda0, a0, b0, c0, x00, y00, lambda00, a00, b00, c00, maxDepth, stream);

Callers

nothing calls this directly

Calls 1

linePointFunction · 0.85

Tested by

no test coverage detected