PyGeo: a dynamic geometry toolkit

drawSphere

drawing back-end for objects derived from the _Sphere class

Methods defined in drawSphere

f _redraw(self) ...

send current position of the sphjere's defining attributes - its radius and center - to render object, and render in accordance with style sttribute

f draw(self) ...

the sphere object is represented either by a cvisual sphere or as a wire mesh of cvisual curves

f povout(self, buf) ...

export the scene's spheres to PovRay SDL

See the source for more information.