reb
Class REB_TrapShapeEllipseCatacaustic

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

class 
TrapShape:REB_TrapShapeEllipseCatacaustic

This shape uses the ellipse catacaustic function.

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


Ultra Fractal Source

Toggle UF Source Code Display


Constructor Summary
REB_TrapShapeEllipseCatacaustic()
           
REB_TrapShapeEllipseCatacaustic(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_TrapShapeEllipseCatacaustic

public REB_TrapShapeEllipseCatacaustic(Generic pparent)
Constructor


REB_TrapShapeEllipseCatacaustic

public REB_TrapShapeEllipseCatacaustic()
Method Detail

Iterate

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

Overrides:
Iterate in class TrapShape