MRaster examples 22.0.0.0
Image Processing Library
Loading...
Searching...
No Matches
duck.cpp File Reference

Draw the duck fractal. More...

Go to the source code of this file.

Detailed Description

Draw the duck fractal.

Author
Mitch Richling https://www.mitchr.me
Standards
C++20
Details

The iteration is:

\[ \begin{eqnarray} r & = & \vert z_n\vert \\ \alpha & = & 2 \vert \arg(z_n)\vert \\ z_{n+1} & = & r^2 (\cos(\alpha) + i \sin(\alpha)) + c \\ \end{eqnarray} \]

Definition in file duck.cpp.