CC-Fractal-Suite
|
Base class for fractals. More...
#include <Fractal.h>
Public Member Functions | |
virtual FractalCoordsInfo | calculate (COMPLEX coords)=0 |
Returns Fractal Info for a particular set of coords. More... | |
Base class for fractals.
|
pure virtual |
Returns Fractal Info for a particular set of coords.
This is the only 'legal' way to calculate a fractal. This is because while a Fractal Node may have different cooking schemes, this enforces a uniformity with mathematically how the fractals cook. In other words, any COP2 node cooking type can theoretically cook any Fractal.
Implemented in CC::Pickover, CC::Mandelbrot, and CC::Lyapunov.