Paul Heidmann Fractal Example
1.0
|
![]() ![]() | This class is a container class for the parameters that are used to generate a fractal |
![]() ![]() | 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) |
![]() ![]() | |
![]() ![]() ![]() | This class splits the work of computing a given fractal amoung several threads |
![]() ![]() ![]() | This class provides an interface into libpng that is not completely insane (like libpng's native interface). The code in this class is fairly ugly |