std::vector< fpreal > generate_sequence(fpreal x, fpreal y)
Returns a sequence of values based on data.seq.
Definition: Lyapunov.cpp:59
FractalCoordsInfo calculate(COMPLEX coords)
Returns Fractal Info for a particular set of coords.
Definition: Lyapunov.cpp:14
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...
A small container struct for fractal output.
Definition: Fractal.h:21
Struct that stashes the data required to create a Lyapunov Fractal.
Definition: StashData.h:147
Base class for fractals.
Definition: Fractal.h:35
Definition: COP2_Buddhabrot.h:17
Lyapunov Fractal Class.
Definition: Lyapunov.h:19