In Files

Parent

Methods

Fractals::Julia

The Julia set fractal.

Public Class Methods

new(c=Complex(0.36, 0.1)) click to toggle source

(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.