MCPcopy
hub / github.com/veasion/AiPPT / value2px

Function value2px

static/geometry.js:467–473  ·  view source on GitHub ↗
(v, isEmu)

Source from the content-addressed store, hash-verified

465}
466
467function value2px(v, isEmu) {
468 if (isEmu) {
469 return +v / 12700
470 } else {
471 return +v
472 }
473}
474
475function value2emu(v) {
476 return +v * 12700

Callers 1

getPathsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected