44 return (
float)
noise(value[0], value[1]);
double noise(double x, double y)
Returns the noise function of the three inputs.
This is the base class for all two-component vectors and points.
double operator()(double x, double y)
Returns the noise function of the three inputs.
StackedPerlinNoise2()
Creates a StackedPerlinNoise2 object with no levels.
This is the base class for all two-component vectors and points.