Just wondering how to display a mandelbrot set vertically, like a mandelbrot set as this is positioned horizontally:

I was thinking more like viewing the smaller dimensions from the vertical axis.
|
Just wondering how to display a mandelbrot set vertically, like a mandelbrot set as this is positioned horizontally:
I was thinking more like viewing the smaller dimensions from the vertical axis. |
||||
|
Use exactly the same equations as you would use to display horizontal Mandelbrot set but switch |
|||||||||
|
|
Pseudocode:
or like Ivella said
|
|||
|
|
TiltHeadSidewaysAPI. Other possible options are co-ordinate transformation as suggested by Tomasz Nurkiewicz or anAffineTransformfor a custom painted component or new image. Please narrow down the use-case. – Andrew Thompson May 31 '12 at 16:17