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