![]() |
Simulacrum
1.2
|
#include <Toolbox/SLogger/slogger.h>
#include <Core/salgorithms.h>
#include <Resources/spng.h>
#include <iostream>
#include <math.h>
Functions | |
bool | lutMethod (std::vector< luttype > &LUT, unsigned bppin, unsigned centre, unsigned width, bool inverted) |
unsigned | mandelbrotAt (const SComplex &base, const SComplex &pos, unsigned depth, unsigned maxdepth) |
SComplex | mandelbrotCoords (const SCoordinate &extent, const SComplex &tlc, const SComplex &brc, const SCoordinate &pos) |
void | drawMandelbrot (SSpace &target, const SComplex &tlc, const SComplex &brc, unsigned depth) |
int | main (int argc, char **argv) |
bool lutMethod | ( | std::vector< luttype > & | LUT, |
unsigned | bppin, | ||
unsigned | centre, | ||
unsigned | width, | ||
bool | inverted | ||
) |
int main | ( | int | argc, |
char ** | argv | ||
) |
unsigned mandelbrotAt | ( | const SComplex & | base, |
const SComplex & | pos, | ||
unsigned | depth, | ||
unsigned | maxdepth | ||
) |
SComplex mandelbrotCoords | ( | const SCoordinate & | extent, |
const SComplex & | tlc, | ||
const SComplex & | brc, | ||
const SCoordinate & | pos | ||
) |