Uses of Interface
math.imageMath.Function1D

Packages that use Function1D
math.imageMath   
 

Uses of Function1D in math.imageMath
 

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

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