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

Function add_c

tools/render.py:96–98  ·  view source on GitHub ↗
(coords, points)

Source from the content-addressed store, hash-verified

94
95
96def add_c(coords, points):
97 for coord in ensure_3d(coords):
98 points.append(coord)
99
100
101def add(geometry: Geometry, points, segments):

Callers 1

addFunction · 0.85

Calls 1

ensure_3dFunction · 0.85

Tested by

no test coverage detected