Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
mandelbrot
main
ColorUtils
MandelbrotApp
Mandelbrot
Rl
Generated using Crystal 1.14.0
2024-11-26 07:13:00 UTC
class
MandelbrotApp::
Mandelbrot
MandelbrotApp::Mandelbrot
Reference
Object
Defined in:
mandelbrot.cr
Constructors
.new
(width : Int32, height : Int32)
Instance Method Summary
#generate
#iterate
(c : Complex)
#render
#reset_plot
#resize_plot
(mouse_x, mouse_y)
Constructor Detail
def self.
new
(width : Int32, height : Int32)
#
[
View source
]
Instance Method Detail
def
generate
#
[
View source
]
def
iterate
(c : Complex)
#
[
View source
]
def
render
#
[
View source
]
def
reset_plot
#
[
View source
]
def
resize_plot
(mouse_x, mouse_y)
#
[
View source
]