I call this Collision because it is a result of a 'collision' between two behaviors which I'm still trying to figure out.
![]() |
Figure 1. Collision
Jay
PS Jim Muth
(Fractal of the
Day, the feature we all enjoy) is doing a great service, no reason to
let him have all the fun. :-)
So enjoy this, the first issue of Fractal of the Night.
FGZ-J_Collision-a { ; Collision (c) Jay Hill, 1998
; generalization of formula by Michael G. Wareman
; p1 is focus of Julia set
; Siegel disk like image
reset=1960 type=formula formulafile=fgz.frm formulaname=fgz-julia
passes=1 center-mag=0/0/0.45 params=0.5/0/0.5/0/-0.78163/0.2411
float=y maxiter=2560 inside=bof60 outside=0
colors=00000e<9>Lzz<18>wzzzzzzzz<218>222222111000000
savename=fgzJcola
}
frm:FGZ-Julia { ; (c) Jay Hill, 1998
; generalization of formula by Michael G. Wareman
; p1 is parameter
; p2 is parameter
; p3 is focus of Julia set
z=pixel, c=p3:
z1=z*z + c;
z = p1*z1*z1/(z1 + p2) + c;
|z| <= 16
}