15 #include <UT/UT_Vector2.h> virtual FractalCoordsInfo calculate(COMPLEX coords) override
Calculates the Mandelbrot fractal.
Definition: Mandelbrot.cpp:22
Header-only include that defines base Fractal objects.
std::complex< fpreal64 > COMPLEX
Double precision complex numbers, as defined by the HDK.
Definition: typedefs.h:25
Header that manages the transformations of fractals, and convertion from picture-plane (WORLDPIXEL) s...
PickoverStashData data
PickoverStashData, like Pickover, is subclassed from a Mandelbrot related object. ...
Definition: Mandelbrot.h:58
A small container struct for fractal output.
Definition: Fractal.h:21
COMPLEX calculate_z(COMPLEX z, COMPLEX c)
Calculate Z runs only the fractal math calculation.
Definition: Mandelbrot.cpp:55
Base class for fractals.
Definition: Fractal.h:35
Class implementing the Mandelbrot fractal.
Definition: Mandelbrot.h:26
Struct that stashes the data required to create a Pickover Fractal.
Definition: StashData.h:110
Struct that stashes the data required to construct a Mandelbrot Fractal.
Definition: StashData.h:75
Definition: COP2_Buddhabrot.h:17
Class that implements the 'Pickover Stalk' fractal.
Definition: Mandelbrot.h:53