package
0.2.0-alpha
Repository: https://github.com/jcocozza/go_fractals.git
Documentation: pkg.go.dev

# README

Iterated Function Systems (IFS)

The logic behind an IFS is implemented in this package. An IFS is a list of transformations

# Functions

No description provided by the author
NewFractalImage will create a new image.
NewIteratedFunctionSystem creates an iterated function system.
NewTransformation creates a new transformation.
No description provided by the author

# Structs

No description provided by the author
An IteratedFunctionSystem is a list of Transformations.
A Transformation consisting of a similarity and a shift.