MCPcopy Create free account
hub / github.com/CNCKitchen/stlTexturizer / numEdgeKey

Function numEdgeKey

js/meshValidation.js:423–423  ·  view source on GitHub ↗
(a, b)

Source from the content-addressed store, hash-verified

421 const vertId = new Uint32Array(triCount * 3);
422 for (let i = 0; i < triCount * 3; i++) {
423 const id = posToId.getOrSet(posAttr.getX(i), posAttr.getY(i), posAttr.getZ(i), nextId);
424 if (posToId.inserted) nextId++;
425 vertId[i] = id;
426 }

Callers 1

getEdgePositionsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected