Uses of Interface
com.jhlabs.math.Function1D

Packages that use Function1D
com.jhlabs.math   
 

Uses of Function1D in com.jhlabs.math
 

Classes in com.jhlabs.math that implement Function1D
 class CompositeFunction1D
           
 class MathFunction1D
           
 class Noise
          Perlin Noise functions
 class SCNoise
          Sparse Convolution Noise.
 

Methods in com.jhlabs.math with parameters of type Function1D
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
CompositeFunction1D(Function1D f1, Function1D f2)