package ifs-fractals

  1. Overview
  2. Docs
IFS fractals (the Barnsley fern and friends) drawn with the chaos game

Install

dune-project
 Dependency

Authors

Maintainers

Sources

v1.0.0.tar.gz
md5=b19169db413e22ef907ec15302e49545
sha512=ac19066c283c916e40745bfd25ea64e72b39abb5e2e15ddfc9fdd520547c5c258383c279b77f3e80cb8cf0d30c64cdbfbd4c4becd7307afd9ae7fa6869e0b068

doc/ifs-fractals/Ifs_fractals/index.html

Module Ifs_fractalsSource

Sourcetype point = {
  1. x : float;
  2. y : float;
}
Sourcetype transfo = {
  1. pb : float;
  2. kf : float array;
}
Sourcetype ifs = {
  1. po : point;
  2. sz : point;
  3. lt : transfo list;
}
Sourceval image : float array -> point -> point
Sourceval select_image : point -> float -> transfo list -> point
Sourceval window_open : bool ref
Sourceval init : ?geometry:??? -> unit -> unit
Sourceval pixel_of_point : point -> point -> point -> int * int
Sourceval draw : ifs -> int -> unit
Sourceval barnsley : ifs
Sourceval sierpinski : ifs
Sourceval dragon : ifs
Sourceval coral : ifs
Sourceval tree : ifs
Sourceval star : ifs
Sourceval zigzag : ifs
Sourceval crystal : ifs
Sourceval binary : ifs
Sourceval galaxy : ifs
Sourceval koch : ifs
Sourceval maple : ifs
Sourceval fiddlehead : ifs
Sourceval sunflower : ifs
Sourceval lace : ifs
Sourceval vegvisir : ifs
Sourceval all : (string * ifs * int) list