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

Function pointRing

explainshell/web/static/js/d3.v3.js:2405–2408  ·  view source on GitHub ↗
(λ, φ)

Source from the content-addressed store, hash-verified

2403 var segments, visibleArea, invisibleArea, invisible;
2404 var buffer = d3_geo_clipBufferListener(), ringListener = clipLine(buffer), ring;
2405 function pointRing(λ, φ) {
2406 ringListener.point(λ, φ);
2407 ring.push([ λ, φ ]);
2408 }
2409 function ringStart() {
2410 ringListener.lineStart();
2411 ring = [];

Callers 1

ringEndFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected