reb
Class REB_TrapShapeZito

Object
  extended by common:Generic
      extended by common:TrapShape
          extended by reb:REB_TrapShapeZito

class 
TrapShape:REB_TrapShapeZito

This shape uses the Zito strange attractor.


Ultra Fractal Source

Toggle UF Source Code Display


Constructor Summary
REB_TrapShapeZito()
           
REB_TrapShapeZito(Generic pparent)
          Constructor
 
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

REB_TrapShapeZito

public REB_TrapShapeZito(Generic pparent)
Constructor


REB_TrapShapeZito

public REB_TrapShapeZito()
Method Detail

Iterate

public float Iterate(complex pz)
Call this for each iteration being trapped.

Overrides:
Iterate in class TrapShape