¡@

Home 

c++ Programming Glossary: re_factor

How to perform Simple Zoom into Mandelbrot Set

http://stackoverflow.com/questions/8381675/how-to-perform-simple-zoom-into-mandelbrot-set

set of values This is what I have tried so far.. double Re_factor MaxRe MinRe ImageWidth 1 double Im_factor MaxIm MinIm ImageHeight.. Im_factor MaxIm MinIm ImageHeight 1 double newMinRe MinRe Re_factor x1 double newMaxRe MaxRe Re_factor x2 double newMinIm MinIm.. 1 double newMinRe MinRe Re_factor x1 double newMaxRe MaxRe Re_factor x2 double newMinIm MinIm Im_factor y1 double newMaxIm MaxIm..