Paul Heidmann Fractal Example
1.0
|
This namespace contains the equations and parameters that are used to generate the second 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 second example fractal.
This namespace contains the parameters and equations needed to generate the second example fractal. This fractal uses the function:
typedef std::complex<fltType> fractalTwo::cmplxType |
Definition at line 39 of file fractalTwo.hpp.
typedef double fractalTwo::fltType |
Definition at line 37 of file fractalTwo.hpp.
Definition at line 38 of file fractalTwo.hpp.
std::shared_ptr< FT::fractalParamsType > fractalTwo::getFractalParams | ( | void | ) |
Definition at line 75 of file fractalTwo.cpp.
Referenced by main().