zPointArray(...)

Objects derived from the _zPointArray abstract class, representing an array of points with determined positions on the complex plane

def zPointArray

constructors:
returns:

An instance of an object derived from the _zPointArray abstract class, representing an array of points with determined positions on the complex plane

class zCirclePoints

constructors:
  • zPointArray(zcircle)
  • zCirclePoints(zcircle)
returns:

array of equidistant points on the given complex circle

site ref:

http://mathworld.wolfram.com/CirclePointPicking.html

class zLinePoints

constructors:
  • zPointArray(zline)
  • zLinePoints(zline)
returns:

array of points equidistant on a given line of the complex plane

site ref:

http://mathworld.wolfram.com/LineSegmentRange.html