Added a comment about convex shape

This commit is contained in:
Yann Esposito (Yogsototh) 2012-05-24 00:13:38 +02:00
parent cbb730e254
commit 1c5c844ae2

View file

@ -106,6 +106,7 @@ To find the smallest number such that mandel x y > 0 we create a simple dichotom
> where medpoint = (minval+maxval)/2
No rocket science here.
I know, due to the fact the mandelbrot set is not convex this approach does some errors. But the approximation will be good enough.
See the result now:
blogimage("HGLMandelEdges.png","The edges of the mandelbrot set")