Logo by mauxuam - 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 28, 2024, 01:12:16 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  
Happy Chinese New Year.Inflection mappingsBronze on Gray
Inflection mappings
Previous Image | Next Image
Description: Morphing a basic Mandelbrot-shape 30 times, which would require a zoom depth of E1406173.
But this image is actually out-zoomed.
Points are transformed according to this
Code:

// Get the points in the mandelbrot for the screen coordinates
r = r_start+x*(r_stop-r_start)/nX;
i = i_start+y*(i_stop-i_start)/nY;

// Transform the coordinates for each inflection point
int inf;
for(inf=g_nInflections-1;inf>=0;inf--){
if(r>g_pInflections[inf].r){
r = g_pInflections[inf].r - (r-g_pInflections[inf].r);
i = g_pInflections[inf].i - (i-g_pInflections[inf].i);
}
double ratio = (double)(i-g_pInflections[inf].i)/(double)(r-g_pInflections[inf].r);
double degree = -atan(ratio);
double dist = sqrt((double)((r-g_pInflections[inf].r)*(r-g_pInflections[inf].r)+(i-g_pInflections[inf].i)*(i-g_pInflections[inf].i)))/diagonal;
double dr = (double)g_pInflections[inf].r + (double)(r-g_pInflections[inf].r)*cos(degree)*dist
+ (double)(i-g_pInflections[inf].i)*sin(degree)*dist;
double di = (double)g_pInflections[inf].i + (double)(i-g_pInflections[inf].i)*cos(degree)*dist
- (double)(r-g_pInflections[inf].r)*sin(degree)*dist;
r=dr;
i=di;
}

// Contiunue with the ordinary mandelbrot calculation sequence

Stats:
Total Favorities: 0 View Who Favorited
Filesize: 142.62kB
Height: 720 Width: 1280
Discussion Topic: View Topic
Keywords: Inflection mappings 
Posted by: Kalles Fraktaler January 27, 2017, 10:41:57 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.
Related Images
Inflection Reflection


Rating: *****
Filesize: 2.8MB
Date: June 20, 2016, 08:47:13 AM
Comments (0)
By: 1Bryan1
Inflection mappings Celtic


Rating: *****
Filesize: 217.96kB
Date: January 30, 2017, 03:25:42 PM
Comments (1)
By: Kalles Fraktaler
Inflection mappings Perpendicular Mandelbrot


Rating: (None)
Filesize: 650.5kB
Date: January 31, 2017, 10:54:37 PM
Comments (0)
By: Kalles Fraktaler
Inflection mapping - Perpendicular Burning Ship


Rating: *****
Filesize: 922.91kB
Date: February 02, 2017, 03:18:08 PM
Comments (0)
By: Kalles Fraktaler
12 inflection points


Rating: *****
Filesize: 992.14kB
Date: February 06, 2017, 12:27:58 AM
Comments (1)
By: Kalles Fraktaler
  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.428 seconds with 31 queries. (Pretty URLs adds 0.009s, 1q)