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. April 19, 2024, 10:58:58 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: Ausrutschen  (Read 1115 times)
Description: Power 2 Mandelbulb
0 Members and 1 Guest are viewing this topic.
trafassel
Fractal Bachius
*
Posts: 531


trafassel
« on: June 25, 2010, 10:48:06 PM »

I cut the mandelbulb set at y>0 (on y=0 is the Mandelbrot set) and use the following formula in iteration (found here on fractalforums).

The non trigonometric variant of the sin power 2 mandelbulb:

  double r_xy=Math.Sqrt(xx+yy);                     
  double a = 1;
           
     if(r_xy!=0.0)
       a= 1 - zz *( r_xy);

     y=2 *x*y*a+bj;
     x = (xx - yy) * a+br;
     z = 2 * z * r_xy+bi;

     xx = x * x; yy = y * y; zz = z * z;
// Bailout:
     r = Math.Sqrt(xx + yy + zz);



<a href="http://www.youtube.com/v/tvz0zUpHySU&rel=1&fs=1&hd=1" target="_blank">http://www.youtube.com/v/tvz0zUpHySU&rel=1&fs=1&hd=1</a>
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.211 seconds with 26 queries. (Pretty URLs adds 0.012s, 2q)