z_anipoints
points of the complex plane which change position at each update cycle
f zAniPoint() ...
factory function returns instance of a class representing a point of the complex plane which moves along a given object or defined path at each update cycle
- constructors:
- zAniPoint (zline,<,ratio=float> )
- complex point which moves along the given complex line, at a rate determined by the 'rate' keyword
- calls: class zSlidingPoint(zline,<,ratio=float>)
- zAniPoint (zcircel,<,angle=float> )
- complex point which moves along the given complex circle, at a rate determined by the 'rate' keyword, and initial position determined by the 'angle' keyword.
- calls: class zCirclingPoint(zcircel,<,angle=float>)
- zAniPoint (zpoint1,zpoint2 <,angle=float> )
- complex point which moves the 2nd given complex point along the path induced by the rotation of the unit sphere, with the stereographic projection of the first complex point argmuent as axis of rotation, and initial position determined by the 'angle' keyword.
- calls: class zRotatingPoint(zpoint1,zpoint2 <,angle=float>)
See the source for more information.