Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.js
File · 0.70
Calls
5
rotate
Function · 0.85
visible
Function · 0.85
project
Function · 0.85
bezierCurveTo
Method · 0.80
point
Method · 0.45
Tested by
no test coverage detected