drawPoint
drawing back-end for objects derived from the _Point class
Methods defined in drawPoint
f draw(self) ...
For consistency in iterating Element's rendering objects, all elements rendering information is in a list called self.rend. In the case of Points, it is either a single element list, containing a cvisual sphere object, or a 2 element list with each element an oriented cvisual pyramid object, which together form a diamond shape representing the point
See the source for more information.