MCPcopy Index your code
hub / github.com/microsoft/SandDance / point

Function point

docs/app/js/sanddance-app.js:109479–109481  ·  view source on GitHub ↗
(p)

Source from the content-addressed store, hash-verified

109477 if (i < 0) (0, _reverseJsDefault.default)(points, n);
109478 }
109479 function point(p) {
109480 return transformPoint(p);
109481 }
109482 function line(arcs) {
109483 var points = [];
109484 for(var i = 0, n = arcs.length; i < n; ++i)arc(arcs[i], points);

Callers 5

geometryFunction · 0.70
sampleCurveFunction · 0.70
resolveItemFunction · 0.70
pickEventFunction · 0.70
sanddance-app.jsFile · 0.70

Calls 6

transformPointFunction · 0.70
fFunction · 0.70
pointishFunction · 0.70
bandFunction · 0.70
rotateFunction · 0.70
projectFunction · 0.70

Tested by

no test coverage detected