Logo by Pauldelbrot - 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: Follow us on Twitter
 
*
Welcome, Guest. Please login or register. March 28, 2024, 01:09:44 PM


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  
67P/Churyumov–GerasimenkoCorkscrewSea Anemone (Negative Kali Set)
Corkscrew
Previous Image | Next Image
Description:
public double bailout;
public override bool GetBool(double x,double y,double z)
{
  for (int i=1;i<_cycles;i++)
  {
    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")!="69a3c3868f112fb173df07a024fda4eb")
  {
    SetParameterBulk("Formula.Parameters: bailout=70 Formula.Static: Cycles=230 Julia=0 jx=-0.865 jy=-0.49 jz=-0.4 Scene: CenterX=4.06701434947879 CenterY=3.80424219436933 CenterZ=0.929360770006624 Radius=0.275493879641444 Transformation.Camera: AngleX=124.783207367295 AngleY=86.6434582405489 AngleZ=-107.949551371503 IsometricProjection=0 Position=1 intern.Formula: TempUpdateVal=69a3c3868f112fb173df07a024fda4eb");
  }
}

Stats:
Total Favorities: 0 View Who Favorited
Filesize: 247.33kB
Height: 1200 Width: 1200
Discussion Topic: View Topic
Keywords: Negative Kali Set Gestaltlupe 
Posted by: trafassel March 09, 2017, 11:10:36 PM

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 (1) rss
pupukuusikko
Alien
***
Posts: 35


View Profile WWW
March 11, 2017, 04:50:16 PM
That's an impressive find, screw without any rotations!  A Beer Cup A Beer Cup

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.161 seconds with 33 queries. (Pretty URLs adds 0.004s, 1q)