Simulacrum  1.2
Functions
Mandelbrot.cpp File Reference
#include <Toolbox/SLogger/slogger.h>
#include <Core/salgorithms.h>
#include <Resources/spng.h>
#include <iostream>
#include <math.h>
Include dependency graph for Mandelbrot.cpp:

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)
 

Function Documentation

◆ drawMandelbrot()

void drawMandelbrot ( SSpace target,
const SComplex tlc,
const SComplex brc,
unsigned  depth 
)

◆ lutMethod()

bool lutMethod ( std::vector< luttype > &  LUT,
unsigned  bppin,
unsigned  centre,
unsigned  width,
bool  inverted 
)

◆ main()

int main ( int  argc,
char **  argv 
)

◆ mandelbrotAt()

unsigned mandelbrotAt ( const SComplex base,
const SComplex pos,
unsigned  depth,
unsigned  maxdepth 
)

◆ mandelbrotCoords()

SComplex mandelbrotCoords ( const SCoordinate extent,
const SComplex tlc,
const SComplex brc,
const SCoordinate pos 
)
Simulacrum Project