Logo by reallybigname - 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. April 19, 2024, 03:12:08 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!


Pages: [1]   Go Down
  Print  
Share this topic on DiggShare this topic on FacebookShare this topic on GoogleShare this topic on RedditShare this topic on StumbleUponShare this topic on Twitter
Author Topic: 67P/Churyumov–Gerasimenko  (Read 1174 times)
0 Members and 2 Guests are viewing this topic.
trafassel
Fractal Bachius
*
Posts: 531


trafassel
« on: March 18, 2017, 11:28:56 AM »

67P/Churyumov–Gerasimenko



http://www.fractalforums.com/index.php?action=gallery;sa=view;id=20147



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");
  }
}
Logged
Pages: [1]   Go Down
  Print  
 
Jump to:  


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.124 seconds with 25 queries. (Pretty URLs adds 0.004s, 2q)