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

Function rectangleX

docs/app/js/sanddance-app.js:121662–121664  ·  view source on GitHub ↗
(d)

Source from the content-addressed store, hash-verified

121660}
121661const C = 0.448084975506; // C = 1 - c
121662function rectangleX(d) {
121663 return d.x;
121664}
121665function rectangleY(d) {
121666 return d.y;
121667}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected