Noise-1.0.1: A Haskell coherent noise generator

Safe HaskellNone
LanguageHaskell98

Math.Noise.NoiseGen

Synopsis

Documentation

gradientCoherentNoise3D :: Double -> Double -> Double -> Int -> Double Source

Generates a gradient-coherent-noise value from the coordinates of a 3D value

gradientNoise3D :: Double -> Double -> Double -> Int -> Int -> Int -> Int -> Double Source

Generates a gradient-noise value from the coordinates of a 3D input value and the integer coordinates of a nearby 3D value