MRaster examples 21.0.0.0
Image Processing Library
Loading...
Searching...
No Matches
newton_roter.cpp File Reference

Simplified code for Newton's Fractical. More...

Go to the source code of this file.

Detailed Description

Simplified code for Newton's Fractical.

Author
Mitch Richling https://www.mitchr.me
Standards
C++20
See also
https://www.mitchr.me/SS/newton/index.html#roter
Details


Newton's method on (z^6-1)/(a^6*z^6+b). The bottom specifies a set of 6 poles on a circle of radius b and centered at the origin. The a variable is a modulus one complex number used to spin the poles around the circle like they orbit the origin.

time convert -delay 1 -loop 0 -dispose previous newton_roter_???.tiff newton_roter.gif

Definition in file newton_roter.cpp.