Home
last modified time | relevance | path

Searched refs:cFractalHypercomplex (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/mandelbulber/mandelbulber2-2.26/mandelbulber2/formula/definition/
H A Dfractal_hypercomplex.cpp17 cFractalHypercomplex::cFractalHypercomplex() : cAbstractFractal() in cFractalHypercomplex() function in cFractalHypercomplex
30 void cFractalHypercomplex::FormulaCode(CVector4 &z, const sFractal *fractal, sExtendedAux &aux) in FormulaCode()
H A Dall_fractal_definitions.h84 FRACTAL_CLASS(cFractalHypercomplex)
H A Dall_fractal_list.cpp77 fractalList->append(new cFractalHypercomplex()); in DefineFractalList()