Class: Fractal::IslandGenerator

Inherits:
Generator show all
Defined in:
lib/fractal/island_generator.rb

Overview

Generates fractals which are guaranteed to have border pixels set to 0

Constant Summary

Constants inherited from Generator

Generator::INITIAL_RANGE

Instance Attribute Summary

Attributes inherited from Generator

#map, #random, #seed, #smoothness

Method Summary

Methods inherited from Generator

#bytes, default_image_options, #height, image, #initialize, #to_s, #width

Methods included from Math

max, min, pot

Constructor Details

This class inherits a constructor from Fractal::Generator