MCPcopy Index your code
hub / github.com/fogleman/sdf / f

Function f

sdf/d3.py:94–95  ·  view source on GitHub ↗
(p)

Source from the content-addressed store, hash-verified

92@sdf3
93def sphere(radius=1, center=ORIGIN):
94 def f(p):
95 return _length(p - center) - radius
96 return f
97
98@sdf3

Callers 1

wrapperFunction · 0.70

Calls 4

gFunction · 0.85
_lengthFunction · 0.70
_vecFunction · 0.70
_dotFunction · 0.70

Tested by

no test coverage detected