mmf
Class MMF_TrapShapeFnz

Object
  extended by common:Generic
      extended by common:TrapShape
          extended by mmf:MMF_TrapShapeFnz

class 
TrapShape:MMF_TrapShapeFnz

Simple functions of z converted to floats.


Ultra Fractal Source

Toggle UF Source Code Display


Constructor Summary
MMF_TrapShapeFnz()
           
MMF_TrapShapeFnz(Generic pparent)
           
 
Method Summary
 float Iterate(complex pz)
          call this for each iteration being trapped
 
Methods inherited from class common:TrapShape
GetColorChannel, GetTextureValue, GetTransformedPoint, Init, IterateSilent, SetThreshold
 
Methods inherited from class common:Generic
GetParent
 
Methods inherited from class Object
 

Constructor Detail

MMF_TrapShapeFnz

public MMF_TrapShapeFnz(Generic pparent)

MMF_TrapShapeFnz

public MMF_TrapShapeFnz()
Method Detail

Iterate

public float Iterate(complex pz)
Description copied from class: TrapShape
call this for each iteration being trapped

Overrides:
Iterate in class TrapShape