Title: Help with understanding Julia Constant Post by: mclarekin on January 10, 2016, 02:08:07 AM My understanding is to make a Julia , I replace addCpixel in my code with a point from the m-set This is OK when the formula is a simple z = f(z) + Cpixel. But what about these cases: 1) Formulas with Cpixel axis swaps, 2) Formulas that have a transform placed after the add Cpixel, 3) Formulas that include addCpixel added to Julia Constant, 4) Formulas that have a Cpixel constant multiplier that scales the Cpixel constant. Does the use of a Julia Constant from the m-set of these types of formulas produce a true julia.? |