Class: PerlinNoise
This page documents the methods and fields available in the PerlinNoise class.
Members
| Signature | Description |
|---|---|
getScale() | Returns the current scale. |
noise(double, double) | Performs the noise operation using the provided parameters (x, y). |
noise(double, double, double) | Performs the noise operation using the provided parameters (x, y, z). |
noise(double, double, double, double) | Performs the noise operation using the provided parameters (x, y, z, w). |
noise(float, float) | Performs the noise operation using the provided parameters (x, y). |
noise(float, float, float) | Performs the noise operation using the provided parameters (x, y, z). |
noise(float, float, float, float) | Performs the noise operation using the provided parameters (x, y, z, w). |
noise(int, int) | Performs the noise operation using the provided parameters (x, y). |
noise(int, int, int) | Performs the noise operation using the provided parameters (x, y, z). |
noise(int, int, int, int) | Performs the noise operation using the provided parameters (x, y, z, w). |
setScale(float) | Sets or updates the scale. |