#include <Fractals.h>
|
size_t | fun (const double &real_c, const double &img_c) |
|
◆ Mandelbrot()
Mandelbrot::Mandelbrot |
( |
| ) |
|
|
inline |
◆ fun()
size_t Mandelbrot::fun |
( |
const double & |
real_c, |
|
|
const double & |
img_c |
|
) |
| |
|
inlineprivate |
Evaluates mandelbrot at given point
- Parameters
-
real_c | real part of C (chose from [-2.5, 1]) |
img_c | imaginary part of C (chose from [-1, 1]) |
- Returns
- iterations needed to evaluate for given values
◆ operator()()
Matrix< double > Mandelbrot::operator() |
( |
| ) |
|
|
inline |
Evaluates mandelbrot for given view.
- Returns
◆ detail
size_t Mandelbrot::detail = 500 |
◆ endX
double Mandelbrot::endX = 1.0 |
◆ endY
double Mandelbrot::endY = 1.0 |
◆ maxIters
size_t Mandelbrot::maxIters = 125 |
◆ startX
double Mandelbrot::startX = -2.5 |
start and end value on x-axis
◆ startY
double Mandelbrot::startY = -1.0 |
start and end value on y-axis
The documentation for this class was generated from the following file: