MCPcopy Create free account
hub / github.com/Notgnoshi/generative / add_cs

Function add_cs

tools/render.py:91–93  ·  view source on GitHub ↗
(coords, segments)

Source from the content-addressed store, hash-verified

89
90
91def add_cs(coords, segments):
92 for pair in pairwise(coords):
93 segments.append(tuple(ensure_3d(pair)))
94
95
96def add_c(coords, points):

Callers 1

addFunction · 0.85

Calls 2

ensure_3dFunction · 0.85
pairwiseFunction · 0.70

Tested by

no test coverage detected