CC-Fractal-Suite
|
A small container struct for fractal output. More...
#include <Fractal.h>
Public Member Functions | |
FractalCoordsInfo (int num_iter=0, COMPLEX z=COMPLEX(), fpreal smooth=0.0) | |
Public Attributes | |
int | num_iter { 0 } |
COMPLEX | z |
fpreal | smooth |
A small container struct for fractal output.
Fractals can return one or more of these types, it is up to the Fractal author to decide which ones actually get used. Mandelbrots for example can sensibly return all these values, while Pickovers don't have a meaningful 'num_iter' in their equation.