reb
Class REB_TrapShapeEpispiral

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

class 
TrapShape:REB_TrapShapeEpispiral

This shape uses the epispiral function.

This variant of the function has a signed and absolute value version of the distance. The function also has a complex conjugate and a polar variant. The transformed value is the complex return value of the function.


Ultra Fractal Source

Toggle UF Source Code Display


Constructor Summary
REB_TrapShapeEpispiral()
           
REB_TrapShapeEpispiral(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_TrapShapeEpispiral

public REB_TrapShapeEpispiral(Generic pparent)
Constructor


REB_TrapShapeEpispiral

public REB_TrapShapeEpispiral()
Method Detail

Iterate

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

Overrides:
Iterate in class TrapShape