reb
Class REB_TrapShapeSemicubicalParabola

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

class 
TrapShape:REB_TrapShapeSemicubicalParabola

This shape uses the semicubical parabola 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_TrapShapeSemicubicalParabola()
           
REB_TrapShapeSemicubicalParabola(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_TrapShapeSemicubicalParabola

public REB_TrapShapeSemicubicalParabola(Generic pparent)
Constructor


REB_TrapShapeSemicubicalParabola

public REB_TrapShapeSemicubicalParabola()
Method Detail

Iterate

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

Overrides:
Iterate in class TrapShape