Paul Heidmann Fractal Example
1.0
|
This namespace contains the equations and parameters that are used to generate the first example fractal. More...
Typedefs | |
typedef double | fltType |
typedef fractal::fractalParams < fltType > | fractalParamsType |
typedef std::complex< fltType > | cmplxType |
Functions | |
std::shared_ptr < fractalParamsType > | getFractalParams (void) |
This namespace contains the equations and parameters that are used to generate the first example fractal.
This namespace contains the parameters and equations needed to generate the first example fractal. This fractal uses the function:
which is:
typedef std::complex<fltType> fractalOne::cmplxType |
Definition at line 41 of file fractalOne.hpp.
typedef double fractalOne::fltType |
Definition at line 39 of file fractalOne.hpp.
Definition at line 40 of file fractalOne.hpp.
std::shared_ptr< FO::fractalParamsType > fractalOne::getFractalParams | ( | void | ) |
Definition at line 78 of file fractalOne.cpp.
Referenced by main().