MCPcopy Create free account
hub / github.com/idank/explainshell / d3_geo_pathCircle

Function d3_geo_pathCircle

explainshell/web/static/js/d3.v3.js:3522–3524  ·  view source on GitHub ↗
(radius)

Source from the content-addressed store, hash-verified

3520 return path.projection(d3.geo.albersUsa()).context(null);
3521 };
3522 function d3_geo_pathCircle(radius) {
3523 return "m0," + radius + "a" + radius + "," + radius + " 0 1,1 0," + -2 * radius + "a" + radius + "," + radius + " 0 1,1 0," + +2 * radius + "z";
3524 }
3525 function d3_geo_pathProjectStream(project) {
3526 var resample = d3_geo_resample(function(λ, φ) {
3527 return project([ λ * d3_degrees, φ * d3_degrees ]);

Callers 1

d3_geo_pathBufferFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected