You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently attracting-set escape detection is done via a hard-coded check to see if the complex number has left a specific radius. It would be nice if this radius could be adjusted and if the application could allow for other escape detection algorithms as well.
For example: the custom fractal function z = c - pi * cos(z) is periodic along the real axis and it would make sense to only consider the imaginary component of z when checking for escapes.
The text was updated successfully, but these errors were encountered:
Currently attracting-set escape detection is done via a hard-coded check to see if the complex number has left a specific radius. It would be nice if this radius could be adjusted and if the application could allow for other escape detection algorithms as well.
For example: the custom fractal function
z = c - pi * cos(z)
is periodic along the real axis and it would make sense to only consider the imaginary component ofz
when checking for escapes.The text was updated successfully, but these errors were encountered: