z_mobpoints
points of the complex plane with position determined in connection with a defined Moebius transformation
f mobPoint() ...
factory' function returns instance of a class representing the Mobius transoformation of a given point
- constructors:
- mobPoint (mobtransform <,fixed=(0 or 1)> ,FIXED )
- complex point representing one of the points fixed of the given Mobius transformation
- calls: class mobFixed(mobtransform <,fixed=(0 or 1)>)
- mobPoint (mobtransform ,INVERSEPOLE )
- complex point to which the point at infinity is transformed under the given Mobius transformation
- calls: class mobInversePole(mobtransform)
- mobPoint (mobtransform ,POLE )
- complex point which is transformed to the point at infinity under the given Mobius transformation
- calls: class mobPole(mobtransform)
See the source for more information.