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

Draw a heart fractal. More...

Go to the source code of this file.

Detailed Description

Draw a heart fractal.

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

The recursion is as follows:

\[ \begin{array}{lcl} x_{n+1} & = & 2 x_n y_n + \Re(c) \\ y_{n+1} & = & \vert y_n\vert - \vert x_n\vert + \Im(c) \\ \end{array} \]

Definition in file heartFrac.cpp.