Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
96
def
add_c(coords, points):
97
for
coord in ensure_3d(coords):
98
points.append(coord)
99
100
101
def
add(geometry: Geometry, points, segments):
Callers
1
add
Function · 0.85
Calls
1
ensure_3d
Function · 0.85
Tested by
no test coverage detected