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

Function lineStart

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

Source from the content-addressed store, hash-verified

132688 line.point(lambda, phi);
132689 }
132690 function lineStart() {
132691 clip.point = pointLine;
132692 line.lineStart();
132693 }
132694 function lineEnd() {
132695 clip.point = point1;
132696 line.lineEnd();

Callers 1

ringStartFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected