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

Function point

external/.d3.js:10466–10469  ·  view source on GitHub ↗
(x, y)

Source from the content-addressed store, hash-verified

10464 stream = {point: point};
10465
10466 function point(x, y) {
10467 ring.push(x = rotate(x, y));
10468 x[0] *= degrees, x[1] *= degrees;
10469 }
10470
10471 function circle() {
10472 var c = center.apply(this, arguments),

Callers 1

.d3.jsFile · 0.70

Calls 5

rotateFunction · 0.85
visibleFunction · 0.85
projectFunction · 0.85
bezierCurveToMethod · 0.80
pointMethod · 0.45

Tested by

no test coverage detected