Paul Heidmann Fractal Example
1.0
|
Classes | |
class | fractalParams |
This class is a container class for the parameters that are used to generate a fractal. More... | |
class | newtonsMethod |
This class implements Newton's method (the same one from your typical first year calculus class), to find zeros of complex valued functions (in the complex plain, obviously). More... | |
class | threadedFractalEngine |
This class splits the work of computing a given fractal amoung several threads. More... | |