rsagl-0.2.1: The RogueStar Animation and Graphics LibrarySource codeContentsIndex
RSAGL.Noise
Synopsis
perlinTurbulence :: Double -> Point3D -> Point3D
perlinNoise :: Point3D -> Double
Documentation
perlinTurbulence :: Double -> Point3D -> Point3DSource
perlinNoise :: Point3D -> DoubleSource

Intellectual property note:

This is based on Perlin's improved noise reference implementation. I'm assuming from the manner in which it is published and the usage of the term reference implementation that it was intended to be the basis of derivative code such as this.

Produced by Haddock version 2.1.0