z_pointarrays
array of points of the complex plane
f zPointArray() ...
factory' function returns instance of a class representing an array of points of the complex plane
- constructors:
- zPointArray (zline )
- array of complex points equidistant on a given line of the complex plane
- calls: class zLinePoints(zline)
- zPointArray (zcircle )
- array of complex points equidistant on thecircumference of the given complex circle
- calls: class zCirclePoints(zcircle)

See the source for more information.