Paul Heidmann Fractal Example  1.0
fractalTwo Namespace Reference

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< fltTypecmplxType
 

Functions

std::shared_ptr
< fractalParamsType
getFractalParams (void)
 

Detailed Description

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:
$f(z) = sin(z)$

Author
Paul S. Heidmann

Typedef Documentation

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.

Function Documentation

std::shared_ptr< FT::fractalParamsType > fractalTwo::getFractalParams ( void  )

Definition at line 75 of file fractalTwo.cpp.

Referenced by main().