Uses of Interface
com.jhlabs.math.Function1D
-
Packages that use Function1D Package Description com.jhlabs.math -
-
Uses of Function1D in com.jhlabs.math
Classes in com.jhlabs.math that implement Function1D Modifier and Type Class Description class
CompositeFunction1D
class
MathFunction1D
class
Noise
Perlin Noise functionsclass
SCNoise
Sparse Convolution Noise.Methods in com.jhlabs.math with parameters of type Function1D Modifier and Type Method Description static float[]
Noise. findRange(Function1D f, float[] minmax)
Returns the minimum and maximum of a number of random values of the given function.Constructors in com.jhlabs.math with parameters of type Function1D Constructor Description CompositeFunction1D(Function1D f1, Function1D f2)
-