src/elm_src/Algorithm/fractals.c [217:223]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - w *= objectRotation; float d, t; float md = 1000.0, cd = 0.0; for (int i = 0; i < int(maxIterations); i++) { w *= fractalRotation1; w = abs(w + shift) - shift; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - src/elm_src/Algorithm/fractals.c [277:283]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - w *= objectRotation; float d, t; float md = 1000.0, cd = 0.0; for (int i = 0; i < int(maxIterations); i++) { w *= fractalRotation1; w = abs(w + shift) - shift; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -