zLine(...)

Objects derived from the _zLine abstract class, representing an infinite line on the complex plane .


def zLine

constructors:
returns:

the line of the complex plane uniquely determined by its arguments

class zLinefromPoints

constructors:
  • zLine(point1,point2)
  • zLinefromPoints(point1,point2)
returns:

the line of the complex plane through the point arguments

site ref:

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

class zBiChord

constructors:
  • zLine(zcircle1,zcircle2)
  • zBiChord(zcircle1,zcircle2)
returns:

the radical axis determined by the 'complex circle'_ arguments

site ref:

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