MJ阵列20150222 {
init:
z1 = @start
c1= #pixel
x=real(c1)
c2=6*(c1+(23,23)-trunc(c1+(23,23)))-3
x=real(c2)
if x>0
z=z1
c=1.2*(c2+(-2,-3))
else
z=1.2*(c2+(1.5,-3))
c=@JJ
endif
loop:
z = z^@power + c
bailout:
|z| <= @bailout
default:
title = "MJ集阵列20150222"
center = (0, 0)
helpfile = "Uf*.chm"
helptopic = "Html\formulas\standard\mandelbrot.html"
$IFDEF VER50
rating = recommended
$ENDIF
param start
caption = "Starting point"
default = (0,0)
endparam
param JJ
caption = "J集定位"
default = (0.356180,0.07463)
endparam
param power
caption = "Power"
default = (2,0)
endparam
param hp
caption = "hp"
default = 1
endparam
float param bailout
caption = "Bailout value"
default = 4.0
min = 1.0
$IFDEF VER40
exponential = true
$ENDIF
hint = "This parameter defines how soon an orbit bails out while \
iterating. Larger values give smoother outlines; values around 4 \
give more interesting shapes around the set. Values less than 4 \
will distort the fractal."
endparam
}
我想将行距压缩一下,结果搞了许久,没成功。用了向老师前面文件同向乌龟中的函数trunc. |