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

Function ringStart

docs/app/js/sanddance-app.js:132705–132708  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

132703 ringSink.point(lambda, phi);
132704 }
132705 function ringStart() {
132706 ringSink.lineStart();
132707 ring = [];
132708 }
132709 function ringEnd() {
132710 pointRing(ring[0][0], ring[0][1]);
132711 ringSink.lineEnd();

Callers

nothing calls this directly

Calls 1

lineStartFunction · 0.70

Tested by

no test coverage detected