zPolarPoint
complex point fixed at given 'angle' and 'dist' polar coordinates
constructors:- zPolarPoint (angle=float,dist=float )
- zPoint (angle=float,dist=float )
inherits
_zPoint
Methods defined in zPolarPoint
Methods defined in _zPoint
f to_uSphere(self, upoint) ...
set the given point to the projection of the zpoint to the Riemann sphere
f from_hermitian(self, h) ...
set the position on the zplane from the Hermitian matrix representation of the point
Methods defined in CPosition
Methods defined in Element
f _togglenull(self) ...
toggle the 'null' flag, indicating whether the current postion of the object's position is visible - e.g. is real when working in real space
Methods defined in zdrawPoint
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
Attributes
a __opts__
['color', 'initcolor', 'trace', 'level', 'texture', 'extend', 'povout', 'label', 'append', 'export', 'pointsize', 'tracewidth', 'tracecolor', 'maxtrace', 'mintrace', 'fontsize', 'fontcolor', 'fontXofffset', 'fontYofffset', 'tracecurve', 'style']
See the source for more information.