reb
Class REB_TrapShapeHenon2

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

class 
TrapShape:REB_TrapShapeHenon2

Uses the Henon strange attractor as the trap shape.


Ultra Fractal Source

Toggle UF Source Code Display


Constructor Summary
REB_TrapShapeHenon2()
           
REB_TrapShapeHenon2(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_TrapShapeHenon2

public REB_TrapShapeHenon2(Generic pparent)
Constructor


REB_TrapShapeHenon2

public REB_TrapShapeHenon2()
Method Detail

Iterate

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

Overrides:
Iterate in class TrapShape