Uses of Interface
imagingbook.common.noise.hashing.HashFunction
Packages that use HashFunction
-
Uses of HashFunction in imagingbook.common.noise.hashing
Classes in imagingbook.common.noise.hashing that implement HashFunctionModifier and TypeClassDescriptionclass
Hash functions for gradient (Perlin) noise.class
Integer hash function proposed by Thomas Wang in [1].class
Integer hash function proposed by Thomas Wang in [1].class
Hash function proposed by G Ward in [1].class
Permutation-based hash function, similar to the one proposed in [1]. -
Uses of HashFunction in imagingbook.common.noise.perlin
Constructors in imagingbook.common.noise.perlin with parameters of type HashFunctionModifierConstructorDescriptionPerlinNoiseGenerator1d
(double f_min, double f_max, double persistence, HashFunction hf) Constructor.PerlinNoiseGenerator2d
(double f_min, double f_max, double persistence, HashFunction hf) Constructor.PerlinNoiseGeneratorNd
(int N, double f_min, double f_max, double persistence, HashFunction hf) Constructor.