See: Description
Class | Description |
---|---|
ADivergentFractalIterator |
The
ADivergentFractalIterator class provides a base class for divergent fractals (e.g., Mandelbrot). |
ADoubleDivergentFractalIterator |
The
ADoubleDivergentFractalIterator class provides a base class for divergent fractal iterators that use z(n) and z(n - 1). |
APowerFractalIterator |
The
APowerFractalIterator class provides the base class for power fractals. |
AtTheCShoreFractalIterator |
The
AtTheCShoreFractalIterator class provides an implementation of the at the C-Shore fractal. |
BarnsleyTreeFractalIterator |
The
BarnsleyTreeFractalIterator class provides an implementation of the Barnsley tree fractals. |
Beauty1FractalIterator |
The
Beauty1FractalIterator class provides an implementation of the Beauty 1 fractals. |
Beauty2FractalIterator |
The
Beauty2FractalIterator class provides an implementation of the Beauty 2 fractals. |
BirdOfPreyFractalIterator |
The
BirdOfPreyFractalIterator class provides an implementation of the Bird of Prey fractals (i.e., the cubed Burning Ship). |
BurningMultiShipFractalIterator |
The
BurningMultiShipFractalIterator class provides an implementation of the Burning Multiship fractals. |
BurningShipFractalIterator |
The
BurningShipFractalIterator class provides an implementation of the Burning Ship fractal. |
CactusFractalIterator |
The
CactusFractalIterator class provides an implementation of the Cactus fractals. |
CollatzFractalIterator |
The
CollatzFractalIterator class provides an implementation of the Collatz fractal. |
DucksFractalIterator |
The
DucksFractalIterator class provides an implementation of the Ducks fractal. |
DucksSecansFractalIterator |
The
DucksSecansFractalIterator class provides an implementation of the Ducks (secans) fractal. |
FastMandelbrotJuliaFractalIterator |
The
FastMandelbrotJuliaFractalIterator class provides a fast implementation of the default Mandelbrot/Julia fractal. |
GlynnFractalIterator |
The
GlynnFractalIterator class provides an implementation of the Glynn fractals. |
HyperbolicSineJuliaFractalIterator |
The
HyperbolicSineJuliaFractalIterator class provides an implementation of a hyperbolic sine Julia (dual) fractal. |
InverseLambdaFractalIterator |
The
InverseLambdaFractalIterator class provides an implementation of the inverse Lambda fractal. |
IOfMedusaFractalIterator |
The
IOfMedusaFractalIterator class provides an implementation of the i of Medusa fractal. |
IOfTheStormFractalIterator |
The
IOfTheStormFractalIterator class provides an implementation of the i of the Storm fractal. |
LambdaFractalIterator |
The
LambdaFractalIterator class provides an implementation of the Lambda fractal. |
LogarithmicJuliaFractalIterator |
The
LogarithmicJuliaFractalIterator class provides an implementation of a logarithmic Julia (dual) fractal. |
MandelbarFractalIterator |
The
MandelbarFractalIterator class provides an implementation of the Mandelbar (Tricorn) fractals. |
MandelbrotJuliaFractalIterator |
The
MandelbrotJuliaFractalIterator class provides an implementation of the default Mandelbrot and Julia fractals. |
ManowarFractalIterator |
The
ManowarFractalIterator class provides an implementation of the Man o' War fractal. |
OriginalJuliaFractalIterator |
The
OriginalJuliaFractalIterator class provides an implementation of the original Julia fractals. |
PhoenixFractalIterator |
The
PhoenixFractalIterator class provides an implementation of the Phoenix fractal. |
QuadbrotFractalIterator |
The
QuadbrotFractalIterator class provides an implementation of a Quadbrot fractal (4 connected Mandelbrot sets). |
RandelbrotFractalIterator |
The
RandelbrotFractalIterator class provides an implementation of the Randelbrot fractals. |
SpiderFractalIterator |
The
SpiderFractalIterator class provides an implementation of the default Spider fractal. |
TetrationDualFractalIterator |
The
TetrationDualFractalIterator class provides an implementation of the tetration (dual only) fractal. |
TetrationFractalIterator |
The
TetrationFractalIterator class provides an implementation of a tetration fractal. |
This package provides the various supported divergent fractals.