Logo by MandelBRO - Contribute your own Logo!

END OF AN ERA, FRACTALFORUMS.COM IS CONTINUED ON FRACTALFORUMS.ORG

it was a great time but no longer maintainable by c.Kleinhuis contact him for any data retrieval,
thanks and see you perhaps in 10 years again

this forum will stay online for reference
News: Visit the official fractalforums.com Youtube Channel
 
*
Welcome, Guest. Please login or register. March 29, 2024, 09:44:12 AM


Login with username, password and session length


The All New FractalForums is now in Public Beta Testing! Visit FractalForums.org and check it out!



 
  Search  

  Slideshow  
Broken Connections67P/Churyumov–GerasimenkoCorkscrew
67P/Churyumov–Gerasimenko
Previous Image | Next Image
Description:

public double bailout;
public override bool GetBool(double x,double y,double z)
{
  for (int n=1;n < _cycles;  n++)
  {
    double r=x*x+y*y+z*z;
    if (r>bailout)return false;
    if (r>0)
    {
      x=-x/r;
      y=Math.Abs(y)/r;
      z=Math.Abs(z)/r;
    }
    x+=_jx;
    y+=_jy;
    z+=_jz;
  }
  return true;
}
public override void Init()
{
  base.Init();
  if(GetString("intern.Formula.TempUpdateVal")!="8d22d26b02ced031877918ef171879cf")
  {
    SetParameterBulk("Formula.Parameters: bailout=80 Formula.Static: Cycles=330 Julia=0 jx=-0.387 jy=-0.1 jz=-0.56 Scene: CenterX=-0.376593949050938 CenterY=0.640101295353861 CenterZ=0.0501417595934597 Radius=3.14615447489692 Transformation.Camera: AngleX=34.0878696251086 AngleY=-7.68842962463252 AngleZ=-28.2176635450108 IsometricProjection=0 Position=1 intern.Formula: TempUpdateVal=8d22d26b02ced031877918ef171879cf");
  }
}
Stats:
Total Favorities: 1 View Who Favorited
Filesize: 246.91kB
Height: 1200 Width: 1200
Discussion Topic: View Topic
Keywords: Negative Kali Set Gestaltlupe 
Posted by: trafassel March 18, 2017, 11:28:56 AM

Rating: Has not been rated yet.

Image Linking Codes
BB Code
Direct Link
Html Link
0 Members and 1 Guest are viewing this picture.
  Slideshow  

Comments (0) rss

Return to Gallery

Powered by SMF Gallery Pro

Powered by MySQL Powered by PHP Powered by SMF 1.1.21 | SMF © 2015, Simple Machines

Valid XHTML 1.0! Valid CSS! Dilber MC Theme by HarzeM
Page created in 0.15 seconds with 31 queries. (Pretty URLs adds 0.004s, 1q)