Interface Noise.Noise2D

All Known Implementing Classes:
ClassicNoise, CosmicNumbering, FastNoise, FoamNoise, GlitchNoise, JitterNoise, MasonNoise, MerlinNoise, Noise.Exponential2D, Noise.InverseLayered2D, Noise.Layered2D, Noise.QuilezNoise, Noise.Ridged2D, Noise.Scaled2D, Noise.Slick2D, Noise.Sway2D, Noise.Turbulent2D, Noise.Viny2D, SeededNoise, ValueNoise, WhirlingNoise, WhiteNoise
Enclosing class:
Noise

public static interface Noise.Noise2D
  • Method Summary

    Modifier and Type Method Description
    double getNoise​(double x, double y)  
    double getNoiseWithSeed​(double x, double y, long seed)