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 TypeClassDescriptionclassHash functions for gradient (Perlin) noise.classInteger hash function proposed by Thomas Wang in [1].classInteger hash function proposed by Thomas Wang in [1].classHash function proposed by G Ward in [1].classPermutation-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.