See: Description
Class | Description |
---|---|
Iterator |
An iterator for juliasets and the mandelbrot set and their modified kinds to calculate a
two dimensional Raster which can be used to create images.
|
IteratorParameters |
Encapsulates the parameters that can be specified for the fractals Iterator object.
|
MandelbrotSet |
Implements the Mandelbrot set effect.
|
MandelbrotSetParameters |
Encapsulates the parameters that can be specified for the MandelbrotSet object.
|
Raster |
Entity that encapsulates the data of an 2D integer array that was calculated by an Iterator and provides default functionalities for it.
|