Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Notgnoshi/generative
/ ensure_3d
Function
ensure_3d
tools/render.py:84–88 ·
view source on GitHub ↗
(points)
Source
from the content-addressed store, hash-verified
82
83
84
def
ensure_3d(points):
85
for
point in points:
86
template = [0, 0, 0]
87
template[: len(point)] = point
88
yield
template
89
90
91
def
add_cs(coords, segments):
Callers
2
add_cs
Function · 0.85
add_c
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected