PyGeo: a dynamic geometry toolkit

drawArray

generalized drawing back-end for array objects, i.e. _LineArray, _CirclePencil ,etc.

Methods defined in drawArray

f _redraw(self) ...

iterate through the objects of the array and call the objects _redraw routine to redraw at its current position

f draw(self) ...

the objects of the array get initialized on creation by the array's init method - this is only to mark the array itself as initialized

f povout(self, buf) ...

export the objects of the scene's arrays to PovRay SDL

See the source for more information.