reb
Class Monnier_HyperbolicTiling

Object
  extended by common:Generic
      extended by common:Transform
          extended by common:UserTransform
              extended by reb:Monnier_HyperbolicTiling

class 
UserTransform:Monnier_HyperbolicTiling

Based upon the uxf of Samuel Monnier and used with his permission.


Ultra Fractal Source

Toggle UF Source Code Display


Constructor Summary
Monnier_HyperbolicTiling()
           
Monnier_HyperbolicTiling(Generic pparent)
          constructor
 
Method Summary
 void Init(complex pz)
          initialize the objects
 complex Iterate(complex pz)
          call for each iterated point
 
Methods inherited from class common:Transform
IsSolid, IterateSilent
 
Methods inherited from class common:Generic
GetParent
 
Methods inherited from class Object
 

Constructor Detail

Monnier_HyperbolicTiling

public Monnier_HyperbolicTiling(Generic pparent)
constructor


Monnier_HyperbolicTiling

public Monnier_HyperbolicTiling()
Method Detail

Init

public void Init(complex pz)
initialize the objects

Overrides:
Init in class Transform
Parameters:
pz - the value representing the sequence; for a normal transformation formula use, this will be #pixel. In some cases this may differ from the first value passed to Iterate() if the calling code applies some other transformations.

Iterate

public complex Iterate(complex pz)
call for each iterated point

Overrides:
Iterate in class Transform
Parameters:
pz - the complex value to be transformed
Returns:
the transformed value