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

Function arcInnerRadius

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

Source from the content-addressed store, hash-verified

125045var _constantJsDefault = parcelHelpers.interopDefault(_constantJs);
125046var _mathJs = require("./math.js");
125047function arcInnerRadius(d) {
125048 return d.innerRadius;
125049}
125050function arcOuterRadius(d) {
125051 return d.outerRadius;
125052}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected