Uses of Class
za.co.luma.math.function.RealFunction2D

Packages that use RealFunction2D
za.co.luma.math.function Contains classes for representing Functions. 
 

Uses of RealFunction2D in za.co.luma.math.function
 

Subclasses of RealFunction2D in za.co.luma.math.function
 class PerlinFunction2D
          This class is sued to create 2D Perlin noise.
 

Constructors in za.co.luma.math.function with parameters of type RealFunction2D
RealFunction2DWrapper(RealFunction2D function, double inputMin, double inputMax, double outputMin, double outputMax)