MCPcopy Create free account
hub / github.com/microsoft/SandDance / pointRing

Function pointRing

docs/app/js/sanddance-app.js:132698–132704  ·  view source on GitHub ↗
(lambda, phi)

Source from the content-addressed store, hash-verified

132696 line.lineEnd();
132697 }
132698 function pointRing(lambda, phi) {
132699 ring.push([
132700 lambda,
132701 phi
132702 ]);
132703 ringSink.point(lambda, phi);
132704 }
132705 function ringStart() {
132706 ringSink.lineStart();
132707 ring = [];

Callers 1

ringEndFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected