reb
Class TrapTransformMod

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

class 
UserTransform:TrapTransformMod

Basic trap shape transform with trap modifier added.

the trap modifier field reproduces a parameter used in my old UF4 formulas.


Ultra Fractal Source

Toggle UF Source Code Display


Constructor Summary
TrapTransformMod()
           
TrapTransformMod(Generic pparent)
          constuctor
 
Method Summary
 void Init(complex pz)
          initialize the transform
 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

TrapTransformMod

public TrapTransformMod(Generic pparent)
constuctor


TrapTransformMod

public TrapTransformMod()
Method Detail

Init

public void Init(complex pz)
initialize the transform

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