reb
Class REB_TrapShapeSprottQuad

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

class 
TrapShape:REB_TrapShapeSprottQuad

This shape uses a Sprott strange attractor.

The Sprott attractors were developed by Julien C. Sprott, and are based upon polynomials and linear differential equations of polynomials.


Ultra Fractal Source

Toggle UF Source Code Display


Constructor Summary
REB_TrapShapeSprottQuad()
           
REB_TrapShapeSprottQuad(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_TrapShapeSprottQuad

public REB_TrapShapeSprottQuad(Generic pparent)
Constructor


REB_TrapShapeSprottQuad

public REB_TrapShapeSprottQuad()
Method Detail

Iterate

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

Overrides:
Iterate in class TrapShape