void setScale(float scale) | Sets the current scale of PerlinNoise. |
float getScale() | Returns the current scale of PerlinNoise. |
double noise(double x, double y) | Sets the size of PerlinNoise with the values defined to the arguments. |
double noise(double x, double y, double z) | Sets the size of PerlinNoise with the values defined to the arguments. |
double noise(double x, double y, double z, double w) | Sets the size of PerlinNoise with the values defined to the arguments. |
float noise(int x, int y) | Sets the size of PerlinNoise with the values defined to the arguments. |
float noise(int x, int y, int z) | Sets the size of PerlinNoise with the values defined to the arguments. |
float noise(int x, int y, int z, int w) | Sets the size of PerlinNoise with the values defined to the arguments. |
float noise(float x, float y) | Sets the size of PerlinNoise with the values defined to the arguments. |
float noise(float x, float y, float z) | Sets the size of PerlinNoise with the values defined to the arguments. |
float noise(float x, float y, float z, float w) | Sets the size of PerlinNoise with the values defined to the arguments. |