Fractal
The Julia set fractal.
(Not documented)
# File lib/fractals.rb, line 74 def initialize(c=Complex(0.36, 0.1)) super(c, {:p => 2}) do |args| args[:z] = args[:z]**args[:p] + c end end
Disabled; run with --debug to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.