MCPcopy 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
84def ensure_3d(points):
85 for point in points:
86 template = [0, 0, 0]
87 template[: len(point)] = point
88 yield template
89
90
91def add_cs(coords, segments):

Callers 2

add_csFunction · 0.85
add_cFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected