CC-Fractal-Suite
|
Small object storing both the Fractal and the Transformation space info. More...
#include <COP2_Pickover.h>
Public Member Functions | |
fpreal32 | calculate_reference (COMPLEX fractalCoords, WORLDPIXELCOORDS worldPixel) |
Calculates the reference fractal. More... | |
Public Attributes | |
FractalSpace | space |
Pickover | fractal |
WORLDPIXELCOORDS | world_point |
The pixel-space location of the pickover point position. More... | |
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.
fpreal32 CC::COP2_PickoverData::calculate_reference | ( | COMPLEX | fractalCoords, |
WORLDPIXELCOORDS | worldPixel | ||
) |
Calculates the reference fractal.
WORLDPIXELCOORDS CC::COP2_PickoverData::world_point |
The pixel-space location of the pickover point position.