Package za.co.luma.math.function

Contains classes for representing Functions.

See:
          Description

Class Summary
Falloff A function that represents a cone - a linear falloff from a given point, but clamped so that it cannot exceed a certain value.
PerlinFunction2D This class is sued to create 2D Perlin noise.
RealFunction2D Class suitable for representing mappings from discrete 2D space to [0, 1]
RealFunction2DDouble Class suitable for representing mappings from continuous 2D space [0, 1]*[0, 1] to [0, 1].
RealFunction2DWrapper A class that wraps a RealFunction2D in a RealFunmtion2DDouble object.
SmoothNoise2D Represents smooth noise, that is noise sampled from uniform noise, and linearly interpolated.
 

Package za.co.luma.math.function Description

Contains classes for representing Functions.