Maintainer | Jeremy Nuttall <jeremy@jeremy-nuttall.com> |
---|---|
Stability | experimental |
Safe Haskell | Safe-Inferred |
Language | GHC2021 |
Numeric.Noise.Cellular
Contents
Description
Synopsis
- data CellularConfig a = CellularConfig {}
- defaultCellularConfig :: RealFrac a => CellularConfig a
- data CellularDistanceFn
- data CellularResult
- noise2 :: (RealFrac a, Floating a) => CellularConfig a -> Noise2 a
- noise2BaseWith :: RealFrac a => a -> (a -> a -> a) -> Seed -> a -> a -> (Hash, a, a)
Configuration
data CellularConfig a Source #
Constructors
CellularConfig | |
Fields |
Instances
defaultCellularConfig :: RealFrac a => CellularConfig a Source #
data CellularDistanceFn Source #
Constructors
DistEuclidean | |
DistEuclideanSq | |
DistManhattan | |
DistHybrid |
Instances
data CellularResult Source #