Documentation ¶
Overview ¶
Package Buddhabrot plots images.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Plot ¶
func Plot(plot parameters.Plot) *image.RGBA
Plot iteratively plots points not in the Mandelbrot set as they escape to infinity. It increments a counter for each point on the complex plane every time an orbit passes through it. The counter value is used to determine the grayscale value of each pixel in the returned image.RGBA pointer.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.