Class PerlinNoiseGenerator
- java.lang.Object
-
- org.pushingpixels.substance.internal.utils.PerlinNoiseGenerator
-
public class PerlinNoiseGenerator extends Object
A class for producing Perlin-inspired noise. The code written by Ken Perlin.
-
-
Constructor Summary
Constructors Constructor Description PerlinNoiseGenerator()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static double
noise(double x, double y, double z)
Returns noise for the specified coordinates.
-