CC-Fractal-Suite
|
Small object storing both the Fractal and the Transformation space info. More...
#include <COP2_Mandelbrot.h>
Public Member Functions | |
COP2_MandelbrotData ()=default | |
'Fit's the values into a 0-1 range. More... | |
virtual | ~COP2_MandelbrotData () |
Destructor. | |
Public Attributes | |
FractalSpace | space |
Mandelbrot | fractal |
MandelbrotMode | mode { MandelbrotMode::SMOOTH } |
bool | fit { true } |
Small object storing both the Fractal and the Transformation space info.
This is necessary because its values are copied to each tile, so the data within can be sourced a single time, but accessed many times across multiple threads without forcing const types.
|
default |
'Fit's the values into a 0-1 range.