Home
last modified time | relevance | path

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

/dports/graphics/mandelbulber/mandelbulber2-2.26/mandelbulber2/formula/definition/
H A Dfractal_mandelbulb_eye.cpp14 cFractalMandelbulbEye::cFractalMandelbulbEye() : cAbstractFractal() in cFractalMandelbulbEye() function in cFractalMandelbulbEye
27 void cFractalMandelbulbEye::FormulaCode(CVector4 &z, const sFractal *fractal, sExtendedAux &aux) in FormulaCode()
H A Dall_fractal_definitions.h123 FRACTAL_CLASS(cFractalMandelbulbEye)
H A Dall_fractal_list.cpp93 fractalList->append(new cFractalMandelbulbEye()); in DefineFractalList()