MCPcopy Create free account
hub / github.com/ActiveState/code / Sphere

Class Sphere

recipes/Python/205451_Povray_for_python/recipe-205451.py:150–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148 Item.__init__(self,"cone", (v1,r1,v2,r2),opts,**kwargs)
149
150class Sphere(Item):
151 def __init__(self,v,r,*opts,**kwargs):
152 Item.__init__(self,"sphere",(v,r),opts,**kwargs)
153
154class Union(Item):
155 def __init__(self,*opts,**kwargs):

Callers 2

tutorial31Function · 0.70
spiralFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected