Package de.articdive.jnoise.generators.noise_parameters.distance_functions
package de.articdive.jnoise.generators.noise_parameters.distance_functions
-
ClassDescriptionInterface marking the implementing class as a distance function for noise generation.Enum representing a few commonly used distance functions for noise generation.Interesting distance function that will be a bit more expensive to compute (especially for large values of p) Also to note: p = 1 is the same as
DistanceFunctionType.MANHATTAN
and p = 2 is the same asDistanceFunctionType.EUCLIDEAN_SQUARED
, so don't use this for p = 1 and p = 2!