Package squidpony.squidmath
Interface Noise.Noise1D
- All Known Implementing Classes:
GlitchNoise
,Noise.Basic1D
,Noise.Exponential1D
,Noise.InverseLayered1D
,Noise.Layered1D
,Noise.QuilezNoise
,Noise.Scaled1D
,Noise.Sway1D
,ValueNoise
,WhiteNoise
- Enclosing class:
- Noise
public static interface Noise.Noise1D
-
Method Summary
Modifier and Type Method Description double
getNoise(double x)
double
getNoiseWithSeed(double x, long seed)