home *** CD-ROM | disk | FTP | other *** search
/ Freelog Special Edition 9 / FreelogHS09.iso / FractalExplo / Formulas / newton_z3-z2p1-z0.frs < prev    next >
INI File  |  2001-05-14  |  3KB  |  169 lines

  1. [DrawSize]
  2. X_Size=300
  3. Y_Size=300
  4. [Main]
  5. Renderer=Fractal Explorer 1.22, 14.05.2001
  6. [Fractal]
  7. X_Coord=0.940318544705708659
  8. Y_Coord=0.00195300579071056024
  9. W_Coord=0.00390625
  10. X0_Coord=-2
  11. Y0_Coord=2
  12. W0_Coord=4
  13. AutoIter=0
  14. IFSIter=100
  15. Number=3000
  16. BailOut=150
  17. MaxIter=150
  18. Rotation=0
  19. P1real=-0.200000000000000011
  20. P1imag=0
  21. P2real=0.945300000000000029
  22. P2imag=0.945300000000000029
  23. P3real=1.263681592039801
  24. P3imag=1.32338308457711443
  25. PJreal=0.965174129353233831
  26. PJimag=-1.32338308457711443
  27. Function1=0
  28. Function2=0
  29. JulieSet=0
  30. Inverted=1
  31. F-Set=1
  32. Filter=53
  33. Strange=0.430000007152557373
  34. KeepBlk=0
  35. NoOutside=0
  36. Filter only=1
  37. IFSColorStyle=0
  38. IFSSolidRed=255
  39. IFSSolidGreen=255
  40. IFSSolidBlue=255
  41. IFSquick=1
  42. Smoothing=2
  43. Double=0
  44. Precision=3
  45. ConstructorA1=1
  46. ConstructorB1=0
  47. ConstructorC1=1
  48. ConstructorD1=0
  49. ConstructorE1=0
  50. ConstructorF1=0
  51. ConstructorG1=0
  52. ConstructorH1=0
  53. ConstructorI1=0
  54. ConstructorJ1=0
  55. ConstructorK1=0
  56. ConstructorL1=0
  57. ConstructorM1=0
  58. [IFS]
  59. Name=
  60. Count=0
  61. [Quaternion]
  62. W=0
  63. CR=-0.456425999999999998
  64. CI=0.510553000000000035
  65. CJ=0.122399999999999995
  66. CK=-0.092399999999999996
  67. Rx=0
  68. Ry=0
  69. Rz=0
  70. Lx=2
  71. Ly=0
  72. Lz=-4
  73. AmbientClR=50
  74. AmbientClG=50
  75. AmbientClB=50
  76. DiffuseClR=190
  77. DiffuseClG=150
  78. DiffuseClB=0
  79. SpeculaClR=255
  80. SpeculaClG=255
  81. SpeculaClB=255
  82. StepBig=200
  83. StepSmall=40
  84. [UserFrm]
  85. StringCount=25
  86. Str0=  var Z,Z0,P1,P2,P3, T1,T2,T3: TComplex;
  87. Str1=Begin
  88. Str2=  Z :=MakeComplex(x,y);
  89. Str3=  Z0:=MakeComplex(cr,ci);
  90. Str4=  P1:=MakeComplex(p1r,p1i);
  91. Str5=  P2:=MakeComplex(p2r,p2i);
  92. Str6=  P3:=MakeComplex(p3r,p3i);
  93. Str7= 
  94. Str8=T1:=CSqr(Z);
  95. Str9=T1:=CMul(T1,Z);
  96. Str10=T2:=CSqr(Z);
  97. Str11=T2:=CMul(T2,P1);
  98. Str12=T1:=CSub(T1,T2);
  99. Str13=T1:=CAdd(T1,Z0);
  100. Str14=T2:=CSqr(Z);
  101. Str15=T2:=CMulR(T2,2);
  102. Str16=T3:=CMul(Z,P1);
  103. Str17=T3:=CMulR(T3,2);
  104. Str18=T2:=CSub(T2,T3);
  105. Str19=T2:=CSub(T2,Z0);
  106. Str20=T1:=CDiv(T1,T2);
  107. Str21=Z:=CSub(Z,T1);
  108. Str22=
  109. Str23=  SetResult(x,y, z);
  110. Str24=End;
  111. [Colors]
  112. Palette type=0
  113. ColorOrder=0
  114. Grayed=0
  115. Brightness=0
  116. Contrast=24
  117. IterChanging=0
  118. UFDensity=5
  119. UFmappingMode=4
  120. InfinityRed=0
  121. InfinityGreen=0
  122. InfinityBlue=0
  123. [Standart palette]
  124. RedStep=15
  125. RedShift=-10
  126. GreenStep=5
  127. GreenShift=33
  128. BlueStep=17
  129. BlueShift=17
  130. [Linear palette]
  131. Red1=0
  132. Red2=255
  133. Green1=0
  134. Green2=255
  135. Blue1=128
  136. Blue2=0
  137. [Parabola palette]
  138. Red1=0
  139. Red2=255
  140. Green1=0
  141. Green2=255
  142. Blue1=255
  143. Blue2=0
  144. [Square palette]
  145. Red1=0
  146. Red2=128
  147. Green1=0
  148. Green2=0
  149. Blue1=0
  150. Blue2=255
  151. [UF palette]
  152. Count=4
  153. Node0x=6
  154. Node0r=0
  155. Node0g=195
  156. Node0b=0
  157. Node1x=70
  158. Node1r=255
  159. Node1g=0
  160. Node1b=255
  161. Node2x=185
  162. Node2r=0
  163. Node2g=255
  164. Node2b=255
  165. Node3x=261
  166. Node3r=0
  167. Node3g=0
  168. Node3b=0
  169.