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

Function polygon

docs/app/js/sanddance-app.js:109493–109495  ·  view source on GitHub ↗
(arcs)

Source from the content-addressed store, hash-verified

109491 return points;
109492 }
109493 function polygon(arcs) {
109494 return arcs.map(ring);
109495 }
109496 function geometry(o) {
109497 var type = o.type, coordinates;
109498 switch(type){

Callers 2

geometryFunction · 0.70
sanddance-app.jsFile · 0.70

Calls 2

lineFunction · 0.70
forEachMethod · 0.45

Tested by

no test coverage detected